html { 
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80.01%;
	line-height: 1em;
	padding: 0px;
	margin: 0px;
	background: #4583c0 url(images/assets/bg_multicolor.jpg) no-repeat top center;
	color: #FFFFFF;
}

a,
a:link 
a:active  {
	color: #33cc33;
	background-color: inherit; /* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
}

a:hover {
	color: #478fcc;
}

img {
	border: 0;
}



/* Start Layout */

#Wrapper {
	margin: 0 auto;
	position: relative;
	width: 980px;
	/* background: url(images/assets/bg_sunny-day.jpg) no-repeat top center; */
}

#Header {
	height: 80px;
}

	#TopLogo {
	}
	
	#TopLinks {
		text-align: right;
		padding-top: 5px;
	}
	
		#TopLinks a {
			padding: 0px 10px;
		}

#Body {
}

#Menu {
	font-size: 110%;
	float: left;
	width: 90px;
	text-align: center;
	color: #FF9900;
	position: absolute;
	top: 670px;
	/* left: -135px; */
	left: 0px;
	z-index: 1;
	line-height: 1.2em;
}

/* End Layout */



/* Start Common Classes */

.LeftSplit50 {
	float: left;
	width: 50%;
}

.RightSplit50 {
	float: left;
	width: 49%;
}

.Clear {
	clear: both;
}

/* End Common Classes */
