@import url(reset.css);

body
{
	color: #ffffff;
	background: url(/images/moneywoodv2.jpg) #181818;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

a { text-decoration: none; }

a:link, a:visited, a:hover { color: #ffffff; }

a:hover { text-decoration: underline; }

h1
{
	margin-top: 0;
	font-size: 25pt;
	margin-bottom: 18px;
}

h2
{
	margin-top: 0;
	font-size: 16pt;
	font-weight: bold;
	line-height: 22pt;
}

ul
{
	margin-top: 0;
}

li
{
	margin-top: 0;
}

p
{
	font-size: 11pt;
	line-height: 17pt;
	margin-top: 0;
	margin-left: 25px;
	display: block;
}

#menu
{
	top: 210px;
	left: 760px;
	position: absolute;
}

#wrapper
{
	margin: 0px;
	padding: 0px;
	border: 0;
}

#contentwrapper
{
	margin: 0px;
	background: url(/images/yellowline.png);
	background-repeat: repeat-y;
	width: 1000px;
}

#content
{
	width: 650px;
	margin-left: 35px;
	margin-top: 0px;
}

#sidebar
{
	width: 275px;
	float: right;
}

#headerimg 
{
	display: block; 
	margin-bottom: 0;
	padding: 0px;
	border: 0px;
}

img {border-width: 0px; border-style: none; }

