/* CSS Document */

body{
	background-image:url(images/design/back.jpg);
	margin:10px 0px 0px 0px;
	padding:0px;
}

#wrapper{
	width:800px;
	height:600px;
	/*border:inset;
	border-width:1px;
	border-color:#000000;*/
	position:absolute;
	padding:0;
	left:50%;top:50%; 
	margin-top:-300px; 
	margin-left:-400px; 
}

#nav{
	width:371px;
	height:26px;
	margin:140px 0px 0px 365px;
	position:absolute;
}

#flash{
	/*background-color:#ffffff;*/
	width:308px;
	height:139px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:absolute;
}

#content{
	width:458px;
	height:375px;
	margin:178px 0px 0px 325px;
	padding:0px 8px 0px 0px;
	position:absolute;
	overflow:auto;
}

#content a{
color:#7d2126;	
}

#content tr td a{
color:#7d2126;	
}

#content tr td a:hover{
color:#feec7c;	
}

#content p a{
color:#7d2126;	
}

#content p a:hover{
color:#feec7c;	
}



#content a:hover{
color:#feec7c;	
}

#content2{
	width:480px;
	height:350px;
	margin:185px 0px 0px 308px;
	position:absolute;
	overflow:auto;
}

#content a:hover{
	color:#990000;
}



#wrap_table{
	width:800px;
	height:600px;
	margin:0px;
	padding:0px;
	position:absolute;
}

h1{
	margin:5px 5px 0px 5px;
	padding:0px;
}

h2{
	margin:0px 5px 5px 5px;
	padding:0px;
	color:#990000;
}
.float{
	float:right;
}

