﻿img, a img { border:0; } 
.clear { display: inline-block; }   
.clear:after { content: "."; display: block; height: 0;   clear: both; visibility: hidden; }
* html .clear { height: 1%; }
.clear { display: block; }

body 
{
	margin:0px;
	background: #181818;
}

div#screen
{
	text-align:center;
		background: #fff;
}

div#page
{
	margin:auto;
	margin-top:0px;
	text-align:left;
}

div#header
{
	float:left;
	width:100%;
	clear:both;
	background:#fff url(/images/template/mast-bg.gif) repeat-x;
	height:95px;
}

div#menubar
{
	float:left;
	width:550px;
	margin:25px 0px 0px 150px;
}

div#searchbar
{
	background: #2669A3;
	height:50px;
	border-top: solid 1px #1C4E79;
	border-bottom: solid 1px #5DA0DA;
	clear:both;
	text-align:center;
}

div#searchbar .inner
{
	clear:both;
	display: inline-block;
	margin:auto;
	text-align:left;
}

div.search
{
	margin-top:10px;
	float:right;
	width:230px;
	height:30px;
	background: url(/images/template/search-bg.gif) no-repeat;
}

div.search img
{
	float:right;
}

div.search input
{
	margin:0px;
	border:0px;
	margin:6px 0px 0px 6px;
	background: #7DA5C8;
	height:18px;
	width:180px;
	color: #fff;
}

.inner
{
	margin:auto;
	margin-bottom:0px;
	margin-top:0px;
	width:960px;
}

div#header .logo
{
	float:left;
}

div#content
{
}

div#content .inner
{
	margin-top:0px;
}

div#content .inner img
{
	margin-right:10px;
}

div#footer
{
	border-top:1px solid #ccc;
	border-bottom:1px solid #393939;
	background: #333 url(/images/template/footer-bg.gif) repeat-x;
}

div#footer div.inner
{
	padding:20px;
	color: #777;
}

div#base
{
	background: #181818;
	text-align:center;
	color: #444;
}

div#base a
{
	color: #666;
}

div.column1
{
	width:650px;
	float:left;
}

div.column2
{
	margin-left:20px;
	width:290px;
	float:left;
}