/* CSS Document */
/* ------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #fff;
}

p {
	font: 12px/18px Tahoma, sans-serif;
	color: #000;
}

h1 {
	font: 22px/26px Tahoma, sans-serif;
	color: #000000;
	font-weight: bold;
	letter-spacing: 8px;
	text-transform: uppercase;
}

h2 {
	font: 16px/23px Tahoma, sans-serif;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

h3 {
	font: 11px/13px Tahoma, sans-serif;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

li {
	list-style-type: disc;
}

img {
	border: 0;
	outline: 0;
}

/* CONTAINERS */
/* ------------------------------------- */

#container {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: auto;
	background: url(../images/layout/band.jpg) repeat-y;
}

#banner {
	width: 960px;
	height: 156px;
	background: url(../images/layout/banner.jpg) no-repeat;
}

#stripe {
	width: 960px;
	height: 30px;
	background: url(../images/layout/stripe.jpg) no-repeat;
}

#content {
	width: 960px;
	height: auto;
	background: url(../images/layout/content.jpg) no-repeat;
}

#left{
	width: 255px;
	height: auto;
	padding-top: 30px;
	text-align: center;
	float: left;
}

#middle {
	padding: 30px 60px 20px 0;
	width: 340px;
	height: auto;
	background: none;
	float: left;
}

#right {
	padding: 30px 30px 20px 0;
	width: 255px;
	height: auto;
	background: none;
	float: right;
}

#clear {
	padding: 4px;
	width: 952px;
	height: 32px;
	clear: both;
	background: #3a4468;
}

#footer{
	width: 960px;
	text-align: right;
	margin-top: 0px;
	font: 10px Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color: #000000;
}

/* LINKS */
/* ------------------------------------- */

a:link, a:visited {
	font: 12px/18px Tahoma, sans-serif;
	color: #5F4392;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* NAVIGATION */
/* ------------------------------------- */

.nav {
	list-style-type: none;
}

.nav a:link, .nav a:visited {
	margin: 10px 10px 10px 30px;
	padding: 2px 3px 5px 3px;
	height: 15px;
	width: 180px;
	font: 12px/ 18px Tahoma, sans-serif;
	color: #333366;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: #dde3eb;
	display: block;
}

.nav a:hover {
	color: #000;
	text-decoration: underline;
}

/* MISC */
/* ------------------------------------- */

#right p {
	color: #444;
}

#clear p {
	font: 13px/18px Tahoma, sans-serif;
	color: #fff;
}