/*
	CSS Document: template.css
	Version: [PROJECT-VERSION] | Date: [PROJECT-DATE]
	Project: [CLIENT-DOMAIN]
	Author: websLINE, 2010
	-------
*/

@import url("base.css");
@import url("navigation.css");
@import url("modules.css");


/* LAYOUT  */

body {
	background: #fefefe;
	margin: 0; padding: 0;
	}
#wrapper {
	position: relative;
	margin: 0px auto;
	width: 840px;
	background:url(../img/shaddow.gif) right bottom #465b69 no-repeat;
	padding-bottom:20px;
	}


/* Header */

#header {
	position: absolute;
	top: 0; 
	left: 20px;
	width: 800px; 
	height: 280px;
	background: #465b69;
	}
#header .logo {
	position:absolute;
	left:0;
	top:30px
	}
#header .links {
	position:absolute;
	right:20px;
	top:7px;
	}
#header .links li {
	display: inline;
	color:#fff;
	}
#header .links a {
	padding-right: 3px;
	color:#fff;
	text-decoration:none;
	}
#header .headimage{
	position:absolute;
	left:400px;
	top:30px;
}

/* Content */

#content {
	padding-top:280px;
	margin-left:20px;
	background:url(../img/bg-content.gif) 0 0 #fff repeat-y;
	width:800px;
	}
#contentLeft {
	float: left;
	width: 400px;
	}
#contentMid {
	float: left;
	width: 180px;
	padding:25px 10px 10px;
	}
#contentRight {
	float: left;
	width: 180px;
	padding:25px 10px 10px;
	color:#fff;
	}
#contentRight h1, #contentRight h2, #contentRight h3, #contentRight h4{
	color:#fff;
}
#contentRight h3{
	font-size:15px;
	margin-bottom:5px;
}
#article {
	padding:20px;
	}


/* Footer  */

#footer {
	background-color:#465b69;
	width:780px;
	float:left;
	padding:10px;
	color:#fff;
	text-align:right;
}
#footer a{
	color:#fff;
}
#printheader {
	display: none;
	position: absolute;
	top: 0; left: 0;
	margin-top: -10px;
	border-bottom: 1px solid #000;
	}