body {
	background: #000 url(../img/bg.jpg) repeat-x scroll center top;
	-x-system-font: none;
	font-family: "Myriad Pro", arial, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.25;
	color: #FFF;
}

a {
	color:#FFF;
	text-decoration:none;
}

#header{
	background: #000 url(../img/headerbg.png) no-repeat scroll center top;
	height: 100px;
}

#header #logo{
	margin:10px;
}

#header #menu{
	background: #000 url(../img/menubg.png) no-repeat scroll center top;
	height:16px;
	font-size:16px;
	font-weight:bold;
	margin-top:70px;
}

#header #menu ol,ul {
	list-style: none;
}

#header #menu ul li {
	background: transparent url(../img/menuBullet.png) no-repeat scroll 3px 7px;
	float: left;
	padding-left: 12px;
	margin-left: 5px;
}

#flash{
	background: url(../img/flashImage.png) no-repeat scroll center top;
}

#content{
	background: url(../img/mainbg.png) no-repeat scroll center top;
	height:680px;
}

#content #upper_main_content{
	border:2px; 
	border-style:dotted none;
	height:365px;
	width:100%
}

#content #main_content{
	height:550px;
	border:2px; 
	border-style:dotted none;
	width:100%
}

#content #main_content .download_item{
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	margin-top:10px;
}

#content #main_content .download_item a{
	text-decoration:underline;
	color: #F9EC55;
}

#content #main_content .download_item .prefix{
	color: #A14716
}

#content #main_content .download_item hr{
	color: #F9EC55;
	background-color: #F9EC55;
	height: 2px;
}

#content .content_wrapper{
	margin: 10px 10px;	
	font-size:16px;
	font-family: tahoma,arial,helvetica,sans-serif;
}

#content .content_wrapper .phone{
	background: transparent url(../img/phone.png) no-repeat;
	line-height:18px;
	padding-left:22px;
	margin:10px 0 0 10px;
}

#content .content_wrapper .email{
	background: transparent url(../img/email.png) no-repeat;
	line-height:18px;
	padding-left:22px;
	margin:5px 0 0 10px;
}

#content #photo_panel{
	height:600px;
}

div.scroll {
overflow: auto;
}

#footer{
	height: 100px;
}

.title{
	background: url(../img/titlebg.png) repeat-x scroll 0 3px;
	color: #E8CCA2;
	font-size: 20px;
	margin: 20px 10px 12px 10px;
	text-transform: uppercase;
}