body {
	background-color: #ffffff;
	color: black;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

input, textarea {
	font-size: 10px;
	font-weight: bold;
}

img {
	border: none;
}

/* nav */

#navigation {
	float: left;
	width: 100%;
	background-color: #000000;
}

#navigation li {
	float: left;
	width: 97px;
	margin: -5px 5px 0 5px;
}

/* \*/
* html #navigation li {
	margin: -5px 4px 0 4px;
}
/* */

#navigation li a {
	color: #757575;
	font-size: 12px;
	padding: 10px 5px 5px 5px;
	display: block;
	text-align: center;
}

#navigation a:hover {
	color: white;
	text-decoration: none;
}

#navigation a.selected {
	background-color: white;
	color: black;
	text-decoration: none;
}

/* projects elements */

ul#projects-list li {
	padding: 2px 0;
}

ul#projects-list a {
	color: #999999;
	font-size: 11px;
	display: block;
}

ul#projects-list a:hover {
	color: black;
	text-decoration: none;
}

/* layout elements */

#content-wrapper {
	margin: 20px auto;
	width: 750px;
}

#title {
	float: left;
	width: 750px;
	height: 85px;
}

/* \*/
* html #title {
	overflow: hidden;
}
/* */

#content-box {
	float: left;
	clear: both;
	width: 750px;
	background-color: white;
}

#content {
	padding: 20px;
}

#column-left {
	float: left;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#column-right {
	float: left;
	width: 500px;
	margin-bottom: 20px;
}

#picture-box {
	width: 500px;
	height: 375px;
	overflow: hidden;
	text-align: center;
}

#picture-nav {
	float: left;
	width: 180px;
	padding: 10px;
	padding-left: 0;
}

#picture-nav a.show,
#picture-nav a.next,
#picture-nav a.prev {
	font-size: 11px;
	font-weight: normal;
}

#picture-nav a.show:hover,
#picture-nav a.next:hover,
#picture-nav a.prev:hover,
#picture-nav a.show_selected {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#imgDisplay_caption {
	float: left;
	padding: 10px;
	width: 280px;
	height: 60px;
	font-size: 11px;
}

#footer {
	float: left;
	clear: both;
	background-color: #000000;
	color: #434343;
	font-size: 10px;
	width: 100%;
}

#footer div {
	padding: 4px 20px;
}

#footer a {
	color: #434343;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}