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

body
{
	background:#aa652a;
	margin: 0 auto;
	background-image:url(site_bg.jpg);
	background-position: top left;
	background-repeat:repeat-x;
	font:Arial, Helvetica, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.8em;
	color:#FFFFFF;
}
h1 {
	font-size: 1.8em;
	line-height: 1em;
}
h2 {
	font-size: 0.8em;
	line-height: 1em;
}

a:link, a:visited
{
	font-weight:bold;
	color:#33CCFF;
	text-decoration:none;
}

a:hover, a:active
{
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:underline overline;
} 

#main_bg {
	background:url(main_bg.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	height:800px;
	width:800px;
	float:left;
}

#content {
	width: 420px;
	height: 550px;
	position:absolute;
	top: 135px;
	left: 620px;
}


.title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	font-weight: bold;
}

.copy
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
}