/*----------------------------------html, text and links-----------------------------*/

html, body{
background:#070707;
margin:0;
padding:0;
text-align:center;
}

a:link{
text-decoration:none;
color:#FFFFFF;
}

a:visited{
text-decoration:none;
color:#FFFFFF;
}

a:hover{
color:#e20404;
text-decoration:none;
}

a:visited{
color:#FFFFFF;
text-decoration:none;
}

h1{
font:bold 12px Tahoma;
color:#FFFFFF;
margin-left:9px;
margin-top:2px;
}

.style1{
font:10px Tahoma;
color:#7a7a7a;
margin-left:9px;
}

/*----------------------------------Main divs-----------------------------*/

#container{
height:100%;
text-align:left;
width:100%;
padding:0;
margin:0;
}

#contentcontainer{
width:577px;
margin:0 auto;
text-align:left;
height:100%;
}

#header{
background:url(images/headerbg.jpg) repeat-x;
width:100%;
height:88px;
}

#logo{
text-align:center;
width:332px;
height:88px;
background:url(images/logo.jpg);
margin:0 auto;
}

#welcome{
width:571px; /*the width minus the padding on both sides*/
height:100%;
font:10px Tahoma;
color:#999999;
text-align:left;
padding:3px;
float:none;
margin:0 auto;
background:#0f0f0f;
margin-bottom:2px;
}

.googleads{
margin-top:2px;
width:577px;
height:100%;
background:#0f0f0f;
margin:0 auto;
margin-bottom:2px;
}

#content{
width:577px;
min-height:353px;
background:#0f0f0f;
font:10px Tahoma;
color:#FFFFFF;
margin:0 auto;
margin-bottom:2px;
}

* html #content{
height:353px;
}

#footer{
background:url(images/footerbg.jpg) repeat-x;
height:88px;
width:100%;
text-align:left;
}

#footercontainer{
width:583px;
height:88px;
text-align:left;
margin:0 auto;
}

#disclaimer{
font:10px Tahoma;
color:#CCCCCC;
background:url(images/disclaim.jpg) no-repeat;
width:207px;
height:80px;
text-align:left;
float:left;
margin-top:9px;
}

#copyright{
font:10px Tahoma;
text-align:left;
float:left;
color:#CCCCCC;
background:url(images/copy.jpg) no-repeat;
height:80px;
width:376px;
margin-top:9px;
}

/*----------------------------------form divs and styles-----------------------------*/

#form{
background:#0f0f0f;
width:300px;
height:100%;
margin:0 auto;
margin-top:2px;
padding-top:50px;
}

.formfield{
background:url(images/formbg.jpg);
font:10px Tahoma;
color:#c40909;
}

.submitbutton{
background:url(images/submitbg.gif) repeat-x;
font:10px Tahoma;
color:#070707;
border:none;
margin-left:6px;
padding:3px;
}

.radiobutton{
background:url(images/radio.jpg);
}

/*----------------------------------Navigation and lists-----------------------------*/

#navigation{
width:100%;
height:23px;
background:url(images/navbg.gif) repeat-x;
}

#navigation ul{
font:10px Tahoma;
width: 97%;
padding:5px;
background:url(images/navbg.gif) repeat-x;
margin: 0;
list-style:none;
diplay:inline;
}

#navigation ul li{
display: inline;
}

#navigation ul li a{
color: #FFFFFF;
padding: 9px 10px 10px 9px;
text-decoration: none;
}

#navigation ul li a:hover{
background:url(images/navover.gif) repeat-x center;
}


#content ul{
float:left;
list-style-type: none;
padding: 0;
width: 300px;
padding-top:12px;
margin:0;
}

#content li a{
font: 9px Verdana;
color: #999999;
width: 300px;
text-decoration: none;
float:left;
padding:2px;
margin:0;
}

#content li a:visited, #content li a:active{
text-decoration:none;
}