/* CSS Document */

#logo
{
	width:258px;
	height:460px;
	margin:auto;
	float:left;
	
}

#content
{
	width:523px;
	height:460px;
	float:right;
	
}

#holder
{
	width:785px;
	height:460px;
	
	margin:auto;
	
}

#bottomborder
{
	height:23px;
	width:785px;
	background-color:#000000;
	margin:auto;
	background-image:url(images/bottomgrad2.jpg);
	background-repeat:repeat-x;
	border-top:4px solid black;
}

#copyright
{
	height:23px;
	width:785px;
	background-color:#000000;
	margin:auto;
}

#topcontent
{
	width:513px;
	height:230px;
	background-color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding-top:20px;
	padding-right:10px;
	border-bottom:4px solid black;
}

#bottomcontent
{
	width:513px;
	height:184px;
	background-color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding-top:20px;
	padding-right:10px;

}