HTML, BODY {
	background-color: #d4d0c8;
	height: 100%;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-image: url(gfx/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#main {
	padding: 0;
	margin: auto;
	width: 776px;
	height: 100%;
	background-color: #aaaaaa;
	background-image: url(gfx/bg_main.jpg);
}

#menu {
	width: 756px;
	height: 47px;
	background-color: #aaaaaa;
	background-image: url(gfx/bg_menu.jpg);
	color: #ffffff;
	text-align: left;
	padding-top: 160px;
	padding-left: 20px;
	font-weight: bold;
	font-family: Tahoma;
}

#menu A {
	color: #b63628;
	font-weight: bold;
	font-size: 14px;
	font-family: Tahoma;	
	text-decoration: none;
}

#menu A:link {
	color: #b63628;
	font-weight: bold;
	font-family: Tahoma;	
	text-decoration: none;
}

#menu A:visited {
	color: #b63628;
	font-weight: bold;
	font-family: Tahoma;	
	text-decoration: none;
}

#menu A:hover {
	color: #ffffff;
	font-weight: bold;
	font-family: Tahoma;	
	text-decoration: none;
}

#content {
	width: 776px;
	height: 100%;
}

#foot {
	padding: 0;
	margin: auto;
	width: 776px;
	height: 60px;
	background-color: #aaaaaa;
	background-image: url(gfx/bg_foot.jpg);
}