html, body{
	height: 100%;
}

*{	padding:0; margin:0px auto; }*


body {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background: url(images/rdbg.jpg) #C8D7DC top left repeat-x;
}

a {
	text-decoration:none;
	
}

div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -215px;
	float: left;
}

#main {
	height:430px;
	width:700px;
	clear:both;
	position:relative;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
	text-align:center;
}

#sitecontent {
	text-align:left;
}


#main h1, #main h2, #main h3 {
	line-height:2em;

}
#main p {
	margin-left:1em;
}

#main ul {
	margin-left:2.5em;
	padding-top:1em;
	padding-bottom:1em;
}

hr {
	margin-top:1em;
	margin-bottom:1em;
}
