/* CSS Document */

body {
	margin:		0px; 
	padding:	0px; 
	font: 		1.0em verdana, arial, sans-serif; 
	text-align:	center;
	background: url(../images/background.jpg) left top;
		}
		
* 		{ 
	margin:		0; 
	padding:	0;
		}
		
div#mainwrap {
	position: 	absolute;
	left:		50%;
	top:		50%;
	width:		790px; 
	height:		537px;
	margin-top:		-267px; 
	margin-left:	-395px; 
	text-align:		left;
	background: 	url(../images/backgroundmain.jpg) left top;
		}
		
div#wrap {
	width:			790px; 
	margin-top:		1px; 
	margin-left:	auto; 
	margin-right:	auto;  
	text-align:		left;
		}
		
		
div#content {
	margin-left:	20px;
	margin-top:		20px;
	width: 			700px;
			}
			
h1 {
	color:		#E9B048;
	font:		48px 'Times New Roman', times, serif;
	
	}
	
h2 {
	color:		#003eb0;
	font-size: 	24px;
	}


a {
	color:		#003eb0;
	font-size: 	12px;

	}

a:hover {
	color:		#e9b048;
	font-size: 	12px;
	}

p {
	color:		#003eb0;
	font-size: 	12px;
	}

div#webdes p {
	color:		#003eb0;
	font-size:	8px;
	text-align:	right;
	}
	
div#webdes a {
	color:		#003eb0;
	font-size:	8px;
	text-align:	right;
	}
	
div#webdes a:hover {
	color:		#e9b048;
	font-size:	8px;
	text-align:	right;
	}