body {
    margin: 0px;
    padding: 0px;
    background-color: #434343;
    font-family: Arial, Verdana, sans-serif;
}


h1, h2, h3, h4 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

div {
    display: block;
}

div#page
{
    width: 100%;
    height: 100%;
    text-align: left;
}

div#header
{
    background-color: #986e14;
    height: 101px;
    border-bottom: 3px solid #724b00;
    width: 100%;
}

div#nav
{
    width: 900px;
    height: 96px;
    margin: 0px auto;
    background: url('/templates/sandstorm/_img/logo.png') no-repeat bottom left;
    position: relative;
    top: 4px;
}

div#nav ul {
    position: relative;
    top: -3px;
    width: 600px;
    height: 100px;
    margin: 0;
    padding: 0;
    float: right;  
}

div#nav ul li {
    float: left;
    height: 100px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

div#nav a {
    display: block;
    float: left;
    height: 100px;
    line-height: 140px;
    width: 100px;
    padding: 0 10px;
	text-decoration: none;
	color: #e0e0e0;
    font-size: 20px;
}

div#nav li#current a {
    background: url('/templates/sandstorm/_img/point1.png') no-repeat center bottom;
	color: #ffcc01;
}



div#nav a:hover {
	color: #ffcc01;
    background-color: #724b00;
    border-bottom: 3px solid #986e14;
}

div#nav li#current a:hover {
    background: url('/templates/sandstorm/_img/point2.png') no-repeat center bottom;
    background-color: #724b00;
	color: #e0e0e0;
}

div#body
{
    background-color: #f7f7f7;
}

table#content
{
    width: 900px;
    
    margin: 0px auto;
    empty-cells:show;
}

td#left
{
    width: 200px;
    background: url('/templates/sandstorm/_img/border_1.png') no-repeat right top;
    height: 600px;
}

td#core
{
    padding-left: 16px;
    width: 700px;

    height: 600px;
}

div#footer
{
    background-color: #434343;
    border-top: 3px solid #737373;
	text-align: center;
	color: #dddddd;
}