/* Default CSS */

body {
	color: #000;
	background: #fff url("../images/skywrap.jpg") repeat-x center 162px;
	margin: 0;
	padding: 0;
	font-family: "News Gothic MT", "Helvetica Neue Light", Helvetica, sans-serif;
	font-size: 62.5%;
}
p, td, li {
	font-size: 1.3em;
}
img {
	display: block;
	border: none;
}
.hide {
	display: none;
}
a:link {
	text-decoration: none;
	color: #5F1F34;
}
a:visited {
	text-decoration: none;
	color: #AC385E;
}
a:hover {
	border-bottom: 2px solid #5F1F34;
	color: #5F1F34;
}
a:active {
	text-decoration: none;
	color: #5F1F34;
}
.spacer {
	clear: both;
}

/* site specific */

#page {
	margin: 0 auto;
	width: 974px;
	position: relative;
}
h1 {
	position: absolute;
	top: 20px;
	right: 0;
}
h2 {
	font-family: "News Gothic MT", "Helvetica Neue Light", Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	color: #564278;
}
#topnav, #content {
	margin-top: 430px;
}
#topnav {
	float: left;
	width: 200px;
	font-size: 1.45em;
	font-weight: bold;
}
#content {
	float: right;
	width: 750px;
	padding-left: 20px;
	font-size: 1.6em;
	padding-bottom: 1em;
	color: #371F5F;
}
#topnav ul {
	list-style: none;
	padding: 0;
	margin: 4em 0 0 0;
}
#topnav ul ul {
	margin: 0.2em 0 0.4em 1.7em;
	list-style-type: disc;
	color: #371F5F;
}
#topnav ul ul li {
	font-size: 0.85em;
}
#footer {
/*  position: fixed;
  bottom: 0;
  left: 0;
*/
  clear: both;
	width: 100%;
	height: 60px;
	background-color: #5F1F34;
}
#footer p {
	color: white;
	width: 749px;
	margin: 0 auto 0;
	padding-top: 0.8em;
	padding-left: 225px;
	line-height: 1.3;
}
#footer a {
	color: white;
}
#footer a:hover {
	border-bottom: 1px solid #fff;
}
