@charset "UTF-8";
/* CSS Document */

@import url("../main.css");

#LeftMenu {
	float: left;
	height: 500px;
	width: 300px;
	margin-left: 2px;
	background-image:url(../../images/Background_LeftMenu_large.png);
	background-repeat: no-repeat;
	background-position: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Container #Content #LeftMenu h1 {
	font-size: 16px;
	margin-left: 26px;
	margin-top: 35px;
	color: #000;
	width: 240px;
	height: 20px;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
}
#RightContent {
	float: right;
	height: 500px;
	width: 690px;
	margin-right: 2px;
	background-image:url(../../images/Background_RightContent_large.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.ImgLink {
	position: relative;
	top: 40px;
	left: 160px;
}
#Container #Content #RightContent h2 {
	margin-left: 35px;
	margin-top: 50px;
	font-weight: normal;
	text-decoration: underline;
}
#Container #Content #RightContent p {
	margin-left: 35px;
	color: #000;
}
#Container #Content #LeftMenu ul {
	line-height: 125%;
	list-style-type: none;
	font-size: 12px;
}
#Container #MainMenu ul li a {
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
}
#Container #Content #RightContent #ContentLink {
	color: #09F;
	position: absolute;
	top: 575px;
	left: 950px;
}
#Container #Content #LeftMenu ul li a:hover {
	color: #06F;
}
#Container #Content #RightContent #ContentLink a {
	color: #000;
	text-decoration: none;
}
#Container #Content #RightContent #ContentLink a:hover {
	color: #06F;
}

