﻿html {

   background: url(../images/body_bg.png) repeat;
	
   /*background: #0A3752;*/


}

body {
	margin: 0;
	padding: 0 0px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	color: #FFF;
	background: #006699 url(../images/body_bg.png) repeat-x center top;
	width: 100%;
	display: table;
}

a:visited { color: #c89d59; text-decoration: none; } 

a:link { color: #c89d59; text-decoration: none; } 

a:hover { color: #FFFF00; text-decoration: none }


a:active { color: #FFFF00; text-decoration: none }


h1 {
	font-size: 24px;
	
	font-weight: bold;
	
	text-decoration: underline;
	
	color: #FFFFFF;
	
	background-position: right;
	
	padding-top: 30px;

}

h2 {
	margin-top: 40px;
	
	font-size: 20px;
	
	font-weight: bold;
	
	text-decoration: underline;
	
	color: #CCFF33;
}


#container {

	width: 800px;
	
	margin: auto;
}

.topmenu{
 	
    
	margin: auto;

	width: 800px;

}


.topmenu ul {

	list-style: none;

	padding: 0px;

	margin: 0px;

}

.topmenu li{

	display: inline;

}

.topmenu li a{

	float: left;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	text-align: center;

	color: white;

	width: 103px;

	height: 30px;

	margin-left: 5px;

	margin-right: 5px;

	padding-top: 14px;

}

.topmenu li .current{

	/* color: #beb052; */
	color: white;

	background: url(../images/button_hover.jpg) no-repeat;

}

.topmenu li a:hover{

	/* color: #beb052; */
	color: white;

	background: url(../images/button_hover.jpg) no-repeat;

}

#topsection {

	float: left;

	margin-top: 40px;

	width: 800px;

	height: 48px;

	color: #c1b25d;

	font-size: 24px;

	font-weight: bold;

	padding-top: 50px;

	line-height: 1.6em;

	text-align: center;

	background: url(../images/title_bg*.jpg) no-repeat;

}

#headersection {

	float: left;

	width: 800px;

	height: 400px;


}

#content_section {

	float: left;

	width: 750px;

	text-align: justify;

	padding-left: 30px;

}

#content_section img {
	float: left;
	padding-right: 0px;
}

#footer {
	float: left;
	
	margin: auto;
	
	margin-top: 180px;
	
	text-align: center;
	
	padding-top: 60px;
	
	width: 744px;
	
	height: 50px;
	
	background: url(../images/footer.gif) no-repeat;
	
	background-position: center;
	
	color: white;
}
#footer4rate {
	float: left;
	
	margin: auto;
	
	margin-top: 320px;
	
	text-align: center;
	
	padding-top: 60px;
	
	width: 744px;
	
	height: 50px;
	
	background: url(../images/footer.gif) no-repeat;
	
	background-position: center;
	
	color: white;
}
.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}
