/* CSS Document */

body {
background-image:url(images/gradient.gif);
background-attachment:fixed;
margin-top:0px;
margin-bottom:0px;
}

a:link {
	color:#DA3232;
	}
a:visited {
	color:#DA3232;
}
a:active {
	color:#DA3232;
}
a:hover {
	color:#000000;
}

#topbanner {
background-image:url(images/banner.jpg);
margin-left:auto;
margin-right:auto;
height:150px;
width:750px;


}

.counter {
font-size:11px;
font-family:"Tahoma";
color:#ffffff;
}

#content{
padding-top:10px;
width:730px; 
background-color:#ffffff;
margin-left:auto;
margin-right:auto;
padding-right:10px;
padding-left:10px;
font-size:14px;
font-family:"Verdana";
color:#000000;
}

.title {
font-size:15px;
font-family:"Verdana";
font-weight:bold;
color:#DA3232;
}

#container {
margin-left:auto;
margin-right:auto;
width:750px;
background-color:#ffffff;
border: 1px solid #DA3232;
}

#buttonbar {


width:750px;
height:35px;
margin-left:auto;
margin-right:auto;
background-color:#ffffff;
}

#footer {
background-image:url(images/footer.gif);
padding-top:10px;
padding-bottom:10px;
width:750px;
margin-left:auto;
margin-right:auto;
font-size:12px;
font-family:"Verdana";
color:#DA3232;
}

.spacer {
clear:both;
}