body {
	font: 12px/1 Arial;
	color: #222222;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 140%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

a {
	font: 12px/1 Verdana;
	color: #2765BD;
	font-weight: bold;
	text-decoration: none;
}

a img {
	border: none;
	vertical-align: top;
}

h1 {
	margin: 10px 0 15px 0;
	padding: 0 0 0 0;
	font: 36px/1 Verdana;
	color: #E2DE80;
	text-align: right;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 14px/1 Verdana;
	font-weight: normal;
	color: #2765BD;
}

#loginbutton {
	position: absolute;
	top: 380px;
	left: 5px;
	width: 160px;
	height: 14px;
	padding: 3px 3px 3px 7px;
	color: #CC4237;
	font-weight: bold;
	background-image: url(../images/loginbg.jpg);
	background-repeat: no-repeat;
}

#adminpanellink {
	position: absolute;
	top: 95px;
	left: 660px;
}

#login {
	position: absolute;
	top: 265px;
	left: 5px;
	width: 160px;
	height: 130px;
	padding: 5px 5px 5px 5px;
	color: #CC4237;
	font-weight: bold;
	background-image: url(../images/loginbg.jpg);
	background-repeat: no-repeat;
}

#logo {
	background: #2765BD;
}

#breadcrumb {
	font: 12px/1 Verdana;
	margin-bottom: 7px;
}

#menu {
	float: left;
	width: 190px;
	height: 430px;
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: top left;

}

#content {
	padding: 0px 10px 10px 190px;
}

.news-item {
	margin-bottom: 10px;
}

.news-item .headline {
	float: left;
	width: 97%;
	padding: 5px 5px 5px 5px;
	height: 15px;
	background: #DBDBDB;
	color: #2765BD;
	border-bottom: 1px solid #AAAAAA;
}

.news-item .headline .date {
	float: right;
	font-weight: normal;
}

.news-item .headline .title {
	float: left;
	font-weight: bold;
}

.news-item .story {
	float: left;
	width: 97%;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 10px;
}

.news-item .story img {
	float: left;
	margin: 2px 5px 5px 0;
}

#footer {
	clear: both;
	width: 100%;
	color: #2765BD;
	font-weight: bold;
	background: #DBDBDB;
	border-top: 1px solid #E2DE80;
}

.left {
	float: left;
	padding: 5px 10px 5px 10px;
	font: 11px/1 Arial;
	text-align: left;
}

.left a {
	color: #555555;
	font: 11px/1 Arial;
	font-weight: bold;
	text-decoration: none;
}

.right {
	padding: 5px 10px 5px 10px;
	font: 11px/1 Arial;
	text-align: right;
}

.right a {
	color: #555555;
	font: 11px/1 Arial;
	font-weight: bold;
	text-decoration: none;
}
