/* CSS Document */
#Bodyer{position:relative;}
#MainMenu{position: absolute;top:0;left:214px;width:790px; z-index:1;}
#Content{margin-top:40px}
.LeftMenuContent{
	padding:5px 5px 5px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2ecdb;
}
#LeftMenuBorder{margin-bottom:100px;}
#MainContent{margin-left:25px}
#Navigation{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #eeefea;
	padding:10px;
	text-align:right;
}
a.NavigationLink:link {
	color: #9a9a9a;
	text-decoration: none;
}
a.NavigationLink:visited {
	color: #9a9a9a;
	text-decoration: none;
}
a.NavigationLink:hover {
	color: #509be4;
	text-decoration: underline;
}
a.NavigationLink:active {
	color: #9a9a9a;
	text-decoration: none;
}
#ContentInput{margin-bottom:30px}
.ContentP p{margin:10px 0}
#Page{padding:10px;text-align:center;}
.SearchInput{
	width:120px;
	height:16px;
	border: 1px solid #a7a6aa;
	padding-top:4px;
	padding-left:4px;
}
#TitlePic{text-align:right;}


