html {overflow-y: scroll;}
body {
	background-color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 75%;
	line-height: 1.5em;
}
#outerwrapper{}
#innerwrapper{
	width:800px;
	margin-right: auto;
	margin-left: auto;
}
#header{
	margin-bottom: 25px;
}
#content{
	padding: 20px;
}
.leftcol{
	width: 247px;
	float: left;
	text-align: right;
}
.rightcol{
	width: 494px;
	float: right;
}
#footer{
	padding-right: 20px;
	padding-top: 35px;
	height: 80px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
}
p {margin-bottom:25px;}
h1 {font-size: 1.4em; line-height:1.4em; margin-bottom:25px;}

a {outline:none;}

#header img{border:0px;}
#header a{border:0px; text-decoration:none;}

#content a, #footer a {color:#FFFFFF; padding:1px; background-color:#000000; text-decoration:none;}
#content a:hover, #footer a:hover {color:#000000; padding:1px; background-color:#FFFFFF; text-decoration:none;}




