html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: helvetica;
	color: #B1716C;
	font-size: 9pt;
	line-height: 1.7;
}

body {
	background-image:url('images/bg3.png');
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#381A18;
}

a img { border: 0; }

h1 {
	font-size: 12pt;
	color:#E8E3C3;
	margin:0;
	padding:0;
}
	
.cont {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.roundcont {
	width: 850px;
	background-color: #4F312F;
}

.roundcont p {
}

.roundtop { 
	background: url('images/rt.png') no-repeat top right; 
}

.roundbottom {
	background: url('images/rb.png') no-repeat top right; 
}

img.corner {
   width: 6px;
   height: 6px;
   border: none;
   display: block !important;
}

div#header {
	height:55px;
}

div#header img {
	float:left;
}

div#header span {
	float:right;
	padding-top:32px;
}

div#header span img {
	float:none;
	padding: 0 0 5px 5px;
	vertical-align: bottom;
}

div#navigation {
	padding:5px;
	margin:0;
	height:35px;
	color:#E8E3C3
}

#navigation ul {
	margin:0;
	padding:5px 0 0;
	text-align:left;
	position:relative;
	top:-15px;
	display:inline;	
}

#navigation li {
	font-size: 9pt;
	list-style-type: none;
	display: inline;
	padding-left: 25px;
	padding-right: 25px;
	vertical-align: text-center;
}

.news-item {
	padding:10px 30px;
}

.news-item-footer {
	text-align:right;
}

p {
	text-indent:0;
}

a.comment-link {
}

span div {
	display:inline;
}

#userInfo input {
	background-color:#4F312F;
	border-color:#4F312F;
	border-style:solid;
	color:#B1716C;
	margin-left:5px;
	padding:2px;
}

#userInfo a {
	padding:4px;
	position:relative;
	left:160px;
	text-decoration:none;
}

#userInfoLoggedIn a {
	padding:4px;
	text-decoration:none;
	left: 0;
}

a:link, a:visited {
	color:#E8E3C3
}

li:hover {
	background-color:#381A18;
}

#userInfo a:link {
	text-decoration:none;
}

#navigation a:link, #navigation a:visited{
	text-decoration:none;
}

