body {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				13px;
}
#wrapper {
	width:					937px;
	margin:					0 auto;
}
#header {
	height:					78px;
}
#logo {
	float:					left;
}
#menud {
	float:					right;
	margin-top:				48px;
}
#menu
{
	padding:				0;
	margin:					0;
	color:					#fff;
	white-space:			nowrap;
	list-style-type:		none;
}
#menu li {
	display:				inline;
}
#menu li a {
	padding:				0.5em 3em;
	background:				#8e8e8e;
	color:					#fff;
	text-decoration:		none;
	float:					left;
	margin-left:			1px;
}
#menu li a:hover {
	background:				#f15d22;
	color:					#fff;
}
#menu li a:active {
	background:				#f15d22;
	color:					#fff;
}
#spacer {
	width:					auto;	
}
#content {
	width:					905px; /*937 - (2*1 borders) - (2*15 padding) = 905*/
	background-color:		#f1f6de;
	border:					1px #b8b8af solid;
	border-top:				none;
	padding:				15px;
}
#Link2Design {
	margin-top:				15px;	
	font-size:				10px;
}
a:link {						
	color: 					#f15d22;
}								
a:visited {
	color: 					#f15d22;
}
a:active {
	color: 					#8e8e8e;
}
a:hover {
	color: 					#8e8e8e;
}

