﻿body{
	background-color:black;
	background-image: url('../images/design/backgroundrust.jpg');
	background-repeat;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}

div.center
{
	width:915px;
	margin-left:auto;
	margin-right:auto;
}

div.header
{
	width:915px;
}


div.content
{
	width:885px;
	margin-left:28px;
	background-image: url('../images/design/papercenter2.jpg');
	background-repeat:repeat-y;
}

div.end
{
	width:885px;
	margin-left:30px;
	background-image: url('../images/design/paperbottom2.jpg');
	background-repeat:no-repeat;
	height:100px;
}

div.copyright
{ 
	width:915px;
	text-align:center;
	font-size:10pt;
}

div.menu
{
 	width:200px;
 	float:left;
}

div.menu a:link
{
 	color:#602A18;
 	text-decoration:none;	
}

div.menu a:current
{
 	color: gray;
 	text-decoration:none;	
}

div.menu a:visited
{
 	color:black;
 	text-decoration:none;	
}

div.menu a:hover
{
 	color:green;
 	text-decoration:none;	
}




