/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #414141;
}

body.editor {
	background-color: #FFFFFF;
}

table {  
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

tr {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

a:link {text-decoration: none; color : #999999}
a:visited {text-decoration: none; color : #999999}
a:active {text-decoration: none; color : #58641B}
a:hover {text-decoration: none; color : #58641B}

a img { border: none; }

/* LAYOUT CSS */

#wrapper {
	width: 100%;
}

#header_left {
	width: 33%;
	height: 145px;
	background-image: url(/images/header_left.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#header_right {
	width: 33%;
	height: 145px;
	background-image: url(/images/header_right.jpg);
	background-repeat: no-repeat;
}

#nav {
	padding-top: 18px;
	width: 110px;
	text-align: right;
}

#nav a {
	text-align: left;
	font-size: 13px;
	color: #30360D;
	width: 85px;
	height: 15px;
	display: block;	
	margin-bottom: 10px;
}

#nav a:hover, #nav a.active {
	background-image: url(/images/nav_on.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#content {
	width: 453px;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	padding: 25px 19px 25px 19px;
}

#rightbar {
	width: 210px;
	/*
	background-image: url(/images/rightbar_bg.jpg);
	background-repeat: no-repeat;
	*/
}

#footer_left {
	width: 33%;
	height: 124px;
	background-image: url(/images/footer_left.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#footer {
	width: 775px;
	height: 124px;
	background-image: url(/images/footer_bg.gif);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 10px;
	line-height: 10px;
	padding: 6px 30px 0px 0px;
	color: #838383;
}

#footer a {
	color: #838383;
}

#footer a:hover {
	color: #5E6A1E;
}

#footer_right {
	width: 33%;
	height: 124px;
	background-image: url(/images/footer_right.jpg);
	background-repeat: no-repeat;
}

/* CONTENT CSS */

h1 {
	font-size: 14px;
	color: #58641B;
	border-bottom: 2px solid #CFCFCF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.ucase {
	text-transform: uppercase;
}

/* ADMIN CSS */

.alert {
	color: #F00;
}

.button {
	color: #58641b;
	border: 1px solid #AAAAAA;
	background-color: #DDDDDD;
	margin: 2px;
}

a.button {
    color: #58641b;
    line-height: 24px;
    padding: 0px 4px 1px 2px;
}

a.button:hover { 
    color:#58641b; 
    cursor:default;
}

