html, body {
	height: 100%;
	margin:0;
	padding:0;
}

html {height: 100%; width: 100%;}

body {
	background: #fff;
	behavior:url("csshover3.htc");
	/*background-image: url(images/bwater.gif);
	width:1400px;
	height: 100px;*/
}

h2 {
	color: #B76A31;
	font-style: italic;
}

h3 {
	font-style: italic;
}



h4 {
	color: #003366;
	font-size: 80%;
	font-family: Calibri;
	position: left
}


.clear {clear: both;overflow: hidden;}

#wrapper {
	width: 100%;
	margin: auto;
}

#header {
	width: 960px;
	height: 135px;
}

#containerTop {
	width: 960px;
	height: 435px;
	background-image: url(../images/containerTop4.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	
	
}



#container {
	width: 960px;
	background-image: url(../images/container.gif);
	background-position: top left;
	background-repeat: repeat-y;

}



#left {
	float: left;
	margin-left: 75px !important;
	margin-left: 40px;
	width: 560px;
}

#right {
	float: left;
	margin-left: 35px;
	width: auto;
}

#right p {
	margin-right: 10px;
	text-align: center;
	
}

#right img.fixed{
	width: 200px;
	height: 160px;
	border: 1px solid #fff;
	padding: 2px;
	margin-bottom: 2px;
}

#footer {
	width: 960px;
	height: 90px;
	background-image: url(../images/footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#adverts a {
	display: block;
	text-align: center;
	color: #777;
	margin-bottom: 2px;
	text-decoration: none;
	margin-right: 10px;
}

#adverts a img {
	border: 1px solid #fff;
	padding: 2px;
}

#links {
	font-size: 11px;
	font-family: Verdana;
}
	
a:link {color: #0033CC;}
a:visited {color: #0000ff;}
a:active {color: #00FF00;}
a:hover {
	color: #FFFFFF;
	background-image: url(../images/00469.jpg);
}
a {text-decoration: none}


.menustyle{
	width: 960px;
	height: 40px;
	font-weight: bold;
	background-color: #000099;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{
	/*border: 1px solid #BBB;*/
	width: 950px;
	height: 20px;
	background: url(../images/menuBg.gif) center center repeat-x;
	padding: 4px 0;
	margin: 5px;
	text-align: center;
	font-family: rage italic;
	font-size: 24px;
	
}

.menustyle ul li{
	display: inline;
}

.menustyle ul li a{
/*color: #494949;*/
color:#FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.menustyle ul li a:hover, .menustyle ul li a.selected{ 
	background-color: #2FB899;/*background: url(chrometheme/chromebg-over.gif) center center repeat-x; */

}

.dropmenudiv{
	position:absolute;
	top: 138px;
	border: 1px solid #336699; 
	border-bottom-width: 0;
	font:bold 13px calibri;
	line-height:18px;
	z-index:100;
	background-color: #FFFFDF;
	width: 200px;
	visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE.*/
	left: 33px;
	}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #336699; 
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #003366;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2FB899;
}








	













/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
