/* CSS Document */
body{
margin: 0px;
padding: 0px;
text-align: center;
background-color:#666666;
}

p{
font-family: verdana, tahoma, arial;
font-size: 11px;
line-height: 17px;
}

h1{
font-family: verdana, tahoma, arial;
font-size: 15px;
font-weight: bold;
margin: 0px;
padding: 0px;
}

h2{
color: #ffffff;
font-family: arial,verdana,tahoma;
font-size: 11px;
font-weight: normal;
margin: 0px;
padding: 0px;
text-align: center;
}

h3{
color: #ffffff;
margin: 0px;
padding: 0px;
font-size: 11px;
font-weight: normal;
font-family: arial,tahoma;
}

.container{
width: 800px;
margin: auto;
position: relative;
background-color: white;
/*height: 700px;*/

}

.header{
width: 800px;
}

.headerimage{
width: 800px;
height: 163px;
position: relative;
float: left;
background-image: url(images/header.png);
}

.menu{
position: relative;
float: left;
width: 800px;
/*height: 30px;*/
text-align: center;
background-color: #999999;
}

a{
text-decoration: none;
color: #ff0000;
}

a:hover{
text-decoration: underline;
}

a.menudesign{
text-decoration: none;
color: #ffffff;
}

a:hover.menudesign{
text-decoration: none;
color: #ff0000;
}

.allcontent{
position: relative;
float: left;
width: 800px;
background-image: url(images/pagebackground.png);
}

.content{
position: relative;
float: left;
clear: none;
width: 578px;
/*border: 1px solid blue;
background-color: white;*/
text-align: left;
padding: 20px;
background-image: url(images/drainpic.png);
background-position: bottom right;
background-repeat: no-repeat;
}

.form{
position: relative;
float: left;
width: 180px;
padding: 0px;
margin: 0px;
clear: none;
text-align: left;
}

.backgroundrepeat{
background-image: url(images/pagebackground.png);
}


.footer{
width: 800px;
/*border: 1px solid yellow;*/
position: relative;
float: left;
background-color: #999999;
/*color: white;
font-family: arial,verdana;
font-size: 11px;
height: 30px;*/

}
