/* Clear
----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,img {
	margin:0;
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	padding:0;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	list-style:none;
}


/* General
----------------------------------------------- */
body {
	background:#4C4D4F url('../images/footer/1.jpg') bottom left repeat-x fixed;
	color:#464646;
	font-family:Arial,Helvetica,sans-serif;
	font-size:62.5%; /* scaled default font size; 1em = 10px */
	line-height:24px;
	text-align:center;
	text-decoration:none;
}

body.alt {
	background:#4C4D4F url('../images/footer/two.jpg') bottom left repeat-x fixed;
}

h1 {
	position:absolute;
	text-indent:-999em;
	overflow:hidden;
}

a {
	color:#464646;
	text-decoration:none;
	border-bottom:1px solid;
}

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

a:visited {
	text-decoration:none;
}

/* Website Structure
----------------------------------------------- */
#page {
/*	margin-top:44px;*/
	padding-top:7px;
	background:#312F32;
	width:960px;
	min-width:960px;
	margin:0 auto;
}

html>body #container {
	height:auto;
}

#top {
	height:28px;
	background:transparent url('../images/layout/fade.png') center top no-repeat;
}
#container {
	padding-top:7px;
	background:transparent url('../images/layout/side-shadow.png') center top repeat-y;
}

#wrap {
	background:#fff;
	margin:0 auto;
	min-width:930px;
	width:930px;
}

#main {
	position:relative;
	background:url('../images/layout/main-bg.jpg') bottom left no-repeat;
	text-align:left;
	padding:7px 0 0 7px;
}

#nav {
	position:absolute;
	top:413px;
	left:51px;
	font-size:1.2em;
	color:#CF080F;
	overflow:hidden;
}

#nav li {
	margin-right:10px;
	display:inline;
}

#nav a {
	color:#464646;
	border:none;
/*	font-weight:bold*/
}

#nav a:hover {
	color:#CF080F;
}

#content {
	padding-right:440px;
	font-size:1.1em;
	line-height:1.4em;
	padding-bottom:18px;
}

h2 {
	margin-top:27px;
	margin-bottom:6px;
	line-height:1.00em;
	letter-spacing:1px;
	color:#CF080F;
	font-size:1.9em;
}

h3 {
	line-height:1.00em;
	letter-spacing:1px;
	font-size:1.3em;
	margin-top:38px;
}

#rotator img {
	display:none;
}

#copyright {
	height:80px;
	text-align:left;
	background:#322F31 url('../images/layout/vs-bot.jpg') 680px 0 no-repeat;
	color:#fff;
	font-size:1em;
}

#copyright span { font-size:1.4em;  color:#fff; }
#copyright p {
	padding:19px 0 0 50px;
	line-height:16px;
	color:#aaa;
}

#copyright a {
	color:#aaa;
	border:none;
}


#copyright a:hover {
	color:#fff;
}


#bottom {
	background:transparent url('../images/layout/fade.png') center -28px no-repeat;
	height:44px;
}

.clear { clear:both; line-height:0; height:0; }
.hidden {display:none;}

#content p {
	font-size:110%;
	line-height:1.25em;
}