/* ============================= */
/*  DO NOT this first section	  	*/
/* ============================= */

html {
	height:				100.02%;
	overflow:			-moz-scrollbars-vertical;
	}

#siteContainer {
	position: 			relative;
	width: 				800px;
	top: 				0px;
	// top: 			-7px;
	text-align: 		left;
	margin: 			0 auto;
	}

/* ============================= */
/*  Site-wide Defaults		 	*/
/* ============================= */

body {
	background-color:	#ffffff; /* white */
	color:				#111111; /* almost black */
	font-family: 		arial;
	font-size:			12px;
	}

#mainbody {
	position:			absolute;
	top:				184px;
	text-align:			left;
	width:				100%;
	height:				430px;
	}

a {
	color:				#381011; /* dark brown */
	text-decoration:	none;
	}

a:hover{
	text-decoration:	underline;
	}

img {
	border:				none;
	}

p {
	margin:				0 80px 10px;
	text-align:			justify;
	}

.link {
	font-weight:		bold;
	text-align:			center;
	}

h1 {
	text-align:			center;
	font-family:		verdana;
	font-size:			20px;
	margin-top:			16px;
	}

h3 {
	text-align:			center;
	margin-top:			-10px;
	//margin-top:		0px;
	}

label {
	font-size:			10px;
	}

/* ============================= */
/*  Header & Menu 			*/
/* ============================= */

#menu {
	background: 		url('../images/menu/header.png') no-repeat center top;
	width:				800px;
	height:				170px;
	}

#menu img {
	float:				left;
	visibility:			hidden;
	}

#header {
	background: 		url('../images/menu/background_palette.png') no-repeat center top;
	width:				800px;
	height:				430px;
	margin-bottom:		0px;
	}

#home {
	background: 		url('../images/menu/background_home.png') no-repeat center top;
	width:				800px;
	height:				430px;
	margin-bottom:		-430px;
	}

.head_layer {
	 width:				800px;
	 height:			170px;
	 position:			absolute;
	 top:				0;
	}

/* ============================= */
/*  Footer		 			*/
/* ============================= */

#footer {
	width:				100%;
	text-align:			center;
	font-size:			9px;
	font-family:		verdana;
	}
