@CHARSET "UTF-8";

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	color: #000;
	background-color: #d7bb8b;
}

body {
	background-color: #d7bb8b;
}

#page {
	margin: 20px auto 0px auto;
	width: 750px;
	background-image: url("../images/page_bg.gif");
	background-repeat: repeat-y;
}

#head {
	height: 123px;
	width: 750px;
	background-image: url("../images/head.jpg");
	background-repeat: no-repeat;
}

#menu {
	width: 748px;
	background-image: url("../images/menu_bg.gif");
	background-repeat: repeat-x;
	margin: 0px 1px 0px 1px;
}

#menu ul {
	padding: 0px 0px 0px;
	list-style: none;
	height: 27px;
}

#menu li {
	float: left;
	background: url("../images/menu_button_left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 6px;
	height: 27px;
}

#menu .active {
	background: url("../images/menu_button_left_active.gif") no-repeat left top;
}

#menu a {
	display: block;
	background: url("../images/menu_button_right.gif") no-repeat right top;
	padding: 7px 12px 4px 6px;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #000;
    height: 14px;
}

#menu a:hover {
	color: #883000;
}

#menu li .active {
	background: url("../images/menu_button_right_active.gif") no-repeat right top;
	color: #883000;
}

#menu li.eyeless img {
    bottom: 1px;
    position: relative;
}

#menu li.eyeless a {
	background: none;
}

* html #menu a { 
	display: inline;
	padding-bottom: 12px;
	padding-top: 3px;
}

#menu a:focus {
	overflow: hidden;
}

#menu #active {
	background-image: url("../images/menu_button_left_active.gif");
}
#menu #active a {
	background-image: url("../images/menu_button_right_active.gif");
	padding-bottom: 5px;
}

#left {
	float: left;
	width: 172px;
}

#left #box {
	width: 172px;
}

#left #box .header {
	width: 172px;
	height: 28px;
	background-image: url("../images/left_box_header.gif");
	background-repeat: no-repeat;
}

#left #box .header p {
	padding: 9px 0px 0px 10px;
	font-weight: bold;
	font-size: 10px;
	color: #f3ebd6;
	text-align: left;
}

#left #box .body {
	width: 172px;
	background-image: url("../images/left_box_content.gif");
	background-repeat: repeat-y;
	font-size: 10px;
	text-align: left;
}

#left #box .body p {
	margin-left: 10px;
}

#left #box .body a {
	text-decoration: none;
	color: #000;
}

#left #box .body a:hover {
	text-decoration: underline;
}

#left #box .body ul {
	font-size: 10px;
	line-height: 20px;
	margin-left: 20px;
}

#left #box .body ul li {
	list-style: square;
}

#left #box .body ul li a {
	text-decoration: none;
	color: #000;
}

#left #box .body ul li a:hover {
	text-decoration: underline;
	color: #883000;
}

#left #box .footer {
	width: 172px;
	height: 2px;
	background-image: url("../images/left_box_footer.gif");
	background-repeat: no-repeat;
	font-size: 0px;
	margin-bottom: 5px;
}

#breadcrumbs {
	padding: 10px 0px 10px 10px;
	background-image:url(../images/content_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #b68e42;
}

#breadcrumbs a {
	color: #b68e42;
}

#center {
	float: left;
	width: 426px;
	background-color: #f9f9f8;
	text-align: left;
	background-image: url("../images/center_bg.gif");
	background-repeat: repeat-y;
	font-size: 11px;
}

#center .info {
	margin: 20px 0px 0px 20px;
}

#center .body {
	padding: 10px;
	background-image: url("../images/center_bg.gif");
	background-repeat: no-repeat;
	min-height: 30px;
}

#center .body a {
	color:#833000;
	font-weight:900;
	text-decoration:underline;
}

#center .body strong {
	font-weight: 900;
}

#center .body em {
	font-style: italic;
}

