html, body {
	height:100%;
	margin:0;
}

body {
	background:fixed url(../_pics/bg.jpg);
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

.container {
	width:1024px;
	top:20px;
	margin:auto;
	padding:10px;
	bottom:0px;
	height:1300px;
	background:url(../_pics/transparent.png);
	position:relative;
}

.logo {
	float:left;
	width:280px;
	height:100%;
	position:relative;
}

.menu, h1 {
	font-size:15px;
	font-weight:bold;
	padding-top:8px;
	color:#FFC867;
	font-variant:small-caps;
	height:85px;
	vertical-align:top;
}

h1 {
	height:auto;
	padding-top:0px;
	padding-bottom:20px;
}

.menu a {
	text-decoration:none;
}

.menu a:hover {
	text-decoration:underline;
}

.content {
	vertical-align:top;
	height:100%;
	position:relative;
}

a {
	color:#FFC867;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
strong, b {
	color:#FFC867;
}
.news {
	border:1px solid #FFC867;
}