.preload {
display: none;
}

A:link {
text-decoration: underline;
color: #ed7f02;
}

A:visited {
color: #ed7f02;
text-decoration: none;
}

A:hover {
text-decoration: none;
}

A:active {
text-decoration: none;
color: #000000;
}

h1 {
font-size: 24;
color: #ed7f02;
font-weight: normal;
font-family: Verdana, Arial, Tahoma;
line-height: 30px;
}

h2 {
font-size: 14;
color: #DFDFDF;
font-weight: normal;
font-family: Verdana, Arial, Tahoma;
line-height: 20px;
}

h3 {
font-size: 11;
color: #939393;
font-weight: normal;
font-family: Verdana, Arial, Tahoma;
line-height: 16px;
}

body {
background-image: url('images/backgrounddark.jpg');
background-repeat: repeat-x;
background-color: #000000;
text-align: center;
margin: 0px;
padding: 0px;
}

#Container {
position: relative;
width: 1024;
height: 960;
margin: 0 auto;
}

#Menu {
position: absolute;
top: 0;
left: 0;
height: 26;
width: 1024;
z-index: 2;
}

#Banner {
position: relative;
margin: 0 auto;
background-image: url('images/bannerbackground.jpg');
background-repeat: no-repeat; 
height: 139;
width: 1000;
}

#imageContainer {
position: relative;
margin: 0 auto;
width: 153px;
height: 21px;
}

#Content {
position: relative;
margin: 0 auto;
width: 1000;
height: 560;
text-align: left;
}

#HomeDirections {
position: absolute;
left: 160;
top: 580;
width: 239;
height: 48;
z-index: 4;
}

#Footer {
position: relative;
margin: 0 auto;
width: 1000;
height: 40;
}

#slider {
position: relative;
margin: 0 auto;
width: 960;
height: 550;
z-index: 3;
}