#main
{
	width: 1000px;
	margin: 0px auto;
	text-align:center;
	background: #c2a78d url('/images/1_bottom.gif') repeat-x bottom;
	
}
body
{
	margin: 0px auto;
	font-size: 12pt;
	font-family: Tahoma;
}
h1, h2
{
	font-size: 14pt;
	margin: 0px;
	padding: 10px;
}
img
{
	border: 5px solid #000000;
	margin: 10px;
}
#sidebar
{
	width: 800px;
	margin: 0px auto;
        font-size: 11px;
}
#top
{
	background: url('/images/1_top.gif') repeat-x top;
}
a
{
	color: #000000;
}