body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#7ABCE6;
}
* {margin:0px;padding:0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 1000px;
	background-color:#7ABCE6;
}
#left {
	width:65%;
	float:left;
}
#right {
	width:30%;
    margin-left:70%;
    height:500px;
    background-color:#E3DBB6;
    border-width:1px;
    border-style:none solid none;
}
/***************** Content ***********************/
.content {

}

.content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:900;
}

.content h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px 20px 5px 20px;
	font-weight:700;
}

.content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003a65;
	padding: 5px 20px 5px 20px;
	font-weight:400;
}
.content a {
	color:#2e260f;
}
.content a:hover {
	color:#cf0002;
}

.nohover a:hover { color: #2e260f; }

.content farright {

}

/***************** Menu ***********************/
#menu {
}
#menu ul {
	padding: 30px 0px 0px 0px;
	width:245px;
	margin-left:15px;
}
#menu li {
    width:230px;
	background-position: right center;
	border-bottom: 1px dotted #2e2304;
	list-style-type: none;
	padding: 4px 10px 4px 0px;
	text-align:center;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 700;
	color: #2e260f;
	text-decoration: none;
	font-size: 12px;
	
}
#menu a:hover {
	color:#c40000;
}


.lastchild{
	border-bottom: none !important;
}


#menumore a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 400;
	text-decoration: none;
	font-size: 10px;
	
}
#menumore a:hover {
	color:#c40000;
}

.lastchild{
	border-bottom: none !important;
}

#menubottom {
}
#menubottom ul {
	padding: 20px 0px 0px 0px;
	width:240px;
	margin-left:15px;
}
#menubottom li {
	float:left;
	display:inline;
	width:77px;
	text-align:center;
}
#menubottom a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bolder;
	font-size:12px;
	color: #6e6b53;
	text-transform: uppercase;
}
#menubottom a:hover {
	color:#c40000;
}
/***************** Footer ***********************/
#footer {
	background-color:#8bcaef;
	width:1000px;
}
#footerend {
	width:1000px;
}