html	{
	padding:0px;
	margin:0px;
}

body	{
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px 20px;
	margin:0px;
	height:100%;
}

a{
    color:#000;
    font-weight: bold;
    text-decoration:none;
}

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

/* no borders around image links */

img{
	border:0px;
}

h1{
	font-size:18px;
	color:#66CC33;
}

h2{
	font-size:14px;
	color:#666;
}

h3{
	font-size:14px;
}


#content{
	position: absolute;
	height: 600px;
	width: 796px;
	top: 50%;
	left: 50%;
	margin: -300px 0px 0px -398px;
	text-align: left;
	padding: 0px;
	/*border: 1px solid #000;*/
}


