/* main */
#main {
	background: #fff;
	width: 940px; /* 960px - padding left|right */
	margin: 14px auto 0 auto; /* margin top 14px without santa | margin top 88px with santa */
	padding: 10px;
}

/* header */
#main #header {
	background: url('/dsg/header_background.gif') repeat-x top left;
	height: 100px;
}
#main #header #menu {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main #header #menu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#main #header #menu li a {
	display: block;
	float: left;
	width: 98px;
	height: 45px;		/* 100px - padding-top */
	padding-top: 55px;
	text-align: center;
	border-right: 1px solid #b0ad95;
	color: #444;
	font-weight: bold;
	background-position: 34px 21px;
	background-repeat: no-repeat;
	text-decoration: none;
}
#main #header #menu li a.active,
#main #header #menu li a:hover {
	color: #ff8a00;
	text-decoration: underline;
}
#main #header #menu li a.first {
	border-left: 1px solid #b0ad95;
}
#main #header #logo {
	margin: 23px 0 0 25px;
	float: left;
}
* html #main #header #logo {
	margin-left: 13px;
}


/* location */
#main #location {
	background: #ff8a00 url('/dsg/location_img.gif') no-repeat 10px 2px;
	color: #fff;
	height: 15px;	/* 17px - padding-top */
	padding: 2px 0 0 30px;
	font-size: 80%;
	margin: 1px 0 2px 0;
}
#main #location a {
	color: #fff;
	text-decoration: none;
}
#main #location a:hover {
	text-decoration: underline;
}

/* left */
#main #left {
	float: left;
	width: 180px;
}

/* center */
#main #center {
	float: left;
	width: 540px;	/* 580x - padding left|right */
	padding: 0 20px;
}

/* right */
#main #right {
	float: right;
	width: 180px;
}

/* footer */
#footer {
	color: #9b9a92;
	font-size: 80%;
	width: 940px;
	margin: 7px auto 0 auto;
}