body
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	background: #EAEAD5;
	text-align: center;
	margin: 10px 0;
}
p, li
{
	line-height: 1.8em;
}
h1,h2,h3,h4
{
	color: steelblue;
}
h1
{
	font-size: 1.4em;
}
h2
{
	font-size: 1.1em;
}
h3
{
	font-size: 1em;
}
a:link { 
	color: navy;
	}
a:visited { 
	color: navy;
	}
a:hover { 
	color: red;
	}
a:active { 
	color: red;
	}
#header
{
	text-align: center;
	padding: 30px 0 20px;
	background: #fff url(img/head.jpg) top center no-repeat;
	width: 640px;
	margin: 0;
}
#wrapper
{
	width: 640px;
	margin: 0px auto;
	background: #fff url(img/bg.jpg) top center repeat-y;
	padding: 0;
	text-align: left;
}
#sideleft
{
	float: left;
	color: #777;
	width: 180px;
	margin: 0px 0 0 15px;
	/margin: 0px 0 0 7px;	
	padding: 20px 0 0 20px;
	background: transparent url(img/sidetop.gif) top left no-repeat;
}
#content
{
	width: 390px;
	margin: 20px 0 0 220px;
}
#content img
{
	border: 1px solid lightblue;
	padding: 3px;
	margin: 10px;
}
#footer
{
	padding: 10px 0 20px 0;
	clear: both;
	text-align: center;
	color: #999;
	width: 640px;
	background: #fff url(img/foot.jpg) bottom center no-repeat;
	margin: 0 0px;
}