﻿
/*** General ***/

div#center
{
	width: 980px;
	height: 100%;
	margin:0 auto;
}

div.box
{
	border: 1px solid #CCC;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 3px 3px 3px #555;
	-webkit-box-shadow: 3px 3px 3px #555;
}

/*** Header ***/

div.header
{
	width: 978px;
	height: 50px;
	margin: 10px 0;
	background: #FFF;
}

div#headerLogo
{
	width: 200px;
	height: 50px;
	float: left;
	text-align: center;
}

div#headerLogo img
{
	width: 150px;
	margin-top: 11px;
}

div#headerText
{
	width: auto;
	height: 50px;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 50px;
}

/*** Left side ***/

div#leftSide
{
	width: 200px;
	height: auto;
	float: left;
}

div.menu
{
	width: 178px;
	min-height: 100px;
	background: #9E9E9E;
	color: #FFF;
	padding: 10px;
}

div.newsBox
{
	width: 178px;
	min-height: 20px;
	background: #DDD;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid silver;
}

div.footer
{
	width: 200px;	
	height: auto;
	margin-top: 8px;
	font-size: 0.9em;
	text-align: right;
}

/*** Right side ***/

div#rightSide
{
	width: 770px;
	height: auto;
	float: right;
}

div.content
{
	width: 748px;
	min-height: 300px;
	background: #FFF;
	padding: 10px;
}

