* {
margin: 0;
padding: 0 0 0 0;
}
/**/
body {
background: #FFFFFF url(../images/tile_back.png) repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
/**/
#container{
width:900px;
height:auto;
margin:20px auto;
padding:-40px 0px 0px 0px;
border:4px solid #FFFFFF;
}
/**/
#header{
width:900px;
height:250px;
background: url(../images/white_black_seamless.png) repeat;
border-bottom:4px solid #FFFFFF;
margin:0px 0px -10px 0px;
padding:30px 0px 0px 0px;
}
/**/
#logo{
width:800px;
height:180px;
border:2px solid #FFFFFF;
background:#FFFFFF;
margin:0px 0px 10px 47px;
padding:2px 2px 2px 2px;
}
/**/
#content{
position:relative;
float:none;
width:900px;
background:#FFFFFF;
border-top:4px solid #B22222;
margin:10px 0px 10px 0px;
padding:0px 0px 0px 0px;
}
/**/
#footer{
width:900px;
height:50px;
color:#000000;
font-size:14px;
text-align:center;
font-weight:bold;
border-top:4px solid #B22222;
margin:-10px 0px 0px 0px;
padding:5px 0px 0px 0px;
background:#FFFFFF;
}
/**/
p{
color:#000000;
font-size:16px;
text-align:left;
text-indent:20px;
font-weight:bold;
margin:2px 10px 0px 10px;
}
/**/
h2{
color:#000000;
font-size:18px;
text-align:center;
font-weight:bold;
margin:0px 0px 14px 0px;
}
/**/
h3{
color:#B22222;
font-size:14px;
text-align:center;
font-weight:bold;
margin:5px 0px 5px 0px;
}
/**/
h4{
color:#000000;
font-size:12px;
text-align:center;
font-weight:bold;
margin:2px 0px 0px 0px;
}
