@charset "utf-8";
/* CSS Document */
html,body{
	margin:0;
	padding:0;
	font-size:62.5%;
}

body{
	background:url('images/bg.jpg') top repeat-x #cccccc;	
	font-size:1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

h1{
	margin:0px;	
	color:#999999;
	font-size:1.1em;
	font-weight:normal;
}

a:link { 
color: #ff0000; 
text-decoration: underline;
}
a:visited { 
color: #ff0000; 
text-decoration: underline;
}
a:active { 
color: #ff0000; 
text-decoration: underline;
}
a:hover { 
color: #0000ff; 
text-decoration: none;
}

a.grey:link { 
color: #999999; 
text-decoration: none;
}

a.grey:visited { 
color: #999999; 
text-decoration: none;
}

a.grey:active { 
color: #999999; 
text-decoration: none;
}

a.grey:hover { 
color: #666666; 
text-decoration: underline;
}

#wrapper{
	position:absolute;
	float:left;
	left:50%;
	width:760px;
	margin:60px 0 0 -381px;
	border:1px solid #14214e;
}
#left{
	float:left;
	width:408px;
	background:url('images/left.jpg') no-repeat #ffffff;
	padding:209px 15px 0 15px;
}
	#left p.footer_l{
		bottom:10px;
		text-align:center;
		color:#999999;
		font-size:0.9em;
	}
	#left div#text{
		height:495px;
		overflow:auto;
	}
#right{	
	float:left;
	width:322px;
	background:url('images/right.gif') no-repeat #14214e;
	padding:194px 0 0 0;
}
	#right p.footer_r{
		bottom:10px;
		text-align:center;
		color:#999999;
		font-size:0.9em;
	}
