body
	{
		margin: 0;
		padding: 0;
		background: url(../images/bg.jpg);
		background-repeat: repeat;
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
#wrapper{
width:900px;
margin:0px auto;
}

.footer	
	{
		background: url(../images/footer_bg.jpg);
		background-repeat: no-repeat;
		height: 65px;
		text-align: center;
		font-size: 11px;
		color: #858286;
	}

a:link.footerlink,a:visited.footerlink, a:active.footerlink
	{
		font-size: 11px;
		color: #858286;text-decoration:underline;
	}
a:hover.footerlink
	{
		font-size: 11px;
		color: #858286;text-decoration:none;
	}	

.body_bg
	{
		background: url(../images/body_bg.gif);
		background-repeat: repeat-y;
		padding: 11px 20px 11px 20px;
		width:617px;
	}

.body_top
	{
		background: url(../images/body_top.gif);
		background-repeat: no-repeat;
		background-position: top;
		height: 9px;
		font-size: 0;
	}

.body_bottom
	{
		background: url(../images/body_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		height: 9px;
		font-size: 0;
	}
	
.content {
width:550px;
float:left;
}
p{
padding:0px;
margin:0px;
}