/* Revival.1 */


* {
	margin: 0;
	padding: 0;
}

html,body {
	height: auto;
}

body {
	text-align: left;
	font-size:12px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background:#f0f6df;
}

#page {
	width: 810px;
	height: auto;
	margin: 0 auto;
}

#header {
	width: 810px;
	background:url('images/header.gif') no-repeat;
	height: 110px;
}

#content {
	background:url('images/content_bg.gif') repeat-y;
	min-height: 100%;
	width: 763px;
	padding: 5px 20px 5px 20px;
	display: table-cell;
}

	
/**************************** menu ****************************/

#nav_top {
	background:url('images/nav_top.gif');
	width:225px;
	height:28px;
}

#nav_btm {
	background:url('images/nav_btm.gif');
	width:225px;
	height:28px;
	bottom:auto;
}

#menu {
	float:left;
	width: 225px;
	background:url('images/nav_mid.gif');
	color: #3366FF;
}

#menu ul {
	list-style:none;
	width:218px;
	color: #3366FF;
}	

#menu li {
	list-style-type: none;
	background:transparent url('images/bullet.gif') no-repeat 12px 6px;
	margin-bottom:4px;
	border-bottom:1px solid #c8e5c7;
	color: #3366FF;
}

#menu li:hover {
	background:#c8e5c7;
	margin-bottom:4px;
}

#menu a {
	color:#3366FF;
	background:f0f6df;
	display: block;
	padding: 0 0 0 20px;
}	
	
#menu a:hover {
	display:block;
	padding:0 0 0 20px;
	color:#333;
	text-decoration: none;
	background:fff;
}	

	
/**************************** content ****************************/

#info {
	float:right;
	background:url('images/content_mid.gif') repeat-y;
	width:533px;
}

.post_top {
	background:url('images/content_top.gif') no-repeat;
	width:533px;
	height:31px;
}

.post_btm {
	background:url('images/content_btm.gif') no-repeat;
	width:533px;
	height: 31px;
}

.post {
	padding-right: 15px;
	padding-left: 25px;
}

img {
	border:1px solid #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 1px;
	margin-left: 1px;
}

a{
	color:#3366FF;
	text-decoration:none;
}

a:hover{
	color:#000;
	text-decoration:none;
}

h1{
	color:#fff;
	font-weight:normal;
	font-size:24px;
	padding: 20px 40px 10px 30px;
	border-top-color: #FFFFFF;
	border-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

h3{
	color:#999999;
	font-size:12px;
	font-weight:bold;
	padding: 5px 0px 5px 10px;
}

h4{
	color:#fff;
	font-size:20px;
	font-weight:normal;
}





/**************************** lists ****************************/

ul {
	list-style:none;
	padding:0 0 0 3px;
	color: #3366FF;
}	

li {
	list-style-type: none;
	background:transparent url('images/bullet.gif') no-repeat 12px 6px;
	padding: 0 0 0 20px;
}

#menu a {
	display:block;
	padding:0 0 0 20px;
	color:#3366FF;
	text-decoration: none;
	background:f0f6df;
}	
	
#menu a:hover {
	display:block;
	padding:0 0 0 20px;
	color:#333;
	text-decoration: none;
	background:fff;
}	


/**************************** footer ****************************/

#footer{
	background:url('images/bottom.gif') no-repeat;
	height:42px;
	padding: 40px;
}

#footer a {
	color:#000;
}

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