* {
margin: 0;
padding: 0;
}

body {
	width: 800px;
	margin: 0 auto;
	font-size: 12px;
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	background-color: #F1EAE0;
	background-image: url(images/scorp.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}

hr {
	margin: 15px 0 30px 0;
	color: #BD402E;
	background-color: #BD402E;
	height: 2px;
	border-style: none
}

img { 
	border: none;
}

#wrapper {
	width:800px;
	margin: 0 auto;
}

h1 {
	background-image:url(images/bgwall.jpg);
	display:block;
	height:387px;
	width:800px;
	text-indent:-9999px;
	margin: 0 auto;
}

h2 {
	font-size:3em;
	font-weight:bold;
	color: #9F0;
	padding: 14px 0 14px 10px;
	margin: 14px 0;
	width:790px;
	background-color:#FFF;
	opacity:.9;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

p {
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	line-height: 2em;
	margin:0;
}

p a {
	color:#BD402E;
}
p a:hover {
	color:#BD402E;
	text-decoration:none;
}
p a:visited {
	color:#BD402E;
}

#intro {
	display: block;
	background-color:#FFF;
	padding: 20px 40px 20px 40px;
	border: 4pt solid #BD402E;
	border-top: none;
}

.boxout {
	display: block;
	width: 800px;
	height: 55px;
	text-align:right;
	margin-bottom: 28px;
	opacity:.7;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.boxout2 {
	display:block;
	width: 800px;
	margin-bottom:28px;
	padding: 14px 0;
	text-align:center;
	background-color:#FFF;
	text-decoration:none;
	line-height: 2em;
	opacity:.9;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.boxout2 a{
	color:#BD402E;
	text-decoration:none;
}

#score {
	width: 800px;
}

#score a:hover {
	background: #333333;
	color: #9F0;
}

ul {
	list-style: none;
	height:260px;
}

li {
	float: left;
	width: 140px;
	height: 130px;
	display: block;
	padding: 0 59px 10px 0;
	font-family: Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}

li a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#footer {
	margin: 0 auto;
	width: 800px;
	height: 170px;
	display:block;
	float:left;
	background-color:#f1eae0;
	padding-top: 10px;
}

#footer p {
	line-height: 2em;
}

.footercol {
	width: 266px;
	text-align:center;
	display:block;
	float:left;
}

