@IMPORT url("menu.css");
@IMPORT url("content.css");

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #434343;
	margin:0; 
	padding:0;
	background: #dcdcdc url(../images/body.jpg) 0 0 repeat-x;
}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:18px; margin: 0;}
h2{font-size:14px; color:#434343; clear: both;}
h3{font-size:13px; padding:4px 0; margin-bottom:4px;}

a:link, a:visited{color: red; text-decoration: none;}
a:hover{text-decoration: underline;}
a img {border: 0;}
.cb {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.bold {
	font-weight: bold !important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
	
/* -------------------------
LAYOUT
---------------------------- */

#header {
	position: relative;
	width: 960px;
	height: 260px;
	display: block;
	background: url(../images/header.jpg) 120px 0 no-repeat;
}
#header h2 {
	position: absolute;
	left: 120px;
	top: 10px;
}
#header h2 a {
	display: block;
	height: 55px;
	width: 343px; 
	background: url(../images/logo.jpg) 0 0 no-repeat;
	text-indent: -900000px; 
}
#header h1 {
	position: absolute;
	right: 0px;
	top: 10px;
	display: block;
	width: 500px;
	height: 60px;
	line-height: 60px;	
	text-align: right;
	font-size: 16px;
	font-weight: normal;
}
#header #banner {
	position: absolute;
	top: 95px;
	left: 0;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 960px;
	height: 110px;
	clear: both;
}
#header #navigation {
	position: absolute;
	top: 210px;
	display: block;
	width: 960px;
	height: 40px; 
}
#container{
	width:960px;
	margin:0 auto;
}
#wrapper{
	width:960px;
	margin:0 auto;
	padding-bottom: 200px;
	background: transparent url('../images/column-shadow-bottom.jpg') 210px bottom no-repeat;
}
#main{
	width:960px;
	margin:0 auto;
	background: transparent url('../images/column-main.jpg') repeat-y;
}
#leftcolumn {
	display: inline-bock;
	float: left;
	width: 240px;
	padding: 10px;
	background: transparent url('../images/column-shadow-top.jpg') 210px top no-repeat;
}
#content {
	display: inline-block;
	width: 680px;
	padding: 10px;
}

#newsContainer {
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0 0 20px 0;
	width: 360px;
	border-right: 1px solid #cccccc;
}
#topRightContainer {
	vertical-align: top;
	display: inline-block;
	padding: 0 0 0 20px;
	margin: 0 0 20px -5px;
	width: 289px;
	border-left: 1px solid #cccccc;
}
.footer {
	display: block;
	width: 960px;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}
.footer a {
	display: inline-block;
	margin: 10px 0;
}