*
{
	padding: 0;
	margin: 0;
}

html
{
	height: 100%;
	min-height: 100%;
}

body
{
	height: 100%;
	min-height:100%;
	text-align: center;
	background: #f3f3f3 url('../img/main_bg.gif') repeat-x;
	margin-top: 50px;
}

#container
{
	margin: 0 auto;
	padding: 0 auto;
	width: 986px;
}

#header
{
	background: url('../img/header.gif');
	height: 223px;
}

#nav_top
{
	padding: 190px 0px 0px 20px;
}

#nav_top ul
{
	list-style-type: none;
}

#nav_top ul li
{
	display: inline;
	padding-right: 50px;
}

#nav_top .home
{
	float: left;
}

#nav_top ul li a
{
	font: 14pt "Arial", Sans-Serif;
	color: #FFF;
	text-decoration: none;
}

#nav_top ul li a:hover
{
	color: #FFFF00;
	text-decoration: underline;
}

#content
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	height:643px;
}

#content_left
{
	float: left;
	width: 330px;
	text-align: left;
}

#content_right
{
	float: right;
	width: 656px;
	background: url('../img/content_bg.gif') repeat-y;
	text-align: left;
	height:643px;
	overflow: auto;
}

#content_right a:link, #content_right a:visited
{
	color: #FFFF00;
	text-decoration: none;
}

#content_right a:hover, #content_right a:active
{
	text-decoration: underline;
}

#content_right h1
{
	font: 18pt Myriad Pro, Arial, Sans-Serif;
	color: #bd3118;
	padding-left: 15px;
}

#content_right p
{
	font: 11pt Arial, Sans-Serif;
	color: #FFF;
	padding: 15px;
}

#content_right ul
{
	padding-left: 70px;
}

#content_right ul li
{
	font: 11pt Arial, Sans-Serif;
	color: #FFF;
}

#news
{


}

#nav_left
{
	background: url('../img/nav_bg.gif') no-repeat;
	width: 302px;
	height: 438px;
	padding: 30px 0px 0px 5px;
}

#nav_left ul
{
	list-style-type: none;
}

#nav_left ul li
{
	background: url('../img/nav_link_bg.gif') no-repeat;
	line-height:50px;
	margin-bottom: 25px;
	width: 292px;
	height: 50px;
}

#nav_left ul li a
{
	padding-left: 100px;
	font: 16pt "Arial", Sans-Serif;
	color: #FFF;
	text-decoration: none;
}

#nav_left ul li a:hover
{
	text-decoration: underline;
}

#photo_gallery
{
	width: 302px;
	height: 176px;
}

#footer
{
	width: 986px;
	height: 63px;
	background: url('../img/footer_bg.gif') no-repeat;
	font: 9pt, Arial, Sans-Serif;
	text-align: center;
	padding: 20px;
}

#footer a:link, a:active, a:visited
{
	color: #FFFF00;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.top {
	width: 100%;
	height: 14px;
	background: url('../img/main_top.gif') no-repeat top left;
}

.bottom
{
	padding-top:0px;
	margin-top: -1px;
	width: 100%;
	height: 14px;
	background: url('../img/main_bottom.gif') no-repeat bottom left;
}

.bottom-home
{
	width: 100%;
	min-height: 220px;
	background: url('../img/main_bottom.gif') no-repeat bottom left;
}

img
{
	padding: 0;
	margin: 0;
	border: none;
}

fieldset 
{  
	width: 600px;
	margin: 0 0 0 20px;  
	padding: 0 0 1em 0; 
}

fieldset h2
{
	font: 16pt Myriad Pro, Arial, Sans-Serif;
	color: #bd3118;
	padding-left: 15px;
}

fieldset ol 
{  
	padding: 1em 1em 0 1em;  
	list-style: none;
}

fieldset li 
{  
	padding-bottom: 1em;
	font: 11pt Arial, Sans-Serif;
	color: #FFF;
}

fieldset li 
{  
	padding-bottom: 1em;
	font: 11pt Arial, Sans-Serif;
	color: #FFF;
}

fieldset li input
{
	width: 150px;
	height: 18px;
	background: url('../img/trans1x1.gif');
	color: #FFF;
}

fieldset .submit 
{  
	float: none;
	border-style: 1px solid #FFF;
	width: 60px;
	height: 30px;
	color: #FFF;
}

label 
{  
	float: left;  
	width: 5em;  
	margin-right: 1em;
}

table
{
	width: 90%;
	margin-left: 20px;
}

table tr td
{
	font: 10pt, Arial, Sans-Serif;
	color: #FFF;
}