html { 
	overflow-y: scroll; /* Forces scrollbar even if page is too short to need one */
}
body {
	/*  background-color: #d9d9d9;  */
	background-color: #e9e9e9;
	padding:0px 0px 0px 0px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-position:center; 
	background-image:url('../images/background.jpg');
	background-repeat: repeat-y
}

h2 {
	font-size:100%;
}

p {
	font-size:14px;
	line-height:150%;
}

#wrapper {
	min-height:500px;
    width: 1000px;
	/* background-color: #004055; */  
	padding:0px 0px 10px 0px;
	margin: 0px auto 0px auto;
}
	
#header{
	width:1000px;
	height:100px;
	/*  background-color: #898989;   */  
	/* border-bottom:1px solid #4f748e; */
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	clear:both;
}

#header h1 {
	color: #333333;
	font-size:12px;
	text-decoration: none;
	font-weight:normal;
}

#header a:link {
	color: #333333;
	font-size:20px;
	text-decoration: none;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#header a:hover {
	color: #f55e17;
	font-size:20px;
	text-decoration: none;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#header a:visited {
	font-size:20px;
	color: #333333;
	text-decoration: none;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#header a:active {
	color: #f55e17;
	font-size:20px;
	text-decoration: none;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#postArticlemain {	
 	background-color: #e5e5e5;
	width:998px;
	min-height:325px;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 295px 0px;
	border-bottom:1px solid #4f748e;
	border-top:1px solid #4f748e;
	border-right:1px solid #4f748e;
	border-left:1px solid #4f748e;
}

#postArticleleft {	
 	background-color: #e5e5e5;
	float:left;
	width:490px;
	min-height:290px;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:1px solid #4f748e;
	border-top:1px solid #4f748e;
	border-right:1px solid #4f748e;
	border-left:1px solid #4f748e;
}

#postArticleright {	
 	background-color: #e5e5e5;
	float:right;
	width:490px;
	min-height:290px;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:1px solid #4f748e;
	border-top:1px solid #4f748e;
	border-right:1px solid #4f748e;
	border-left:1px solid #4f748e;
}

#ulleft{	
 	/* background-color: #e5e5e5; */ 
	float:left;
	width:200px;
	min-height:200px;
	margin: 0px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
}

#ulleft h3{	

	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

#ulleft ul{	

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

#ulright {	
 	/* background-color: #e5e5e5; */ 
	float:right;
	width:200px;
	min-height:200px;
	margin: 0px 100px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#ulright h3{	

	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

#ulright ul{	

	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

#content {	
	float:left;
	width:1000px;
	min-height:700px;
	/* background-color: #ebed4d; */
	border-top:1px solid #4f748e;
	margin:10px auto 10px auto;
	padding:0px 0px 0px 0px;
	clear:both;
}

#contentcenter {	
	float:left;
	width:1000px;
	/* background-color: #ebed4d; */
	border-top:1px solid #4f748e;
	margin:10px auto 10px auto;
	padding:0px 0px 0px 0px;
	text-align: center;
}

#contentcentergallery {	
	float:left;
	width:1000px;
	min-height:700px;
	/* background-color: #ebed4d; */
	margin:0px auto 10px auto;
	padding:0px 0px 0px 0px;
	text-align: center;
}

#contentcentergallery img {
	border:1px solid #021a40;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#contentcentergallerynoborder {	
	float:left;
	width:1000px;
	min-height:700px;
	/* background-color: #ebed4d; */
	margin:0px auto 10px auto;
	padding:0px 0px 0px 0px;
	text-align: center;
}

#contentcentergallerynoborder img {
	/* border:1px solid #021a40; */
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

#contentcenter a:link {
	color: #f55e17;
	font-size:15px;
	text-decoration: none;
	font-weight:normal;
}

#contentcenter a:hover {
	color: #179af5;
	font-size:15px;
	text-decoration: none;
	font-weight:normal;
}

#contentcenter a:visited {
	font-size:15px;
	color: #f55e17;
	text-decoration: none;
	font-weight:normal;
}

#contentcenter a:active {
	color: #179af5;
	font-size:15px;
	text-decoration: none;
	font-weight:normal;
}

#content h1 {
	color: #333333;
	font-size:12px;
	text-decoration: none;
	font-weight:normal;
}

#content a:link {
	color: #f55e17;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
	font-style:italic;
}

#content a:hover {
	color: #ac7b50;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
	font-style:italic;
}

#content a:visited {
	color: #f55e17;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
	font-style:italic;
}

#content a:active {
	color: #ac7b50;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
	font-style:italic;
}

#contentmain {
	float:left;
	min-height:100px;
    width: 490px;
	/* background-color: #e1e781; */  
	margin: 11px 0px 0px 0px;
	padding: 0px 0px 0px 9px;

}
#contentmain img {
	border:1px solid #021a40;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#Headline{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#Headline img {
	border:none;
    outline:none;
}

#footer{
	width:1000px;
	height:60px;
	/*  background-color: #898989; */  
	border-top:1px solid #4f748e;
	text-align: center;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	clear:both;
}

#name{
	/* background-color: #e22898; */
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	float:right;
}

#name img {
	border:none;
    outline:none;
}

#navmain{
	float:left;
	height:100px;
	width:400px;
	/* background-color: #887599; */  
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}

#navmainbullets{
	display: inline;
	/*background-color: #FFFF33; */  
	position: relative;
	/* bottom: 3px;   */
	color: #444444;
	font-size:16px;
	text-decoration: none;
	font-weight:bold;
}

#biotext {
	float:left;
	min-height:320px;
    width: 660px;
	/* background-color: #78a3ca; */
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}

#biotextwide {
	float:left;
	min-height:320px;
    width: 970px;
	/* background-color: #78a3ca; */
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
}

#biotextcenter {
	float:left;
    width: 936px;
	text-align: center;
}

#biotextcenter img {
	border:none;
    outline:none;
}

#biopic {
	float:right;
	width: 240px;
	height:300px;
	/* background-color: #7aca78; */  
	margin: 23px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	border:1px solid #021a40;
	text-align: center;
}

#breaker {
	clear:both;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}