/*
oran #FE7200
blu #072050
yel #FDCB00 
new_yel #ffd200
lines #d5b500
*/

body {
	font: 62.5%/1.6em Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#072050;
	margin:0px;
	background:url(../css/bg.gif) top repeat-x #ffd200;
	}

a {
	color: #36C;
	text-decoration:none;
}

a:hover {
	color: #06F;
	text-decoration:underline;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	width:760px;
	background:#FDCB00;
	background:  url(../css/bg.gif) repeat-x;

	
}

#header {
	float:none;
	height:90px;
	background: #072050 url(../css/header.gif) top no-repeat;
	padding: 0;
	margin: 0;
		}

#page_title {
	width: 300px;
	position: relative;
	top: 58px;
	left: 135px;
	color:#fff;
	font-size:220%;
	padding: 0 0 10px 0;

}

#contact {
	
	width:154px;
	height:57px;
	position: absolute;
	top: 20px;
	left: 605px;
	padding: 0 0 10px 0;
	}

#nav {
	margin:0 0 0 0;
}

#sidebar_left {
	float:left;
	width:109px;
	padding:0;
	border-right:1px solid #d5b500;
	margin:0px 0px 0 0;
}


#sidebar_left p {
	line-height:20px;
}


#sidebar_right {	
	width:280px;
	padding-left:15px;
	float:right;
	margin:0 0 10px 10px;

	}
	
#content {
	padding:0 0 15px 15px;
	font-size:120%;
	margin:0 0 0 120px;

}

#content h1 {
	font-size:160%;
	font: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#072050;
	/*border-bottom:1px solid #e6e6e6;*/
}

#content h2 {

	font: 130% verdana, arial;
	color:#072050;
	font-weight:bold;
	line-height:20px;
	
}

#content h3 {
	font:130% Arial;
	color:#072050;
	padding: 5px 0;
	}
	
#content h4 {
	font:120% Arial;
	color:#072050;
	font-weight:bold;
	padding: 5px 0 0 0;
	}

.photo_left {
	background-color: #eee;
 	border: 1px solid;
 	border-color: #EEE #E6E6E6 #CCC #E6E6E6;
 	margin: 0px 10px 10px 0;
 	/*padding: 5px 5px 8px 0px;*/
  }
  
.photo_right {
	margin: 0 0 10px 10px;
	float:right;
 	/*padding: 5px 5px 8px 0px;*/
  }
  
.gallery_photos {
	background-color: #eee;
 	border: 1px solid;
 	border-color: #EEE #E6E6E6 #CCC #E6E6E6;
 	/*margin: 2px 10px;*/
 	padding: 5px 5px 8px 5px;
	margin: 20px 20px;
	float:left;
  }
  
.pullquote {	
  	font-size:110% ;
	/*color:#222;*/
 }
  

#content p,ul,ol,blockquote {
	margin:10px 0 15px 0;
	line-height:20px;}
	
#content h1,h2,h3,h4 {
	/*margin:0 0 0 0;*/
	padding:15px 0 5px 0;
	}
	
#content li {
	list-style: disc;
	margin-left: 25px;
	padding-bottom:10px;
}


#footer {
	background: url(css/border.gif) top repeat-x;
	margin:20px 0 0 0;
	padding: 10px 0 0 15px;
	/*background:#f6f6f6;*/
	border-top:1px solid #d5b500;
	font:90% verdana;
	line-height:15px;
	color: #555;
	clear:both;
}

#footer a{
	text-decoration: none;
	color: #555;
	}

.box1 {
	background: #FFDB5D;
	padding: 0 0 20px 20px;
	margin: 0;
}

.box1_header {
	background: #002D62;
	padding: 0 0 0 0;
	margin: 0;
}

.small {
 font-size:90%;
}