body {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;  
	font-size: 			12px;
	color: 				#063C68
}

#page {
	width:				995px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto; 
}

#header {
	width:				995px;
	height:				140px;
	background:			url("../img/header.png");
}

#navigation{
	width:				160px;
	float:				left;
	background:			url("../img/bg-nav.jpg") repeat-y;
}


#right {
	width:				150px;
	float:				right;
}

#content {
	padding:			0px 10px 0px 10px;
	float:				left;
	width:				660px;
}

#green {
	width:				150px;
	height:				150px;
	background:			#EBF2C9;
	margin-bottom:			5px;
}

#red {
	width:				150px;
	height:				150px;
	background:			#FCDDA1;
	margin-bottom:			5px;
}

#yellow{
	width:				150px;
	height:				150px;
	background:			#FFF0A9;
}
