html { height: 100.1%; }
body {
	background: #999 url('background.jpg') top right fixed no-repeat;
	font: 12px arial;
	color: #333;
	text-align: center;
}
#wrapper{
	text-align: left;
	margin: 80px auto 10px; auto;
	width: 634px;
	padding: 0;
}
#logo {
	height: 23px;
	width: 100%;
	background: url('logo.png');
	left:0px;
	position:absolute;
	top:40px;
	z-index: 0;
}
#content_top {
	background: url('body_top.png') top left no-repeat;
	height: 25px;
}
#content {
	background: url('body.png') top left repeat-y;
	padding: 0 15px 5px 15px;
}
#content_bottom {
	background: url('body_bottom.png') top left no-repeat;
	height: 21px;
}

.contentpic {
	display: inline;
	float: right;
	border: 1px solid #666;
	margin: 5px;
	padding: 2px;
}


h1 { 
	margin-top:0px; 
	font-size: 16px;
	}
/*a { color: #4b7400; text-decoration: none; }
a:hover { color: #ff1f1f; text-decoration: underline; }*/



#footer {
	text-align: center;
}

a {
	/*color: #ff57b2;*/
	color: #1B3E64;
	text-decoration: none;
}

a:hover {
	/*color: #ffb0db;*/
	color: #5B7C9B;
	text-decoration: underline;
}

li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#right_bit {
	width: 150px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.right_nav h4 {
	background:#444444 none repeat scroll 0 0;
	color:#FFFFFF;
	font-size:0.95em;
	margin:0;
	padding:3px 10px;
	text-transform:uppercase;
	/*margin-bottom:0.2em;*/
}

.right_nav ul {
	background:#F9F9F9 url(section_nav_l_bg.gif) repeat-y scroll left top;
	border-color:#CDCDCD #CDCDCD #888888 -moz-use-text-color;
	border-style:solid solid solid none;
	border-width:1px 1px 2px 0;
	margin:0 0 15px 0;
	padding:8px 0 12px;
	border-style:solid solid solid none;
}

.right_nav ul li {
	padding:0 12px 0 16px;
}

.right_nav li a, .right_nav li strong {
	border-bottom:1px solid #DDDDDD;
	display:block;
	line-height:1.4em;
	padding:4px 10px 4px 0;
}

.right_nav li.on {
	background:transparent url(section_nav_on.gif) no-repeat scroll left 6px;
	font-weight:bold;
}

.right_nav li.last a {
	border-bottom: 0;
	padding-bottom: 0;
}