body
{
	margin: 0 auto;
	padding: 0;
	color: #000;
	background:url('/images/layout/bg.png') #2E2A39;
        text-align: center;
}

#container {
	margin: 0px auto 0px auto;
        width: 970px;
        height: auto;
        text-align: left;
}

#header {
float: left;
overflow-x: hidden;
overflow-y: hidden;
text-indent: -1000px;
background: url('/images/layout/header.png') no-repeat;
width:970px;
height:148px;
}

#navwrapper {
float: left;
width:970px;
height:32px;
background: url('/images/layout/graybg.png');
}

#contenttop {
float: left;
width: 970px;
height: 64px;
background: url('/images/layout/contenttop.png') no-repeat;
}

#content {
float: left;
width:840px;
min-height:400px;
background: url('/images/layout/contentbg.png');
padding:0 65px 0 65px;
}

#maincontent {
float:left;
width: 570px;
margin-right: 20px;
}

#rightcol {
float:left;
width:250px;
}

#contentbottom {
float: left;
width:970px;
height:36px;
background: url('/images/layout/contentbottom.png');
}

#footer {
float: left;
width:970px;
height:60px;
background: url('/images/layout/footer.png');
}

/* NAVIGATION */

#nav {
margin: 0 0 0 5px;
padding:0;
float: left;
width: 960px;
height: 32px;
list-style-type: none;
background: url('/images/layout/navbg.png') no-repeat;
}

#nav li {
display:inline;
padding:0;
font-size:14px;
}

#nav a:link,
#nav a:visited {
color:#fff;
padding: 8px 0px 8px 30px;
float: left;
width:auto;
text-decoration:none;
font: 1em/1em Arial, Helvetica, sans-serif;
text-transform:uppercase;
text-shadow: 2px 2px 2px #555;
}

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

/* IMAGES */
.imgleft {
float:left;
padding:5px;
margin-right:10px;
border: 2px solid #efefef;
}

#cards {
float: left;
text-align: center;
width: 300px;
height: 200px;
margin:20px;
padding: 15px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 5px solid #999;
}

#cards {font-size:14px;}

.rule {
width:100%;
height:5px;
border-bottom: 3px solid #cde7f3;
clear:left;
}