/* Yahoo Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td,p
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 62.5%;
	background-color: #666;
	margin: 0 auto auto auto;
	text-align: center;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

a:link, a:visited
{
	color: #eee;
	text-decoration: none;
}

a:hover, a:active
{
	color: #ccc;
	text-decoration: underline;
}

#wrapper
{
	width: 1076px;
	height: 916px;
	background-image: url(images/main/background.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
}

#wrapper2
{
	width: 1076px;
	background-image: url(images/main/background2.gif);
	background-repeat: repeat-x;
	margin: 0 auto;
}

#navbar
{
	margin-bottom: 10px;
}

#maincopy
{
	color: #fff;
	width: 400px;
	margin: 20px auto 40px auto;
	padding: 80px;
	border: 3px #728898 solid;
}

p
{
	text-align: justify;
	margin: 0 0 20px 0;
	font-size: 1.3em;
	line-height: 1.6em;
}