@charset "utf-8";

body {

	margin: 0px;

	padding: 0px;

	/*background-image: url(../images/body_bg.jpg);

	background-repeat: repeat; */
	
	background-color:#CCCC99;

	font-family: Century Gothic, Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: normal;

	text-decoration: none;

	color: #FFFFFF;

}

.navigation {

	width: 532px;

	float: right;

	margin-top: 49px;

}

.innercontent {

	background-image: url(../images/content_bg.gif);

	background-repeat: repeat-y;

	width: 850px;

	line-height: 1.6em;
	
	font-family: Century Gothic, Arial, Helvetica, sans-serif;

}

.innercontent .innercontentbox {

	background-image: url(../images/edge.gif);

	background-repeat: no-repeat;

	background-position: center bottom;

	padding-bottom: 55px;

	padding-top: 33px;
	
	font-family: Century Gothic, Arial, Helvetica, sans-serif;

}

.footer {

	padding-bottom: 15px;
	color:#5E0D26;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;

}



.footer  a:link {

	font-weight: normal;

	color: #5E0D26;

	text-decoration: none;

}

.footer  a:visited {

	font-weight: normal;

	color: #5E0D26;

	text-decoration: none;

}

.footer  a:hover {

	font-weight: normal;

	color: #5E0401;

	text-decoration: none;

}
