/* 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:#000000;
	font-size:11px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background:#d7e7f5;
}
#page {
	width:800px;
	margin:0 auto;
	background: #99ccff url('images/page_bg.gif') repeat-y;
}
#header {
	height:101px;
	width:800px;
	margin: 0 auto;
	background:url('images/header.gif') no-repeat;
	padding:0px;
}
#left{
	float:left;
	width:208px;
	padding:0 0 10px;
}
#right{
	float:right;
	width:580px;
	padding:0 0 10px;
}

/* menu */

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

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

/* 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;
}

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

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

h2 a:hover{
	color:#999;
}

h3{
	color:#333333;
	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{
	color:#084f6d;
}
a:hover{
	color:#000000;
}
.left{
	float:left;
}

.right{
	float:right;
}

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