body {
	margin: 0;
	padding: 0;
	font: 12px/1.4em Arial, Helvetica, sans-serif;
	background: #FFFBC3 url("images/2009bg.jpg") 	top center repeat-y;
	text-align: center;
}	html>body {font-size:small;}


a:link, a:active {
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #993300;
	font-weight: bold;
}

a:hover {
	color:  #993300;
	background: #FFD700;
	text-decoration: underline;
	font-weight: bold;
}

h1	 {
	color: #DF171F;
	font-weight: bold;
	font-size: 20px;
	padding: 3px;
}

h2	 {
	color: #FF8800;
	font-weight: bold;
	font-size: 20px;
	padding: 3px;
	text-indent: 0;

}

h3	 {
	color: #660000;
	font-weight: bold;
	font-size: 16px;
	padding: 3px;
}

p	 {
	color: #000000;
	padding: 6px;
}

#container {
	position: relative;
	width: 995px;
	margin: 0 auto;
	background: #FFFBC3 url("images/2009bg.jpg") top left repeat-y;
	text-align: center;
}

#header {
	position: relative;
	float: left;
	width: 995px;
	background: transparent;
}

#leftsidebar  {
	position: relative;
	float: left;
	text-align: center;
	width: 350px;

}

#content	{
	position: relative;
	float: left;
	background: transparent;	
	text-align: left;
	width: 550px;
	left: 400px;
	top: -630px;
}

#footer {
	text-align: center;
	position: relative;
	float: left;
	top: 0px;
	width: 100%;
	background: transparent;
}
