/* CSS Document */


#content-wrapper {
	width:960px;
	height:1600px;
	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:840px;
	margin-left:auto;
	margin-right:auto;
	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:17px;
	color:#D1E1F1;
	font-weight: bold;
	padding-top:15px;
	padding-bottom:10px;
	font-style: italic;
	}

#content h2 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:16px;
	color:#D1E1F1;
	font-weight: normal;
	padding-top:20px;
	padding-bottom:20px;
	font-style: italic;
	text-align:left;
	}
	
#content a:link {
	font-size:15px;font-family: Arial, Geneva, Helvetica, sans-serif;font-weight: normal; text-decoration: none; color: #CCC;
	}
	
#content a:visited {font-weight: normal; text-decoration: none; color: #CCC;}	
#content a:visited:hover {font-weight: normal; text-decoration: underline; color: #004F9D;}
#content a:hover {text-decoration: underline; color: #004F9D;}
#content a:active {text-decoration: none; color: #CCC;}

#text {
	float:left;
	width:840px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:30px;
	background-color:transparent;
	}
		

	
.underline {
	text-decoration:underline;
	}
		
.border {
	border:solid 1px #CCCCCC;
	}
	
/* Styling for the Tabulated Data*/
table {
	width:60em;
	margin-top:2.5em;

	}
		
table th, td {
	border:1px solid #3E3E3E;
	border-collapse: collapse;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	line-height:20px;
	}

table, td {

	font-size:1.1em;
	color:#999999;
	text-align:center;
	background-color:transparent;
	}

tbody th {

	text-align:center;
	color:#ffffff;
	background-color:#999999;
	line-height:2.0em;
	}


.border {
	border:1px solid #3E3E3E;
	}
	
	
#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;
	}

#links {
	margin-top:0;
	padding-bottom:1em;
	}
	

		
#links ul {
	margin: 0;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:1.2em;
	padding: 0;
	list-style-type: none;
	}
	
#links li {
	display:inline;
	padding-right:1.3em;
	}
