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

body,
	html {
	margin:0;
	padding:0;
	color:#000;
	background:#fff;
}
a {
	text-decoration: none;
	color: inherit;
}
a.:hover {
	text-decoration:underline;
	color: #fff; 
}

#header {
	background:#aaba8f;
	text-align: center ;
	margin:0;
	height: 125px;
	width: 100%;
	padding:5px 10px;
}
#nav {
	height: 40px;
	width: 100%;
	margin:0;
	text-align: center;
	padding:2px;
	background:#aaba8f;
}
#nav ul {
	padding:0;
	list-style:none;
}
#nav li {
	margin:0;
	display:inline;
	margin:0;
	padding:0;
}
#container {
	width: 800px ;
	margin-left: auto ;
	margin-right: auto ;
	background:#fff;
}
#MainRight {
	margin-left:  360px;
	padding:25px 20px 25px 80px;
}
#MainLeft {
	float: left;
	width: 360px;
	padding:25px 20px;
}
#footer {
	width:100%;
	background:#aaba8f;
	clear: both ;
	text-align: center ;
	margin:0;
	padding:25px;
}
h1 {
	margin:0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: normal;
	color: #000;
	text-align: center;
	letter-spacing: 10px;
}
h2 {
	margin:0 0 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #555;
}
h3 {
	margin:0 0 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #aaba8f;
}
h4 {
	margin:0 0 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #555;
}
.image_left {
	float: left;
	margin: 0px 10px 10px 0px;
}
.image_right {
	float: right;
	margin: 0px 0px 10px 10px;
}
* html #footer {
	height:1px;
}
a.one:link {
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #000;
}
a.one:visited {
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #000;
}
a.one:hover {
	font-size: 11px;
	font-weight:bold;
	letter-spacing: 1px;
	text-decoration: underline;
	color: #fff; 
}
a.one:active {
	color: #fff
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
}
a.two:link {
	text-decoration: none
	color: #000;
}
a.two:hover {
	text-decoration: underline;
	color: #555; 
}
a.two:active {
	color: #555;
}
a.three:link {
	text-decoration: none
	color: #555;
}
a.three:hover {
	text-decoration: underline;
	color: #000; 
}
a.three:active {
	color: #000;
}



