/* Body
----------------------------------------------- */
body{
	background: #ef4136 url(../imgs/bg-body.gif) center top no-repeat;
	font-family: Arial, Verdana, sans-serif;
}



/* Structure
----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

#container{
	position: relative;
	width: 821px;
	margin: 48px auto 0 auto;
}

#middle{
	width: 821px;
	float: left;
	border-top: solid 2px #302642;
	border-bottom: solid 2px #302642;
	margin-bottom: 34px;
}

#images{
	float: left;
	width: 568px;
	height: 226px;
}

#nav{
	float: left;
	width: 253px;
	height: 226px;
	background: url(../imgs/bg-nav.gif) top left no-repeat;
}

#footer{
	margin-top: 31px;
}



/* Paragraphs and Headlines
----------------------------------------------- */
#header h1{
	width: 821px;
	height: 200px;
	background: url(../imgs/bg-h1-homepage.gif) top left no-repeat;
}

#header h1 span{
	margin-left: -999em;
}

#content p{
	color: #222;
	text-align: center;
	margin: 0 90px;
	line-height: 2em;
	font-size: 13px;
	font-weight: bold;
}

#footer p{
	text-align: center;
	color: #a2a2a2;
	font-size: 10px;
	font-variant: small-caps;
}



/* Lists
----------------------------------------------- */
#nav ul{
	margin-left: 19px;
}

#nav li{
	list-style-type: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2em;
}



/* Links
----------------------------------------------- */
#nav li a{
	color: #302642;
	text-decoration: none;
}

#nav li a:hover,
#nav li.selected a{
	color: #ef4136;
}



/* Images
----------------------------------------------- */
img{
	border: none;
}



/* Forms
----------------------------------------------- */



/* Tables
----------------------------------------------- */