@charset "utf-8";
/* CSS Document */



html, body {
	font-family: Candara, SansSerif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	color: #671914;
	background-color: #ededed;
	margin: 0px;
	padding: 0px;
	overflow-x:hidden
}

.clear{
	clear:both;
	}

/*layout*/

.wrapper{
	width:1024px;
	height:auto;
	background-color:#ededed;
	margin:0 auto;
	
}
	
a:link {
color: #fff;
text-decoration:none;
}	
/* mouse over link */
a:hover {
    color: #fff;
    text-decoration:none;
}

/* selected link */
a:active 
{
    text-decoration:none;
    color: #671914;
}
	
