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

body {
	background: #EDEAE1;
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	width: 900px;
	position: relative;
}
#left {
	background: url(images/left_bg.jpg) repeat-y;
	width: 181px;
	padding-top: 40px;
	padding-left: 35px;
}
#center {
	background: #EEEAE1;
	padding: 15px;
	font: 14px/18px Arial, Helvetica, sans-serif;
	color: #735E33;
}
#center a {
	color: #735E33;
	text-decoration: none;
}
#center a:hover {
	text-decoration: underline;
}
#right {
	background: #A8A77B;
	width: 240px;
	margin: 0px;
	padding: 20px 25px;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#right a {
	color: #FFFFFF;
	text-decoration: none;
}
#right a:hover {
	text-decoration: underline;
}
.block {
	display: block;
}
.nav {
	padding-bottom: 15px;
}
.portnav {
	padding-bottom: 10px;
}
.subnav {
	padding-bottom: 7px;
	padding-left: 15px;
}
.imgBorder {
	border: 2px solid #A8A77B;
	margin-bottom: 10px;
}
#footer {
	background: url(images/footer.jpg) no-repeat;
	margin: 0px;
	height: 22px;
	color: #735E33;
	padding-top: 11px;

}
#footer a img {
	margin-right: 1px;
}

