/* CSS Document */
#content-wrapper {
	width:960px;
	height:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	background-color:transparent;
	background-image:url(../assets/backing.png);
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#3E3E3E;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#3E3E3E;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#3E3E3E;
	}
	
#content {
	width:960px;
	height:400px;
	padding-top:0;
	margin-top: 0;
	background-color:transparent;
	}
	
#content p {
	text-align: justify;
	font-size: 14px;
	line-height:20px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-style:normal;
	color: #858585;
	}
	
	
#content h1 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:16px;
	color:#D1E1F1;
	font-weight: bold;
	padding-top:15px;
	padding-bottom:10px;
	font-style: italic;
	}



	
#content a:link {
	font-weight: normal; text-decoration: none; color: #829987;
	}
	
#content a:visited {font-weight: normal; text-decoration: none; color: #7185AA;}	
#content a:visited:hover {font-weight: normal; text-decoration: none; color: #CCC;}
#content a:hover {text-decoration: none; color: #CCC;}
#content a:active {text-decoration: none; color: #7185AA;}	

#content_left {
	float:left;
	width: 550px;
	height:700px;
	padding-bottom:20px;
	padding-top:15px;
	padding-left:30px;
	padding-right:0;
}

	
#content_right {
	float:right;
	width:340px;
	padding-right:30px;
	padding-top:15px;
}

#thumbs {
width:900px;
margin-left:auto;
margin-right:auto;
padding-left:15px;
padding-top:20px;
}

#thumbs h2{
	text-align:center;
	padding-bottom:15px;
	}
	
#thumbs ul{
	display:inline;
	margin-left: 0;
	left: 0;
	padding-left: 0px;
	padding-top:20px;
	}
	

#thumbs li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	}
		

img.thumbnails{
	border: 1px solid #666666;
	margin:0;
	width:225px;
	height:150px;
	margin-bottom:5px;
	}
	
.imageholder {
	background-color:transparent;
	border:1px solid #3F4E42;
	display:inline;
	float:left;
	height:190px;
	margin:1px 5px 10px 6px;
	padding-top:20px;
	}
	

	
a.imageholder  {
	text-align:center;
	text-decoration:none;
	color:#829987;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width:276px;
	height:auto;
	padding-top:20px;
	padding-bottom:5px;
}

a.imageholder.hover {
	color:#ccc;
	text-decoration:none;
	}



img.thumbnails_portrait{
	border: 1px solid #666666;
	margin:0;
	width:150px;
	height:225px;
	}

#text {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	}
#text h2 {
	padding-bottom:20px;
	}
		
#links {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	padding-bottom:25px;
	}
	
#links ul {
	list-style-type: none;
	text-align:center;
	}
	
#links li {
	display:inline;
	padding-right:12px;
	}	
	
#links a:link {
font-size:12px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal; text-decoration: none; color: #CCC;
	}
	
#links a:visited {font-size:12px;font-family: Arial, Geneva, Helvetica, sans-serif;font-weight: normal; text-decoration: none; color: #CCC;}	
#links a:visited:hover {font-size:12px;font-family: Arial, Geneva, Helvetica, sans-serif;font-weight: normal; text-decoration: underline; color: #004F9D;}
#links a:hover {font-size:12px;font-family: Arial, Geneva, Helvetica, sans-serif;text-decoration: underline; color: #004F9D;}
#links a:active {font-size:12px;font-family: Arial, Geneva, Helvetica, sans-serif;text-decoration: none; color: #CCC;}

.center {
	text-align:center;
	}
	
input.buttonover {
	border:1px solid #3E3E3E;
	color:#333;
	background-color:#999;
	font-size:12px;
	text-align:center;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	margin-bottom:5px;
	margin-left:60px;
}



input.button {
	border:1px solid #3E3E3E;
	color:#CCCCCC;
	background-color:#333;
	font-family:Arial, Geneva, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin-bottom:5px;
	margin-left:60px;
}