/*
AXeKap style#1
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(pics/img1.gif) repeat-x;
	font: normal small sans-serif;
	color: #878C66;/* Gray  */
}

h1, h2, h3, h4, h5, h6 {
	color: #997867;
}

a {
	text-decoration: none;
	color: #825037; /* Sienna  */
}

a:hover {
	text-decoration: underline;
}
table {margin-left:auto; margin-right:auto; border:none;}	
.table {margin-top:0px; margin-bottom:0px; width:470px; border:none;}
.contact {width:470px; padding:2px; border:none;}
td.contactheader  {color: #825037; /* Sienna  */font-size: 1.3em; }

/* Header */

#header {
	width: 700px;
	height: 140px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	padding: 42px 0 0 0;
}

#logo * {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #878C66;
}

#logo h1 {
	letter-spacing: -2px;
	font-size: 2.8em;
}

#logo h2 {
	margin-top: -5px;
	padding-left: 2px;
	font-size: 1em;
}
/* Searchform */
#searchform .s{
	background: #ffffff  no-repeat ;
	height: 17px;
	width: 134px;
	margin: 0px 2px 2px 8px;
	padding: 3px 1px 2px 1px;
	color: #999999;
	border: none;
}
#searchform .searchsubmit { 
	background: url(pics/search.png) no-repeat left top;
	height: 23px;
	width: 23px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 6px;
}
/* Login */
#login .s { 
	background: url(pics/go.png) no-repeat left center;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	margin-top: 10px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 69px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin-left: 2px;
	padding: 8px 15px 0 15px;
	background: #EFF0EB url(pics/img2.gif) repeat-x; /* Linen white  */
	border: 1px solid #C9CCB9; /* Silver gray  */
	border-bottom: none;
	text-decoration: none;
	color: #878C66;
}

#menu .active a, #menu a:hover {
	height: 23px;
	background: #EFF0EB;
}
#menu a:hover {
text-decoration: underline;
}
/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

/* Main content */

#main {
	float: right;
	width: 470px;
}

#main .post {
	clear: both;
	margin-bottom: 2em;
}

#main .title {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #C9CCB9;
	font-size: 1.6em;
}

#main .posted, #main .meta {
	margin: 0;
	text-align: right;
	font-size: xx-small;
}

#main .posted {
	margin-top: -13px;
}

#main .meta {
	border-top: 1px solid #C9CCB9;
}

#main .meta p {
	margin: 0;
}

/* Left Column  */

#left {
	float: left;
	width: 200px;
}

#left #textfield1 {
	width: 170px;
}

#left #submit1 {
	display: none;
}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left li h2 {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

#left li h2 span {
	margin: 0;
	padding: 5px 10px;
	background: #F0F0EB url(pics/img3.gif) repeat-x;
	border: 1px solid #C9CCB9;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 10px;
}

#left li ul, #left li form {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #C9CCB9;
}

/* Footer */

#footer {
	text-align:center;
	width: 700px;
	margin: 0 auto;
	padding: 1em;
	border-top: 1px solid #C9CCB9;
}

#footer p {
	font-size: xx-small;
}