.container {
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	z-index: 10;
}

#container_inner{
	border: 1px solid #000000;
	position: relative;
	z-index: 1;
}

#header{
	background-color: #000000;
	color: #666666;
}

#logo {
	width: 350px;
	padding: 10px;
}

#slogan {
	position: relative;
	top: 40px;
	margin-left: 40%;
	color: #cc0000;
	font-family: tahoma, verdana, helvetica, arial,  "MS Sans Serif", sans-serif;
	font-weight: bolder;
	font-size: 16px !important;
	text-align: right;
	padding: 10px;
	height: 100px;
	min-height: 100px;
}


#tabbed {
position: absolute;
top: 0px;
right:0px;
width: 300px;
min-width: 300px;
}

#search {
	text-align: right;
margin-right: 5px;
}

#search a {
	color: #cc0000;
font-family: tahoma, verdana, helvetica, arial,  "MS Sans Serif", sans-serif;
font-weight: bold;
}

#search a:hover {
	color: #333333;
}

#tabbed_inner{
background-color:#999999;
font-size: 12px !important;
padding-left: 10px;
height: 20px;
}

div#navigation {
	position: relative;
	height:20px;
	min-height: 20px;
	background-color:#999999;
	color: #cc0000;
	font-family: tahoma, verdana, helvetica, arial,  "MS Sans Serif", sans-serif;
	font-weight: bolder;
	font-size: 10px !important;
	z-index: 150;
}

input.searchbox {
font-size:9px !important;
}

input.searchbutton {
font-size:9px;
}

div#navigation a {
	color: #333333;
}

div#navigation a:hover {
	color: #cc0000;
}

#navigation ul { /* all lists */
	background:#999999;
	border-left: 1px solid #000000;
	text-align: left;
	margin-right:10px;
	padding: 0;
	padding-left: 5px;
	margin: 0;
	list-style: none;
}

#navigation li { /* all list items */
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 3px;
	position: relative;
	text-align: center;
	border-right: 1px solid #663300;
	width: 13em;
}

#navigation li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	width: 12em;
	border: none;
}

#navigation li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	padding: 2px;
	width:12em;
	border: none;
}


#navigation ul>li>ul>li  {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 4px;
	border:none;
	width: 12em;
/*	border-bottom: 1px solid #33992c;*/
}

#navigation li:hover ul, div#navigation li.over ul { 
/* lists nested under hovered list items */
	display: block;
	background-color: #999999;
	text-align: left;
	width:12em;
}

#imagearea {
position: relative;
background-color: #000000;
z-index: 1;
}

#highlightpic {
	position: absolute;
	right: 0;
	
}

#highlight {
color: #cc0000;
font-family: tahoma, verdana, helvetica, arial,  "MS Sans Serif", sans-serif;
font-weight: bolder;
padding: 10px;
padding-top: 2px;
z-index: 10;
position: relative;
}

#highlight p {
margin-top: 5px;
margin-bottom: 10px;
font-size: 95%;
}

#highlight h1, #highlight h2, #highlight h3, #highlight h4, #highlight h5, #highlight h6 {
color: #999999;
font-family: tahoma, verdana, helvetica, arial,  "MS Sans Serif", sans-serif;
font-weight: bolder;
}


h1, h2, h3, h4, h5, h6 {
color: #cc0000;
font-family: tahoma, verdana, helvetica, arial,  "MS Sans Serif", sans-serif;
font-weight: bolder;
}

h1 {
font-size: 110%;
}

.floatleft {
position: relative;
z-index: 100;
float: left;
}

.floatright {
position: relative;
z-index: 100;
float: right;
}

#main_inner {
padding:10px;
}

#features {
	background-color: #999999;
	border-top:1px solid #000000;
	padding: 0px 10px 10px 10px;
	font-size: smaller;
}

#features h1, #features h2, #features h3, #features h4, #features h5, #features h6 {
padding: 0px;
color: #663300;
font-family: tahoma, verdana, helvetica, arial,  "MS Sans Serif", sans-serif;
font-weight: bold;
}

#features h1 {
font-size: 130%;
margin: 0px;
}

#features h2 {
font-size: 120%;
margin: 0px;
}

#features h3 {
font-size: 110%;
margin: 0px;
}


#news {
padding:5px 0px;
}

#news p{
padding:0px;
margin: 0px 10px;
}



#footercontainer {
position: relative;
 background-color: #000000;
padding:5px;
}

#footer {
position: relative;
	color: #cc0000;
padding-left:5px;
}

#credit {
 position: relative;
 top: 0px;
 margin-left: 47%;
 margin-right: 5px;
 width: 50%;
 text-align: right;
 z-index: 15;
}

div#footer a {
	color: #cc0000;
font-family: tahoma, verdana, helvetica, arial,  "MS Sans Serif", sans-serif;
font-weight: bold;
}

div#footer a:hover {
	color: #333333;
}


p#credit a {
 text-decoration: none;
 font-size: .55em;
}

p#credit a:hover {
 text-decoration: none;
 font-size: .55em;
}

a.eclectic {
 color: #666666;
}

a.eclectic:hover {
 color: #34A02c;
}
