body{
	font-family: Calibri;
	color: #333;
	font-size: 12px;
	margin: 0px 10px 0 10px;
	background-color: #CCCCCC;
	background-image: url('../images/bg.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-attachment: fixed;
}

div.container{
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0;
	/*border: 1px silver solid;*/
	background-color: #eeeeee;
}

div.header{
	height: 180px;
	position: relative;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.content{
	float: right;
	width: 698px;
	padding: 0 0 10px 0;
	min-height: 500px;
	background-color: #FFF;
	border-left: 1px #9cacdf solid;
}

div.navigation{
	width: 240px;
	padding: 5px 5px 5px 5px;
	margin-right: 700px;
}

div.footer{
	clear: both;
	padding: 30px 15px 15px 15px;
	text-align: left;
	line-height: 150%;
	background-color: #C9C9C9;
	background-image: url('../images/bg_footer.jpg');
	background-position: 0 -15px;
	background-repeat: no-repeat;
}

div.clear{
	clear:both
}