@charset "UTF-8";
/* CSS Document */


body {
text-align: center;
margin: 10px 0px;
background-color:#569abd;
}

#container {
text-align: left;
background-color:#fff;
padding: 7px;
width: 898px;
} 

#navigation {
padding: 27px 0px;
text-align: left;
background-color:#fff;
width: 160px;
height: 370px;
} 

.blur{
	background-color: #3a687f;
	color: inherit;
	width: 914px;
	margin: 0px auto 0px auto;
}

.shadow,
.content {
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #2f5466; /*shadow color*/
	color: inherit;
}

.content{
	background-color: none; /*background color of content*/
	color: #000; /*text color of content*/
	border: none; /*border color*/
}






