/* Revival.3 */
/* by: Develop Daly - www.developdaly.com */

/* Structure */
* {
   padding:0;
   margin:0;
}

html, body {
	height: 100%;
}
body {
	text-align: left;
	margin:0 auto;
	padding:0;
	color:#583721;
	font-size:11px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background:#c3e59b;
}

/*font-family:Verdana, Tahoma, Arial, sans-serif; */
#page {
	width:800px;
	margin:0 auto;
	background: #99ccff url('images/page_bg_new.jpg') repeat-y;
}
#header {
	height:101px;
	width:800px;
	margin: 0 auto;
	background:url('images/header_new.jpg') no-repeat;
	padding:0px;
}
#left{
	float:left;
	width:208px;
	padding:0 0 10px;
}
}
#table{
	float:left;
	width:208px;
	padding:0 0 14px;
}
#right{
	float:right;
	width:580px;
	padding:0 0 10px;
}

/* menu */

ul#menu {
	padding:0;
	color:#663709;
	list-style:none;
	margin:0;
	list-style-position:inside;
}

.button a {
	display: block;
	overflow: hidden;
	/*for MacIE*/
	color:#663709;
	font-size:14px;
	font-weight:400;
	text-align:center;
	height: 30px;
	width:208px;
	text-decoration: none;
	background: url(images/button_new.jpg) no-repeat;
}
	
.button a:hover {
	background: url(images/button_over_new.jpg) no-repeat;
	color:#663709;
	}

/* content */

.box {
	margin:0;
	height:100%;
	border:2px solid #999999;
	margin:10px 20px 0 30px;
}
.box p{
	padding:5px;
}
#content {
	margin:0;
	height:100%;
	padding:0 25px 0 0;
}

#content p{
	padding:10px 0 0 10px;
}
}

#anchor {
	color:#663709;
	font-size:14px;
	text-align:left;		
}

/* headers */
h1{
	color:#fcf66A;
	font-weight:200;
	font-size:24px;
	padding: 25px 0 10px 30px;
}

h2 a{
	position:absolute;
	top:80px;
	color:#663709;
	font-size:14px;
	margin:0 0 0 645px;
	text-decoration:none;
}

h2 a:hover{
	color:#999;
}

h3{
	color:#663709;
	font-size:14px;
	padding:20px 0 0 0;
}


/* footer */

#footer{
	clear:both;
	margin:10px auto 0 auto;
	width:760px;
	padding:5px;
	text-align:center;
	border-top:#ffffff solid 3px;
	border-bottom:#ffffff solid 3px;
}

#footer a {
	color:#000;
}

#footer a:hover {
	color:#fff;
}

/* misc */
a:link {
	color:#663704;
}
a:visited {
	color:#663704;
}
a{
	color:#663704;
}
a:hover{
	color:#d27d3a;
}
.left{
	float:left;
}

.right{
	float:right;
}

img{
	border:#fff solid 2px;
	margin:5px;
}