body {
    margin:0;
    padding:0;
    background:#a7a09a;
    color:#eee;
	text-align:center;
	min-width:762px;
	background: url(/images/background2.gif) #151515;
    background-position: center;
	background-repeat: repeat-y;
	scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

body, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
}

form {
	padding:0;
	margin:0;
}

input, textarea, select {
	padding: 2px;
	font: 1em/1em "Lucida grande", Verdana, Arial, sans-serif;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #C49400;
	background-color: #222;
	color: #D0D0D0;
}

textarea {
	line-height:140%;
}

.submit input {
	background-color: #111;
	color: #D0D0D0;
	font-weight : bold;
	border: solid 1px #000;
	margin-right:0;
}

* html input, * html textarea { border-color: #D0D0D0; }
input:hover, textarea:hover { border-color: #D0D0D0; }
input:focus, textarea:focus { border-color: #FFFFFF; color: #FFF; }

a:link, a:visited {
	color: #C49400;
	text-decoration: none;	
}

a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}

a.gallery:hover {
	text-decoration:none;
	font-weight:bold;
}

#container {
    background: url(images/container_bg.gif) #262626;
	background-repeat: repeat-y;
    margin:0 auto;
    width:762px;
	text-align:left;
}

#header {
	height:151px;
    background: url(images/header.jpg) #151515;
	background-position:center;
	background-repeat:no-repeat;
}

#nav {
	height:25px;
    background: url(images/menubg.gif) #1a6022;
	background-repeat: repeat-x;
}

#nav ul{
    margin:0;
    padding:0;
    list-style:none;
}

#nav li{
	margin: 0px;
	padding: 0px;
	padding-top:5px;
	float: left;
	width: 150px;
	text-align: center;
}

#nav a {
	color: #ffffff;
	text-decoration:none;
	font-size: 10px;
    text-transform: uppercase;
	font-weight:bold;
}
	
#sidebar {
    background:#262626;
    float:left;
    width:190px;
}

#sidebar div.top {
	height:21px;
    background: url(images/menubg.gif) #1a6022;
	background-repeat: repeat-x;
	margin-top:8px;
	border-top:1px solid #c49400;
	border-bottom:1px solid #c49400;
}

#sidebar div.title {
	padding-top:3px;
	margin:0;
	margin-left:28px;
	font-weight:normal;
	text-decoration:none;
	font-size: 10px;
    text-transform: uppercase;
}

#sidebar div.body {
    padding:5px;
	padding-left:10px;
}

#content {
    background:#262626;
    float:right;
    width:552px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 6px;
}

#content div.post {
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
}

#content div.top {
	height:21px;
    background: #151515;
	border-bottom:1px solid #c49400;
}

#content div.title {
	margin:0;
	margin-left:6px;
	padding:2px;
	font-size: 13px;
}

#content div.body {
	padding:6px;
	background: url(images/cell.gif) #262626;
	background-position:top left;
	background-repeat:repeat-x;
}

#footer {
    background: #151515;
	border-top: solid 1px #3C3C3C;
	clear:both;
}

#footer div {
    padding:0;
    margin:0;
	margin-left:10px;
	margin-right:10px
}

#footer a {
	border-right: 1px solid #ffffff;
	padding-left:10px;
	padding-right:10px;
	color: #ffffff;
	text-decoration:underline;
}

#pages {
	text-align:center;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	padding:6px;
	background: url(images/cell.gif) #262626;
	background-position:top left;
	background-repeat:repeat-x;
}

#breadcrumbs {
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	padding:2px;
	background: url(images/cell.gif) #333333;
	background-position:top left;
	background-repeat:repeat-x;
	margin-bottom:6px;
}

.error {
	text-align:center;
	/*margin-top:8px;*/
	color: #ff0000;
	border-left: solid 1px #404040;
	border-right: solid 1px #121212;
	border-top: solid 1px #3C3C3C;
	border-bottom: solid 1px #131313;
	padding:6px;
	background: url(images/cell.gif) #333333;
	background-position:top left;
	background-repeat:repeat-x;
}

table.display td {
	padding:6px;
	border:1px solid #999999;
}