html,body {
	margin:0;
	padding:0
}

body {
	margin:52px 0 0 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align:left;
	background-color: #F3F0EB;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin:0;
	padding:0;
}

p {
	margin:0
}

a {
	color: #829CA6;
	text-decoration: none;
}

a:link {
	color: #829CA6;
	text-decoration: none;
}
a:visited {
	color: #829CA6;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #829CA6;
	text-decoration: none;
}

div#header {
	background-color:#F3F2ED;
}

div#header h1 {
	height:80px;line-height:80px;margin:0;padding-left:10px;
}

div#container {
	width: 814px;
	background-color:inherit;
	margin:10px auto;
}

{
	text-align:left;
}

div#leftside {
	float:left;
	width:360px;
}

div#leftside p {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 140%;
	color: #000;
	padding: 0px;
	margin: 0 5px 8px 0;
	text-align: left;
}

div#rightside {
	float:right;
	width:354px;
	/* margin: 0 0 0 100px; */
}

div#navigation {
	text-align: center;
	width:100%;
	margin-top:50px;
}

/*(div#navigation ul {
	margin:15px 0; 
	padding:0; 
	list-style-type:none;
}

div#navigation li {
	margin-bottom:5px;
}*/

div#extra {
	background:#CCC8B3;
	float:right;
	clear:right;
	width:200px;
}

div#footer p {
	margin:0;
	padding:5px 10px;
}

div#footer {
	clear:both;
	width:100%;
	background:#BFBD93;
}
