/* CSS Document */

body {

	margin: 0;
	background-color: #FFFFFF;
	color: #333333;
}
body, p, td, select, textarea {

	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img 
{
    border: 0;
}
#main {

margin: auto;
padding: 0;
width: 766px;

}

#header {
background-color: #FFFFFF;
width: inherit;
height: 77px;
background-image:url(../images/header.png);
}

#footer {
width: 766px;
height: 45px;
background-image:url(../images/spintdog_footer.png);
border-top: white solid 3px;
float: left;
}
#mybody {
	
	width: 766px;
}

.dot_blu 
{
    padding-left: 10px;
}