/* Typography ---------------- */

html {
	font-size: small;
	font-family: Georgia, Times, serif;
	background: #000;
	color: #fff;
}

*html body {
	font-size: x-small; /*for IE5/WIn */
	f\ont-size: small; /*for other IE versions */
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.385em;
}

h3, fieldset legend {
	font-size: 1.2em;
}

h4 {
	font-size: 1.0em;
}

a{
	color: #fff;
}

a:hover, a:active, a:visited{
	color: #000;
}

/* Container Layout ---------------- */

#content{
	background: #3b0015 url('../images/bg-glow.png') no-repeat center 380px;
	width: 900px;
	margin: 0 auto;
}

#content-inner{
	float: left;
}

#splash{
	width: 900px;
	margin: 0 auto;
}

#nav-inner{
	width: 900px;
	margin: 0 auto;
}

#secondary-nav{
	float: right;
}

/* Homepage Navigation ---------------- */

#navigation{
	background: #0a0a0a;
}

#navigation h1 a{
	float: left;
	text-indent: -5000px;
	width: 278px;
	height: 62px;
	background: url('../images/home_logo.gif') no-repeat;
}

#navigation ul{
	float: right;
}

#navigation li{
	float: left;
	margin: 0;
	padding: 0;
}

#navigation li a{
	text-indent: -5000px;
	display: block;
	height: 62px;
	text-decoration: none;
}

#navigation li#about a{
	width: 79px;
	background: url('../images/home_about.gif') no-repeat;
}

#navigation li#engagements a{
	width: 142px;
	background: url('../images/home_engagements.gif') no-repeat;
}

#navigation li#acclaim a{
	width: 92px;
	background: url('../images/home_acclaim.gif') no-repeat;
}

#navigation li#photos a{
	width: 94px;
	background: url('../images/home_photos.gif') no-repeat;
}

#navigation li#media a{
	width: 75px;
	background: url('../images/home_media.gif') no-repeat;
}

#navigation li#contact a{
	width: 100px;
	background: url('../images/home_contact.gif') no-repeat;
}

/* Mouseovers ---------------- */

#navigation li#about:hover a, #navigation li#about.active a{
	background: url('../images/home_about_over.gif') no-repeat;
}

#navigation li#engagements:hover a, #navigation li#engagements.active a{
	background: url('../images/home_engagements_over.gif') no-repeat;
}

#navigation li#acclaim:hover a, #navigation li#acclaim.active a{
	background: url('../images/home_acclaim_over.gif') no-repeat;
}

#navigation li#photos:hover a, #navigation li#photos.active a{
	background: url('../images/home_photos_over.gif') no-repeat;
}

#navigation li#media:hover a, #navigation li#media.active a{
	background: url('../images/home_media_over.gif') no-repeat;
}

#navigation li#contact:hover a, #navigation li#contact.active a{
	background: url('../images/home_contact_over.gif') no-repeat;
}


