*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	color: #404040;
	font: 1em Arial, Helvetica, sans-serif;
	background: #404040 url('../images/slice.jpg') top left repeat-x;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

h2
{
	font-size: 2.079em;
	margin-bottom: 10px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	margin-bottom: 10px;
	color: #000;
}

#nav li /* NAVIGATION STYLE */
{
	display: inline;
	padding-left: 13px;
}

/* LAYOUT DIVS *************************/

#container
{
	background: url('../images/container.png') top left repeat-y;
	width: 984px;
	height: auto;
	margin: 0 auto;
	padding: 30px 21px 0;
	text-align: left;
}

#header
{
	background: url('../images/logo.gif') top left no-repeat;
	width: 920px;
	height: 150px;
	margin-left: 30px;
	text-indent: -9999px;
}

#banner
{
	background: url('../images/banner.jpg') top left no-repeat;
	width: 920px;
	height: 265px;
	margin-left: 30px;
	text-indent: -9999px;
}

#nav
{
	background: url('../images/nav.gif') top left no-repeat;
	margin: 0 0 25px 30px;
	padding-top: 4px;
	width: 590px;
	height: 25px;
}

#content
{
	font-size: 0.8125em;
	float: left;
	margin: 0 0 30px 30px;
	width: 590px;
	height: auto;
}

#sidebar
{
	background: #cbc7c4 url('../images/sidebar.jpg') bottom left no-repeat;
	float: right;
	font-size: 0.8125em;
	margin: 15px 34px 30px 0;
	padding: 40px 40px 0 40px;
	min-height: 283px;
	height: auto !important;
	height: 283px;
	width: 204px;
	height: auto;
}

#footer
{
	background: #00324c;
	height: 25px;
}


/* LINK STYLES *************************/

a
{
	text-decoration: underline;
	color: #3300ff;
}

a:visited
{
	text-decoration: underline;
	color: #3300ff;
}

a:hover
{
	text-decoration: underline;
	color: #3300ff;
}

#nav a
{
	color: #fff;
	text-decoration: none;
}

#nav a:visited
{
	color: #fff;
	text-decoration: none;
}

#nav a:hover
{
	color: #fff;
	text-decoration: none;
}

/* FORM **/

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 95%;
	padding: 3px;
}

textarea
{
	width: 95%;
	padding: 3px;
	height: 100px;
	font: 0.9em Arial, Helvetica, sans-serif;
}