/* CSS Document */

p  { 
	color: #FFFFFF; 
	font-size: 9pt;
	font-family:"Arial";
	text-decoration: none; 
	}
	
a    { 
	color: #ffffff; 
	font-size: 9pt; 
	font-family:"Arial";
	font-weight:bold;
	text-decoration:underline;
	}
	
a:link    { 
	color: #ffffff; 
	font-size: 9pt; 
	font-family:"Arial";
	font-weight:bold;
	text-decoration:underline;
	}
	
a:visited { 
	color: #ffffff; 
	font-size: 9pt; 
	font-family:"Arial";
	font-weight:bold;
	text-decoration:underline;
	}
	
a:active { 
	color: #ffffff; 
	font-size: 9pt; 
	font-family:"Arial";
	font-weight:bold;
	text-decoration:underline;
	}
	
a:hover { 
	color: #b23e21; 
	font-size:9pt; 
	font-family:"Arial";
	text-decoration: underline;
	font-weight:bold;
	}

.h1  { 
	color: #FFFFFF; 
	font-size: 18pt;
	font-family:"Arial";
	text-decoration:underline;
	font-weight:bold;
	}

.h2  { 
	color: #FFFFFF; 
	font-size: 9pt;
	font-family:"Arial";
	text-decoration: none; 
	}	

.h3  { 
	color: #FFFFFF; 
	font-size: 13pt;
	font-family:"Arial";
	text-decoration:none;
	font-weight:none;
	}

.h4  { 
	color: #FFFFFF; 
	font-size: 14pt;
	font-family:"Arial";
	text-decoration:underline;
	font-weight:bold;
	}
	
#wrapper{
	background: transparent url(background.gif) no-repeat;
	width:936px;
	height:791px;
	margin:0px auto;
	}
	
#leftwrapper{
	background: transparent url(leftbackground.gif) no-repeat;
	width:936px;
	height:791px;
	margin:0px auto;
	}
	
body {
	background-color:#000000;
	}
	
#center {
	top:320px;
	padding-left:10px;
	width:350px;
	height:460px;
	overflow:hidden;
	}
	
#centertwo {
	margin-top:50px;
	padding-left:20px;
	width:630px;
	height:500px;
	overflow:auto;
	}

#centerthree {
	margin-top:50px;
	padding-left:5px;
	width:630px;
	height:600px;
	overflow:hidden;
	}

#top {
	padding-top:150px;
	width:936px;
	height:40px;
	overflow:hidden;
	}

#left {
	padding-top:50px;
	padding-left:30px;
	width:240px;
	height:475px;
	overflow:hidden;
	}

#right {
	padding-top:53px;
	padding-left:10px;
	width:240px;
	height:475px;
	overflow:hidden;
	}

