
body {
	background:#d59321;
	margin-top:30px;
	line-height:20px;
	margin-bottom:30px;
	font-family:Arial;
	font-size:13px;
}

.container {
	width:700px;
	margin:auto;
	background:#ffffff;
	border:1px solid #ffffff;
}

.content {
	margin:20px;
	margin-top:0px;
	border:1px solid #ffffff;
}

.left {
	width:160px;
	float:left;
}

.right {
	margin-left:180px;
	padding-right:25px;
}

.top {
	width:702px;
	background-image:url(../images/top.png);
	height:26px;
	margin:auto;
}

.bottom {
	width:702px;
	background-image:url(../images/footer.png);
	height:26px;
	margin:auto;
}

.title {
	font-size:18px;
	font-weight:;
	color:#0272d2;
}

.separator {
	border-bottom:1px dotted #999999;
	margin-top:15px;
	margin-bottom:15px;
}

.nav a {
	display:block;
	line-height:30px;
	text-decoration:none;
	color:#0272d2;
	border-bottom:1px dotted #999999;
	padding-left:8px;
}

.nav a:hover {
	background:#f0f0f0;
	color:#000000;
}

a {
	color:#d59321;
	text-decoration:none;
}

a:hover {
	color:#000000;
	border-bottom:1px dotted #d59321;
}

.foottext {
	width:700px;
	margin:auto;
	text-align:right;
	color:#ffffff;
	line-height:30px;
	padding-right:10px;
}

.foottext a {
	color:#6e5f46
}

.foottext a:hover {
	color:#000000;
}

