/* CSS Document */

#content-wrapper {
	clear:left;
	width:960px;
	height:2000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:30px;
	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 {
	padding-top:0;
	margin-top: 0;
	}
	
#content p {
	text-align: justify;
	font-size: 14px;
	line-height:20px;
	font-style: normal;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #858585;
	}
	
	
#content h1 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:16px;
	color:#D1E1F1;
	font-weight: normal;
	padding-top:10px;
	padding-bottom:0;
	font-style: italic;
	text-align:left;
	}
	
#content h3 {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:16px;
	color:#D1E1F1;
	font-weight: normal;
	padding-top:10px;
	padding-bottom:0;
	font-style: italic;
	text-align:left;
	}



	
#content a:link {
	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 {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	margin-bottom:20px;
	background-color:transparent;
	}
	
#text p {
padding-top:15px;
}

#text img {
	clear:both;
	float:left;
	border:solid 1px #3E3E3E;
	padding:4px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	}		

#links {
	clear:left;
	padding-top:25px;
	}
	
#links ul {
	list-style-type: none;
	text-align:left;
	}
	
#links li {
	display:inline;
	padding-right:25px;
	}	
	
#links a:link {
font-size:15px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-weight: normal; text-decoration: none; color: #CCC;
	}
	
#links a:visited {font-size:15px;font-family: Arial, Geneva, Helvetica, sans-serif;font-weight: normal; text-decoration: none; color: #CCC;}	
#links a:visited:hover {font-size:15px;font-family: Arial, Geneva, Helvetica, sans-serif;font-weight: normal; text-decoration: underline; color: #004F9D;}
#links a:hover {font-size:15px;font-family: Arial, Geneva, Helvetica, sans-serif;text-decoration: underline; color: #004F9D;}
#links a:active {font-size:15px;font-family: Arial, Geneva, Helvetica, sans-serif;text-decoration: none; color: #CCC;}
	
.underline {
	text-decoration:underline;
	}
	
.left {
	float:right;
	}