
body{
margin: 0 auto;
padding:0 0 0 0;
text-align:center;
font-family: arial, helvetica, sans-serif;
color:#333;
font-size:11pt;
background: #333 url(layout/bg2.gif) repeat; background-attachment: fixed;
}

#top {
width: 100%;
}


#main { 
width: 100%;
}

#content {
width: 300px;
height: 200px;
}

#top h3{
line-height:20px;
font-family: georgia, arial, helvetica; 
font-weight: bold;
font-size: 15px;
margin-left: 10px;
color:#fff;
}

#top h1{
line-height:30px;
font-family: georgia, arial, helvetica; 
font-weight: bold;
font-size: 18px;
margin-left: 10px;
color:#fff;
}

.content p {
font-family : arial, helvetica, sans-serif; 
font-size : 12px; 
line-height : 19px; 
color : #333; 
margin: 10px 10px 10px 10px; 
text-align : left; 
}

.content p span {
font-weight: bold;
font-style: italic;
color: #DB8C0F;
}

.content p a, .content p a:link, .content p a:active, .content p a:visited {
color: #56442c;
font-weight: bold; 
text-decoration: none;
}


.content p a:hover {
color: #333;
text-decoration: none;
}


img {border : 0;}

a img {border: 0;}
	

#footer {
height:30px;
background: #333; 
}

#footer p {
font-family : arial, helvetica, sans-serif; 
font-size : 11px;
color : #fff;
}

#footer p a, #footer p a:link, #footer p a:active, #footer p a:visited {
color : #fff; 
text-decoration : none;
}

#footer p a:hover {
color: #d3d3d3;
text-decoration: none;
}








