a:link,a:visited{color:#0000FF;text-decoration:none;}
a:hover,a:active{color:#990033;}
.clear{clear:both;height:0;overflow:hidden;}
html,body{
	font-size:12px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-color:#BCA9A3;
	color: #FF0000;
}
#main{
	width:800px;
	height:600px;
    margin-right: auto; margin-left: auto;
	background-image:url(bg.gif);
	position:relative;
}
#header{
    width:600px;
	position:absolute;
	top:10px;
	left:30px;
}
#header h1{
	font-size:24px;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	background-position: center;
	font-weight: bolder;
	line-height: 30px;
}
#left{
	width:600px;
	height:500px;
	background-image:url(left.gif);
	position:absolute;
	top:50px;
	left:30px;
}
#left h1{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	background-position: center center;
	line-height: 20px;
}
#left p{
	text-align:left;
	font-size: 14px;
    line-height:15px;
	padding: 0px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#left a{
    margin-right: 10px;
	margin-left: 10px;
}
#left img{
	background-position: center;
    margin-right: 3px;
	margin-left: 3px;
	border:0;
}
#page{ width:550px; height:30px; background-position: center;}
#prev{ float:left;}
#next{ float:right;}
#return{ float:inherit;}

#right{
	width:120px;
	height:330px;
	position:absolute;
	top:120px;
	right:20px;
}
#right img{
	border:0;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#footer{
    width:740px;
	position:absolute;
	bottom:0px;
	left:30px;
	text-align:center;
	color:#FFFFFF;
}
#footer p{
	text-align:left;
	color:#FFFFFF;
	line-height:20px;
	margin-right: 15px;
	margin-left: 15px;
}
#footer a{
    margin-right: 5px;
	margin-left: 5px;
}