body {
	background: #000;
	margin: 0;
	padding: 0;
	font-size: small;
	color: #fff;
	font-family: Georgia, sans-serif;
}
hr { display: none; }
img { border: none; }
#wrap {
	width: 600px;
	margin: 0 auto;
}
/* Master Positioning */
#branding {
	background: url(../img/bg-home.jpg) no-repeat;
	height: 541px;
}
#main-content {
	font-size: 85%;
}
#site-info {
	clear: both;
}
/* Nav + Branding */
#branding h1 {
	text-indent: -9999px;
	width: 184px;
	height: 123px;
	margin: 0 0 0 205px;
	padding: 0 0 0 0;
}
#branding h1 a {
	display: block;
	width: 184px;
	height: 117px;
	outline: none;
	overflow: hidden;
}
#nav {
	margin: 100px 0 200px 232px;
	padding: 0;
	list-style: none;
}
#nav li {
	text-indent: -9999px;
	width: 138px;
}
#nav li a {
	display: block;
	width: 138px;
	outline: none;
	overflow: hidden;
}
#n-sai { height: 64px; background: url(../img/nav-items.gif) 0 0 no-repeat;}
#n-the { height: 28px; background: url(../img/nav-items.gif) 0 -64px no-repeat;}
#n-med { height: 44px; background: url(../img/nav-items.gif) 0 -92px no-repeat;}
#n-cou { height: 27px; background: url(../img/nav-items.gif) 0 -136px no-repeat;}
#n-anc { height: 55px; background: url(../img/nav-items.gif) 0 -163px no-repeat;}
#n-pro { height: 23px; background: url(../img/nav-items.gif) 0 -218px no-repeat;}

#n-sai.active, #n-sai:hover { height: 64px; background: url(../img/nav-items-o.gif) 0 0 no-repeat;}
#n-the.active, #n-the:hover { height: 28px; background: url(../img/nav-items-o.gif) 0 -64px no-repeat;}
#n-med.active, #n-med:hover { height: 44px; background: url(../img/nav-items-o.gif) 0 -92px no-repeat;}
#n-cou.active, #n-cou:hover { height: 27px; background: url(../img/nav-items-o.gif) 0 -136px no-repeat;}
#n-anc.active, #n-anc:hover { height: 55px; background: url(../img/nav-items-o.gif) 0 -163px no-repeat;}
#n-pro.active, #n-pro:hover { height: 23px; background: url(../img/nav-items-o.gif) 0 -218px no-repeat;}

#n-sai a { height: 64px;}
#n-the a { height: 28px;}
#n-med a { height: 44px;}
#n-cou a { height: 27px;}
#n-anc a { height: 55px;}
#n-pro a { height: 64px;}

/* Headings and Titles*/
#main-content {
	text-align: center;
}
h2.h-home {
	text-indent: -9999px;
	background: url(../img/h2-home.gif) 50% 0 no-repeat;
	width: 600px;
	height: 114px;
	margin: 25px 0 0 0;
	padding: 0;
}
/* Content */
#main-content p {
	text-align: center;
	margin: 1em 0;
	padding: 0 210px;
	line-height: 1.35em;
}

/* Site-Info */
#site-info {
	border-top: 1px dotted #666;
	position: relative;
	text-align: center;
	margin: 0 200px;
}
#site-info p {
	color: #666;
	font-size: 85%;
}
#site-info a {
	color: #ccc;
}
#site-info img.cusb-logo {
	padding-bottom: 20px;
	padding-top: 15px;
}