/* this is a global style */
*
	{
	padding: 0;
	margin: 0;
	}



body
	{
	/* basic font requirements */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #D91665;
}

#header {
	background-color: #492E25;
	background-image: url(img/header/back.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 80px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper {
	background-image: url(img/wrapper/back.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#left {
	float: left;
	width: 425px;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	/*background-color:#333333;*/
}
#right {
	width: 290px;
	margin-right: 39px;
	margin-left: 460px;
	padding-top: 20px;
	padding-bottom: 20px;
	/*background-image: url(img/wrapper/back_text.png);*/
	/*background-color: #CC9900;*/	
}

#right  p
	{
	line-height: 1.3em;
	margin-bottom: 1em;
	/*background-image: url(img/wrapper/back_text.png);*/
	font-size: 1em;
	padding: 0.1em;
	}
#right h1 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 1.3em;
	margin-bottom: 0.8em;
	padding: 0.1em;
	/*background-image: url(img/wrapper/back_text.png);*/
	text-align: center;
}

#footer {
	background-image: url(img/footer/footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 1px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	vertical-align: bottom;
	padding-top: 27px;
	clear: both;
}

#previewfooter {
	background-image: url(img/footer/footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 1px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	clear: both;
	padding-top: 27px;
}



