@charset "UTF-8";
/* CSS Document */

body
{
	background: #fff url(images/body_bg.png) repeat-x;
	font: 13px Verdana, Geneva, sans-serif;
}

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

a:hover
{
	color: #bfb36a;
}

#canvas
{
	width: 770px;
	margin: 0 auto;
}

#footer
{
	width: 770px;
	height: 50px;
	background: url(images/footer.png) no-repeat;
}

#header
{
	width: 770px;
	height: 200px;
	background: url(images/header.png) no-repeat;
}

.list_content
{
	padding-left: 7px;
}

#main
{
	width: 718px;
	padding: 14px 26px 14px 26px;
	background: url(images/main_bg.png) repeat-y;
}

#main_left
{
	width: 333px;
	float: left;
}

#main_right
{
	width: 333px;
	float: right;
}

#main p
{
	width: 300px;
	padding: 7px;
	margin-bottom: 5px;
	background-color: #ebe4b8;
	font: 20px Arial, Helvetica, sans-serif;
	color: #0c1254;
}

.misc_h1
{
	font: bold 16px Arial, Helvetica, sans-serif !important;
}


