#content {
	margin-bottom: 10px;	
}
#container {
	font-size: 0.8em;
}
#header {
	background-color: #FFBFE4;
	background-image: url('../new_images/header.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 112px;
	border-bottom: 1px solid #A072F8;
}
#c_wrap{
	border-top: 3px solid #FDC8C2;
}
#navbar {
	background-color: #BD9BFA;
	height: 36px;
	border-bottom: 3px solid #FDC8C2;
	line-height: 34px;
}
#bottomnavbar {
	line-height: 14px;
}
#seperator{
	height: 1px;
	border-top: 1px solid #A072F8;
}
#navigation {
	float: right;
	width: 200px;
	list-style: none;
	padding-top: 20px;
}
#navigation li{
	background-image: url('../new_images/nav_button.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 190px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
}
#navigation li a{
	color: #9C84C4;
	text-decoration: none;
	font-family: 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#navigation li a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	margin-right: 200px;
	padding: 20px;
}
#footer {
	padding: 10px;
	margin-top: 20px;
	text-align: center;
	border-top: 1px solid #FEBEE4;
}