/* CSS Document */

#content-wrapper {
	clear:both;
	width:960px;
	height:1200px;
	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;}	


	
#content_left {
	float:left;
	width: 400px;
	padding-bottom:20px;
	padding-top:15px;
	padding-left:30px;
	padding-right:30px;
}

	
#content_right {
	float:right;
	width:450px;
	padding-right:30px;
}

#image {
	float:right;
	width:auto;
	padding-top:50px;
	padding-right:20px;
	height: auto;
	}
	
	

#bottomGroup {
	clear:both;
	display:block;
	width:930px;
	height:175px;
	margin-left:auto;
	margin-right:auto;
	background:transparent;
	}
	
#bottomGroup p {
	padding-top:10px;
	padding-left:37px;

	}

#bottomGroup img {
	margin-top:10px;
	margin-left:37px;
	padding:2px 2px 2px 2px;
	}
	
.latestimageone {
	float:left;
	width:299px;
	height:200px;
	}
	
.latestimageone img {
	border: 1px solid #fff;
	}
	
.rightjustify {
	text-align:right;
	padding-bottom:20px;
	}
	
.border {
	border:2px solid #CCCCCC;
	padding:2px;
	}
	
