html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:rgb(209,205,193);
	font-family: georgia, serif;
	font-size:80%;
	overflow:hidden;
}

body {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:rgb(209,205,193);
	overflow:hidden;
}

#head {
	position:absolute;
	z-index:2;
	margin-left:-384px;
	left:50%;
	top:0;
	width:768px;
	min-width:768px;
	height:154px;
	border:1px solid #000;
	background:#fff;
	font-size:1em;
}

* html #head {
	top: 0px; 
	width:770px; 
	height:154px;
}

#banner{
	width:768px;
	height:128px;
	border-bottom:1px solid #000;
}

#evo0{
	position:relative;
	float:left;
	width:256px;
	height:128px;
	background-image:url(evoart/revoart1.jpg);
	border:0;
}

#evo1{
	position:relative;
	float:left;
	width:256px;
	height:128px;
	background-image:url(evoart/revoart2.jpg);
	border:0;
}

#evo2{
	position:relative;
	float:left;
	width:256px;
	height:128px;
	background-image:url(evoart/revoart3.jpg);
	border:0;
}

#menu {
	width:768px;
	position:relative;
	padding:0;
	margin:0;
	border:0;
}

#menu ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu li {
	position:relative;
	float:left;
	width:128px;
}

#menu a{
	display:block;
	width:128px;
	line-height:25px; 
	background-color: rgb(50,50,150);
	color: rgb(255,215,0);
	font-family:verdana, arial, sans-serif; 
	font-size:1em; 
	font-weight:bold; 
	text-decoration:none; 
	text-align:center;
	overflow:hidden;
}

#menu li a:hover{
	background-color: rgb(255,215,0);
	color: rgb(50,50,150);
}

#content {
	display:block;
	overflow:auto;
	position:absolute;
	z-index:1;
	top:156px;
	bottom:52px;
	width:768px;
	left:50%;
	margin-left:-384px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-color: rgb(255,255,255);
	color: rgb(50,50,150);
}
* html #content {
	top:0;
	bottom:0;
	height:100%;
	width:770px;
	border-top:156px solid #fff;
	border-bottom:50px solid #fff;
}

#padcontent{
	margin:30px 20px 30px 20px;
	text-align:justify;
}

#padcontent h1, #padcontent h2 {
	text-align:left;
}

#padcontent a{
	color:#329632; /*#df8713; 934432;*/
	text-decoration:none;
}

#padcontent a:hover{
	color:#963232; /*#938463;*/
	text-decoration:underline;
}

#padcontent dd{
	padding: 2px;
}

#foot {
	position:absolute;
	z-index:2;
	left:50%;
	margin-left:-384px;
	bottom:0;
	width:768px;
	min-width:768px;
	height:50px;
	border:1px solid #000;
	background-color: rgb(50,50,150);
	color:rgb(247,247,247);
}

* html #foot {
	width:770px;
}

.checks{
	margin:10px;
	float:left;
	position:relative;
}

#padfoot{
	float:right;
	position:relative;
	margin:5px 10px 5px 10px;
	text-align:right;
	font-size:1em;
}

#padfoot a{
	color:rgb(255,215,0);
	text-decoration:none;
}

#padfoot a:hover{
	text-decoration:underline;
}
