/* CSS Document */

p  { 
	color: #ffffff; 
	font-size: 10pt;
	font-family: "Arial", "Verdana", sans-serif; 
	text-decoration: none; 
	}
	
a    { 
	color: #000000; 
	font-family: "Arial", "Verdana", sans-serif; 
	font-weight:bold;
	text-decoration: none; 
	}
	
a:link    { 
	color: #ffffff; 
	font-family: "Arial", "Verdana", sans-serif;
	font-weight:bold;
	text-decoration: none; 
	}
	
a:visited { 
	color: #ffffff; 
	font-family: "Arial", "Verdana", sans-serif;
	font-weight:bold; 
	text-decoration: none; 
	}
	
a:active { 
	color: #ffffff; 
	font-family: "Arial", "Verdana", sans-serif; 
	font-weight:bold;
	text-decoration: none; 
	}
	
a:hover { 
	color: #000000; 
	font-family: "Arial", "Verdana", sans-serif; 
	font-weight:bold;
	text-decoration: none; 
	}

.h1 { 
	color: #ffffff;	
	font-size: 15pt; 
	font-family: "Arial", "Verdana", sans-serif; 
	}

body {
	background-color:#000000;
	}
	
#main {
	background-color:#6D4F3B;
	margin:0px auto;
	left:70px;
	top:197px;
	width:945px;
	height:730px;
	z-index:7;
	overflow:auto;
	}
	
#wrapper{ 
	background-image:url(background.gif);
	left:65px;
	top:65px;
	width:951px;
	height:1050px;
	margin:0px auto;
	}