#center .body h1 {
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#center .body .title {
	font-weight: 900;
	font-size: 14px;
	margin: 8px 0px 8px 0px;
}

#center .body .articleImg {
	float:left;
	margin-right:9px;
	border:1px solid #a48a5e;
	display:block;
	padding: 2px;
}

#center .body .date {
	text-align: right;
	margin: 8px 0px 8px 0px;
	clear:both;
}

#center .footer {
	height: 13px;
	background-image: url("../images/content_footer.gif");
	background-repeat: no-repeat;
}

#pager {
	text-align: center;
	margin: 10px 0px 10px 0px;
}

#pager ul li {
	display: inline;
	border-style: solid;
	border-color: #c1c1c1;
	border-width: 1px;
	background-color: #f8ee92;
}

#pager ul .current {
	background-color: #cccccc;
}

#pager ul li:hover {
	background-color: #cccccc;
}

#pager ul li a {
	margin: 2px 4px 2px 4px;
	/*color: #7e1c0c;*/
	color: #895928;
}

#right {
	float: left;
	width: 152px;
}

#right #box {
	width: 152px;
}

#right #box .header {
	width: 152px;
	height: 29px;
	background-image: url("../images/right_box_header.gif");
	background-repeat: no-repeat;
}

#right #box .header p {
	padding: 9px 0px 0px 10px;
	font-weight: bold;
	font-size: 10px;
	color: #f3ebd6;
	text-align: left;
}

#right #box .body {
	width: 152px;
	background-image: url("../images/right_box_content.gif");
	background-repeat: repeat-y;
	font-size: 10px;
	text-align: left;
	padding-top: 12px;
}

#right #box .body ul {
	font-size: 10px;
	line-height: 20px;
	margin-left: 20px;
}

#right #box .body ul li {
	list-style: square;
}

#right #box .body ul li a {
	text-decoration: none;
	color: #000;
}

#right #box .body ul li a:hover {
	text-decoration: underline;
	color: #883000;
}

#right #box .body form {
	padding: 6px 11px 1px 11px;
}

#right #box .body input {
	width: 127px;
	height: 22px;
	background: transparent url("../images/input_bg.gif") no-repeat;
	border-style: none;
	margin-bottom: 5px;
	display: block;
	padding-left: 3px;
	padding-top: 3px;
}

#right #box .body .search {
	background: transparent url("../images/search_button.gif") no-repeat;
	border-style: none;
	display: block;
	width: 79px;
	height: 20px;
	margin-left: 23px;
}

#right #box .body .login {
	background: transparent url("../images/login_button.gif") no-repeat;
	border-style: none;
	display: block;
	width: 85px;
	height: 30px;
	margin-left: 23px;
}

#right #box .body .logout {
	background: transparent url("../images/logout_button.gif") no-repeat;
	border-style: none;
	display: block;
	width: 85px;
	height: 30px;
	margin-left: 23px;
}

#right #box .body .error {
	color: red;
	margin: 0 0 10px 0;
	display: block;
}

#right #box .body .images {
	margin: 0px 10px 12px 10px;
	width: 125px;
	display: block;
	padding:2px;
	border:solid;
	border-color: #a48a5e;
	border-width: 1px 1px 1px 1px;
}

#right #box .body .link {
	padding: 10px 0px 10px 80px;
}

#right #box .body .link a {
	font-weight: 900;
	text-decoration: none;
	color: #895928;
}

#right #box .body .link a:hover {
	text-decoration: underline;
}

#right #box .footer {
	width: 152px;
	height: 3px;
	background-image: url("../images/right_box_footer.gif");
	background-repeat: no-repeat;
	font-size: 0px;
	margin-bottom: 5px;
}

#footer {
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	width: 750px;
	height: 259px;
}

#footer div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	position: relative;
	top: 241px;
	float: left;
	padding-left: 10px;
}

#footer div img {
	position: relative;
	bottom: 2px;
}

#clear {
	clear: both;
}