/* base.css */

*	{
	margin: 0 auto;
	padding: 0;
	border: 0;
}

html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
	color: #000;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	height: 100%;
}

a {
	color: #fff;
}

a:hover {
	color: #666666;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#page {
	width: 850px;
	margin: auto;
	background: #fff;
}


#header {
	width: 100%;
	height: 190px;
	position: relative;
}

#header h1 {
	position: absolute;
	left: 0;
	top: 20px;
	height: 168px;
	width: 698px;
	background: #fff url('images/header.jpg') no-repeat scroll top left;
}

#header h1 a {
	position: relative;
	display: block;
	height: 168px;
	width: 698px;
}

#header h1 a span {
	position: absolute;
	top: -1000px;
}

#navbar {
	height: 47px;
	width: 100%;
	background: transparent url('images/navbar_bg.png') repeat-x scroll left top;
	color: #fff;
}

#navbar ul {
	height: 47px;
}

#navbar li {
	float: left;
	display: block;
	width: 90px;
	height: 20px;
	background: transparent url('images/navbar_spacer.png') no-repeat scroll right center;
	line-height: 20px;
	text-align: center;
	margin-top: 17px;
}

#navbar a {
		text-decoration: none;
}

#navbar a:hover{
	background-color: #fff;
	opacity: 0.5;
	color: #666666;
	cursor: pointer;
}

#navbar li.stop {
	background-image: none;
}

#content {
	padding: 5px;
	width: 838px;
	border: 1px solid #b4ad9e;
	border-top: none;
	background: #fff url('images/content_bg.png') repeat-x scroll left top;
	position: relative;
}

#content #shadow {
	position: absolute;
	top: 0;
	left: -1px;
	width: 850px;
	height: 7px;
	background: transparent url('images/content_shadow.png') repeat-x scroll left top;
	
}

#content #inner {
	margin-top: 15px;
	float: right;
	padding: 10px;
	border-left: 1px dashed #b4ad9e;
	width: 642px;
}

#sidebar {
	padding-top: 20px;
	width: 175px;
	float: left;
	font-size: 12px;
}

#sidebar li {
	list-style-type:disc;
	list-style-position: inside;
	padding-left: 10px;
}

#content #inner h2 {
	color: #333333;
	font-size: 18px;
	padding-bottom: 4px;
}

#inner ol {
	margin-left: 20px;
}

#inner a {
	color: #000;
}

#footer {
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #666666;
}


#comment_form input {
	border: 1px solid #000;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 2px;
	background: #fff url('images/bg_text.jpg') scroll repeat-x left bottom;
	margin: 2px;
}

#comment_form textarea {
	border: 1px solid #000;
	background: #fff url('images/bg_text.jpg') scroll repeat-x left bottom;
}

li.comment {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border: 1px solid #b4ad9e;
	padding: 5px;
	margin: 3px;
}

.clear {
	clear: both;
}




