body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #0282c5;
	background: #666666;
}

a:link, a:visited { color:#0099FF; text-decoration: underline;} 
a:active, a:hover { color: #c2e647; text-decoration: none}

h1 {
	clear: both;
	margin: 5px 0px 10px 0px;
	padding: 18px 0px 5px 0px;
	font-weight: bold;
	font-size:20px;
	color: #c2e647;
	border-bottom: 1px solid #3a8dff;
	background: url(images/h1_background.gif) bottom right no-repeat;
}
h2 {
	margin:5px 0px 10px 0px;
	padding: 18px 0px 5px 0px;
	font-weight: bold;
	font-size:16px;
	color: #c2e647;
	border-bottom: 1px solid #3a8dff;	
	background: url(images/h2_background.gif) bottom right no-repeat;
}
h3 {
	margin: 5px 0px 10px 0px;
	font-weight: bold;
	font-size: 16px;
	color: #c2e647;	
}
h4 {
	margin: 0px;
	font-weight: bold;
	font-size: 11px;
	color: #46819e;
}

img { 
	margin: 5px 10px 0px 0px; 
	float:left; 
	border: 1px solid #ffffff;
}


#header {
	clear: left;
	margin-left: 11px;
	width: 790px;
	height: 261px;
	background: url(images/header.gif) no-repeat;
}

#header img {
	margin: 20px 0;
	padding-left: 50px;
	border: none;
}
#site_title {
	clear: both;
	margin-top: 20px;
	padding: 0px;
	padding-left: 10px;
	font-size: 35px;
	font-weight: bold;
	color: #0093de;
}

#main
{
border:solid 1px #FFFFFF;
}

#site_title span {
	font-size: 20px;
	color:#FF0000;
}

#site_slogan {
	margin-top: 5px;
	padding-left: 200px;
	font-size: 12px;
	color: #2b1e1e;
}

#left_column {
	padding: 11px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	width: 160px;
	color: #46819e;
	border: 1px solid #2d393f;
	background: url(images/column_background.gif) bottom repeat-x;	
}

#left_column ul {
	margin: 0px;
	padding: 0px;
}
#left_column li {
	padding: 2px 15px;
	list-style: none;
	background: url(images/liststyle.gif) left center no-repeat;
}

#left_column li a {
	color: #46819e;
	text-decoration: none;
}
#left_column li a:hover {
	padding-left: 5px;
	color: #c2e647;
	text-decoration: none;
}

#right_column {
	padding: 10px;
	width: 560px;
	text-align:left;
	margin-right:16px;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #2d393f;
	background: url(images/column_background.gif) bottom repeat-x;
}
#gallery
{
border: 1px solid #2d393f;
margin-bottom:10px;
}
#menu {
	float: left;
	padding: 0px;
	width: 804px;
	background: #12181b;
}

#content
{
border:solid 1px #2d393f;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu ul li {
	display: inline;
}

#menu ul li a{
	float: left;
	margin-right: 1px;
	padding: 25px 0px 0px 0px;
	width: 133px;
	height: 95px;
	font: 18px Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #1e1717;
	background:url(images/menu_background.gif) no-repeat;
}

#menu ul li a:visited {
	color: #1e1717;
}

#menu ul li a:hover, #menu ul li .current {
	color: #ffffff;
	text-decoration: none;
	background: url(images/menu_hover.gif) repeat-x;
}

#footer {
	background: url(images/footer_background.gif) repeat-x;
	height:75px;
	width:770px;
	text-align:center;
	border: 1px solid #2d393f;
	margin-bottom:10px;
}

#footer a {
	color: #46819e;
	text-decoration: none;
}

#footer a:hover {
	color: #d9fd5d;
}
