@charset "utf-8";
body {
	background-color: #202020;
}
.Contactme {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #808080;
	width: 196px;
}

#TopWarpper {
	background-color: #000;
	height: 600px;
	padding: 0px;
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: 0px;
	margin-left: -8px;
}
#TopBanner {
	background-color: #FFF;
	margin: auto;
	padding: 0px;
	height: 600px;
	width: 980px;
	position: relative;
}
#MenuBanner {
	background-color: #000;
	height: 100px;
	padding: 0px;
	z-index: 1;
	top: 20px;
	margin-top: auto;
	margin-right: -8px;
	margin-bottom: auto;
	margin-left: -8px;
	position: fixed;
	width: 100%;
	opacity: 0.9;
}
.Logo {
	font-size: 40px;
	color: #FFF;
	width: 200px;
	height: 100px;
}

#MenuBannerHolder {
	padding: 0px;
	height: 100px;
	width: 980px;
	position: relative;
	z-index: 1;
	margin: auto;
}

#MiddleWarrper {
	background-color: #FFF;
	height: auto;
	width: 980px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-radius: 15px;
	padding: 0px;
}
.MiddleClass1 {
	height: 610px;
	width: 980px;
	padding-top: 10px;
	margin: 10px;
}
.HighlightImage {
	height: 200px;
	width: 327px;
	border: 1px outset #666;
}

#footer {
	height: auto;
	width: 980px;
}


.Line1 {
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 32px;
	width: 980px;
}



#shadow {
	height: 13px;
	width: 100%;
	margin-left: -8px;
	background-repeat: repeat;
	padding: 0px;
	margin-top: auto;
	margin-right: -8px;
	margin-bottom: auto;
	position: absolute;
	background-image: url(../img/shadow.png);
}
a:link {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #fb7104;
}
a:visited {
	color: #808080;
	text-decoration: none;
}
a:active  {	color: #808080;
	text-decoration: none;}
