/* layout */

body {
	margin: 0px auto;
	padding: 0px;
	width: 780px;
	
	background-color: #FBC272;
			
	color: #676042;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
}

* html #container {
	margin-left: 1px;

}

* html .horizontal-align {
	margin-left: 1px;
}

#header {
	width: 780px;
	height: 270px;
	margin: 0 auto;
	padding: 0px;
}

/* end of  layout */



/* global links */

a:link {
	color: #710B99;
	text-decoration: underline;
}

a:visited {
	color: #710B99;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* end of global links */
