/* Begin Typography & Colors */
body {
	/* font-size: 62.5%;  Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	background:#fbf3eb url(images/back.gif) top center repeat-x;
	margin: 0;
	padding: 0;	
}
p{
	padding:0;
		
}	

img{
	border:0;
}	

h2{
	font-size: 22px;
	font-weight: normal;
	color: #571313;
	padding:0 0 15px 0;
	margin:0;
}

h3{
	font-size: 14px;
	font-weight: normal;
	color: #571313;
	padding:15px 0 5px 0;
	margin:0;
}
a:link {
	color: #571313;
	text-decoration: underline;
}
a:visited {
	color: #571313;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #571313;
	text-decoration: underline;
}

#logo {
	height: 78px;
	width: 100%;
	margin:0;
	}	
#menu{
	width:800px;
	padding-top:16px;
	text-align: center;
	text-transform: uppercase;
	font-size: 9px;
}
#menu a {
	color:#fff;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #891f1f;
}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	font-size: 12px	;
	}
#side{
	color:#fff;
	text-align: justify;
	padding:50px 15px;
	line-height:18px;
	font-size:11px;
}	
#footer {
	text-align: right;
	color:#b28350;
	border: none;
}

.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}

.clearfix {
display: inline-block;
}

html[xmlns] .clearfix {
display: block;
}

* html .clearfix {
height: 1%;
}


