
body {
	background-image: url('../img/bg_body.png');
	background-attachment:fixed;
  	font-size: 100%; 
	color: #fff;
	margin: 0;
	padding: 0;
}

* {margin: 0; padding: 0; outline: none;}
img {border: none;}

#wrapper {
	margin: 0 auto;
	width: 960px;
	position:relative;
	color: #fff799;
	text-align:center;
}

td, th {
	color: #99CCCC;
}

h1 {
	color: #FFFF33;
}

.Title_main {
		font-size: 33px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #f7941d;
		text-shadow: 5px 6px 3px #000;
		filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=45);

}
.Title_main span {
	font-size:150%;
	color:#f79410;
	margin:-0.1em 0 0;
	height:1.5em;
}
	
h2 {
	color: #FFFF66;
}

h3, h4 {
	color: #FFFFCC;
}

h5, h6 {
	color: #6699CC;
}

a {
	color: #9999cc;
}

#header {
 position:relative;
 top:0px;
 left:0px;
 width:100%;
 text-align:center;
 font-size:56px;
}

#header .imgLeft{width:280px; height:75px; position:absolute; top:35px; left:10px; z-index:2;}
#header .imgRight{width:280px; height:75px; position:absolute; top:33px; left:685px; z-index:2;}

#container{ height:auto;}
 
#leftmenu{
	position:relative;
	float:left;		
	width:120px;
	height:auto;
}

#leftmenu li{
	height:30px; 
	width:200px; 
	background:url(../img/bg_title.png) repeat-x; 
	font-size: 16px; 
	font-weight: bold; 
	display:block;
	vertical-align:middle; 
	color:#0A84F7; 
	padding:5px 0 0 5px; margin:0 0 10px 0;
	cursor : pointer;
}

#leftmenu a:hover{
	color:#FFF;
}

#footer{
clear:both;
width:980px;
height:10px;
padding:120px 0 0 0px;
font-size: 80%;
font-family: Arial,Verdana,"Trebuchet MS",Arial;
background: url(http://h2o-dry.com/img/bg_footer.png) no-repeat !important;
text-align: center;
color:#FF0;
font-weight: bold;
}

#footer a{color:#FF0; text-decoration:none;}
#footer a:hover{color:#0073F4; text-decoration:underline;background:#017DF7}
#footer a:active{color:#0073F4; text-decoration:underline;background:#017DF7}

#footer strong{ font-weight: bold;}

