/* CSS Document */

body {
	/* font-family: normal 11px/16px Arial, sans-serif; */
	font-family: normal Arial, sans-serif;
	background: black url('../images/bg-portfolio2.gif') no-repeat 0px 120px;
	text-align: left;
	}
	
p {
	color: white;
	}
	
h3 {
	color: white;
	/* padding-left: 6px; */
	}
	
ul {
	margin-top: 14px;
	}
	
a:link, a:active, a:visited {
	color: gray;
	text-decoration: none;
	outline: none;
	}

a:hover {
	color: white;
	text-decoration: none;
	outline: none;
	}
	
#nav {
	position: absolute;
	top: 428px;
	left: 314px;
	width: 300px;
	height: 200px;
	color: gray;
	font-size: 11pt;
	}
	
#nav ul, #thumbs ul {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	}
	
#content {
	position: absolute;
	width: 400px;
	height: 300px;
	left: 354px;
	top: 86px;
	font-size: 10pt;
	line-height: 14pt;
	}

#portfolio {
	position: absolute;
	top: 20px;
	left: 328px;
	}
	
#thumbs {
	position: absolute;
	width: 200px;
	top: 80px;
	left: 66px;
	text-align: right;
	font-size: 10pt;
	color: white;
	}
	
.sliders {
	display: inline;
	}
	
form input, textarea {
	font-family: normal Arial, sans-serif;
	font-size: 10pt;
	padding: 2px;
	}
	
form p {
	margin-bottom: 0px;
	}

.errMsg { 
	color: white; 
	font-size: 8pt;
} 
