/*layout CSS */
body {
text-align:center; /*center hack*/
min-width:850px;
min-height: 100%;
vertical-align:middle;
padding:0;
margin:30px;
background-color:#272727;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #333333;
}

a:link{
background-color: transparent;
color: #333333;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:visited{
background-color: transparent;
color: #333333;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:hover{
background-color: #FE0000;
color: #FFFFFF;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}

a:active{
background-color: transparent;
color: #FE0000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
} 

#wrapper {
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
min-height: 100%;
vertical-align:middle;
min-width:850px;
max-width:850px;
width:auto !important;
width:850px;
}

#header{
position:relative;
width:850px;
height:250px;
}

#menu{
position:relative;
margin-top:0px;
color:#fff;
height:25px;
width:100%;
}

#main{
position:relative;
margin-top:0px;
background-image: url(../images/bgcontent.jpg);
color:#fff;
height:300px;
width:850px;
}

#content{
position:relative;
text-align:left;
margin-top:0px;
padding-left:0px;
padding-right:0px;
color:#333;
height:300px;
width:780px;
}

#footer{
position:relative;
text-align:center;
background-image: url(../images/bgfooter.jpg);
margin-top:0px;
background-color:#272727;
color:#272727;
height:30px;
width:100%;
}

#dhtmltooltip{
position: absolute;
text-align:left;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: #ffffff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
