body {
	font-size:13px;
	margin:0;
	/*background:#606A70 url('/img/background.png') left top repeat-x fixed;*/
	background:#fff url('/img/bg.png') left top repeat-x;
}

div#container {
	position:relative;
	width:62em;
	/*background:#fff url('/img/border.png') center repeat-y;*/
	margin:0 auto;
	padding:0 6em 0 6em;
}

div#smallmenu {
	position:absolute;
	right:6em;
	top:0.5em;
}

div#shadow {
	border-top:7px solid #293941;
}

div#header {
	position:relative;
	background:transparent url('/img/header.png') center 3.5em no-repeat;
	height:8.5em;
}

div#footer {
	clear:both;
	/*background:transparent url('/img/footer.png') center top no-repeat;*/
	height:3.5em;
	margin:0;
}

div#search input {
	margin:0;
}

div#menu {
	text-align:center;
	margin-bottom:3em;

}

div#menu .big a {
	text-transform:uppercase;
	font-weight:normal;
}

div#menu p {
	margin:0 0 0.2em 0;
}

div.sidebar {
	float:left;
	width:16em;
	margin:3em 0 0 0;
	
}

div.sidebar ul {
	list-style-type:none;
	list-style-image:none;
	padding:0;
	margin:0 0 1.5em 0;
}

div.sidebar ul li {
	margin:0;
	/*border-bottom:1px solid #eee;*/
	text-transform:uppercase;
	/*display:inline;*/
	font-size:1.35em;
	line-height:90%;
}

div.sidebar ul li a {
	color:#89a;
	text-decoration:none;
}

div.sidebar ul li a:hover {
	color:#c06;
}

div#content {
	margin:0 0 3em 19em;
	padding:0;
	min-height:30em;
}

div#bottom {
	clear:both;
	text-align:center;
	margin-left:18em;
	padding-bottom:0.5em;
}

.noscreen {
	display:none;
}