/******* HTML ELEMENTS *******/
html, body {
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#f4f4f4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
/*	background-image:url("../images/main_bg.gif");
	background-position:center;
	background-repeat:repeat-y;*/
}

h1 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

h2 {
	letter-spacing:2px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

img {
	border:0px;
}

a:link, a:visited {
	text-decoration:underline;
	color: #000000;
}

a:hover, a:active {
	color: #a3740e
}


/******* PAGE LAYOUT *******/
div#wrapper {
	width:100%;
	margin:0px auto;
	height: 100%;
}

div#header {
	width:inherit;
	height:190px;
	background-color:#fdb415;
	padding:40px 0px 0px 0px;
	background-image:url("../images/header_bg.gif");
	background-position:bottom left;
	background-repeat:repeat-x;
	text-align:center;
}

div#contentWrapper {
	width:772px;
	margin:70px auto 0px auto;
	padding:0px 132px 0px 0px;
}

div#mainMenu {
	width:132px;
	float:left;
}

div#mainMenu ul {
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

div#content {
	width:620px;
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 10px 10px 10px;
	float:right;
	background-color:#e1e1e1;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#corner {
	width:640px;
	height:15px;
	background:url(../images/corner.gif) no-repeat right top;
	float:right;
	text-align:right;
	background-color:#e1e1e1;
	
}
