html{
	height:100%;
}
body{
	margin:0;
	padding:0;
	height:100%;
	background-image:url("tiles.png");
}
a,a:hover{
	color:#000000;
}
a:hover{
	text-decoration:none;
}
#global_wrapper{
	margin:auto;
	min-height:100%;
	width:800px;
	box-shadow:0px 0px 20px #aaaaaa;
	background-color:#ffffff;
}
#header_wrapper{
	position:relative;
	height:150px;
	border-bottom:1px solid #000000;
}
#header{
	height:120px;
	background-color:#42e73a;
	color:#FFFFFF;
	text-align:center;
}
#header_text{
	position:absolute;
	left:50px;
	bottom:35px;
}
#header_background{
	position:absolute;
	top:20px;
	right:-46px;
	width:100%;
	height:25px;
	background-image:url("headerback.png");
	background-repeat:repeat-y;
}
#header_icon{
	position:absolute;
	top:-5px;
	left:210px;
}
#main_wrapper{
	width:800px;
	background-color:#FFFFFF;
}
#category_name{
	position:relative;
	left:-50px;
	padding-left:60px;
	padding-top:5px;
	width:400px;
	height:25px;
	background-color:grey;
	margin-top:30px;
	font-weight:bold;
	background-color:#ff9640;
	box-shadow:2px 2px 5px #777777;
}
#main{
	background-color:#FFFFFF;
	padding:10px 80px 0 80px;
}
#navigation_wrapper{
}
#navigation{
	width:800px;
	padding:0;
	list-style:none;
	margin:0 auto 0 auto;
}
#navigation li{
	text-align:center;
	display:inline-block;
	padding:0;
	margin:0;
}
#navigation li a{
	display:block;
	padding:5px 0 0 0;
	height:21px;
	width:157px;
	background-color:#ffb173;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:2px;
	border-right-width:1px;
}
#navigation li a.last{
	border-right-width:2px;
	width:156px;
}
#navigation li a:hover{
	background-color:#a64a00;
}
