* {
margin: 0;
padding: 0;
}

body {
background: #4283A9 url(images/back.gif);
background-repeat:repeat-x;
text-align: center;
font: normal 14px/22px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
}

a {
color: #666;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header {
width: 750px;
height: 210px;
background: #4283A9 url(images/180blades.gif) no-repeat;
background-position: top right;
}

#wrapper {
width: 750px;
background: #fff url(images/sidebar.gif) repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h2 {
width: 140px;
height: 30px;
background-color: #4283A9;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}


h1 {
width: 589px;
height: 30px;
background-color: #4283A9;
float: left;
font: bold 20px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

h3 {
font-size: 14px;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 210px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 14px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #2C5A6D;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #4182A8;
}

#current a {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 12px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

#sidebar a:hover{
color: white;
}

img {
border: none;
}

a img {
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}

#content {
float: right;
width: 585px;
margin: 10px 0 0 10px;
}

#content ul {
	margin-left: 2em;
	margin-bottom: 20px;
	}

p {
margin-bottom: 20px;
}


#footer {
text-align: center;
clear: both;
width: 400px;
margin-left: 163px;
font-style: italic;
}

#sitename {
display: none;
}

#rules{
margin-left: 3em;
}

#rules ol{
list-style-type:lower-alpha;
margin-left: 2em;
}

#rules li{
margin-bottom: 1em;
}

em{
font-weight: bold;
}