/* CSS Document */

#content-wrapper {
	clear:both;
	width:960px;
	height:1700px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	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-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 h3 {font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:16px;
	color:#D1E1F1;
	font-weight: normal;
	padding-top:20px;
	padding-bottom:10px;
	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: none; color: #FFFFA8;}
#content a:hover {text-decoration: none; color: #FFFFA8;}
#content a:active {text-decoration: none; color: #CCC;}	

#text {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
	background-color:transparent;
	}

#text a:link {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #CCC;
	font-size:12px;
	font-weight: normal; text-decoration: none; color: #CCC;
	}
	
#text a:visited {font-family: Arial, Geneva, Helvetica, sans-serif;font-size:12px;font-weight: normal; text-decoration: none; color: #CCC;}	
#text a:visited:hover {font-family: Arial, Geneva, Helvetica, sans-serif;font-size:12px;font-weight: normal; text-decoration: none; color: #FFFFA8;}
#text a:hover {font-family: Arial, Geneva, Helvetica, sans-serif;font-size:12px;text-decoration: none; color: #FFFFA8;}
#text a:active {font-family: Arial, Geneva, Helvetica, sans-serif;font-size:12px;text-decoration: none; color: #CCC;}	
	
#columnone {
	width:300px;
	float:left;
	margin-left:0;
	}
	

	
#columntwo {
	width:300px;
	float:left;
	}
	
#columnthree {
	width:300px;
	float:left;
	}
	


	

	
.underline {
	text-decoration:underline;
	}
	
.border {
	border:solid 1px #CCCCCC;
	}