@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--
body {
	font-family:"Century Gothic", Arial;
	background-color: #42413C;
	color: #735739;
	margin: 0;
	padding: 0;
	color: #000;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}
a img { 
	border: none;
}

a:link {
	color: #be87b0;
	text-decoration: none; 
}
a:visited {
	color: #be87b0;
	text-decoration: nonee;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 960px;
	background-color: #f8f7f3;
	border: 3px solid #ecc763;
	border-radius: 5px;
	margin-top: 15px;
	margin: 0 auto;
}

.header {
	background-color: #f8f7f3;
	border-radius: 5px;
}

.sidebar1 {
	font-family:"Century Gothic", Arial;
	font-size: 18px;
	color: #735739;
	float: left;
	text-align:center;
	width: 210px;
	margin-left: 20px;
	margin-right: 20px;
	background-color: #f8f7f3;
	padding-bottom: 10px;
	border-radius: 5px;
}
.content {
	font-family:"Century Gothic", Arial;
	color: #735739;
	padding: 0px 30px 10px 10px;
	width: 670px;
	float: left;
	border-radius: 5px;
}

.contentMouse {
	font-family:"Century Gothic", Arial;
	font-size: 11px;
}
.contentsidebar {
	font-family:"Century Gothic", Arial;
	font-size: 14px;
}

.content ul, .content ol { 
	padding: 0 25px 25px 40px;
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #88b29c;
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #88b29c; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 190px; 
	text-decoration: none;
	background-color: #f8f7f3;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #735739;
	color: #FFF;
}

.footer {
	font-family:"Century Gothic", Arial;
	text-align: center;
	color: #FFF;
	padding: 10px 0px 10px 0px;
	background-color: #ecc763;
	position: relative;
	clear: both; 
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->
</style>

