/* CSS Document */

/*Structure divs */
html {
min-height: 100%;
height: auto;
}
body {
font-size: 62.5%;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
color: #fff;
background: #000 url(../images/wrap-back.jpg) top left repeat-x ;
}
#wrap {
position: relative;
width: 960px;
margin: 20px auto;
background-color: #333;
text-align: left;
z-index: 1;
}

#header {
position: relative;
background-color: #000;
width: 960px;
height: 285px;
padding: 0;
margin: 0 0 0px 0;
z-index: 500;
}
/*#mainNavigation {
position: relative;
float: right;
height: 35px;
width: 960px;
z-index: 500;
}*/
#mainNavigation {
position: absolute;
left: 0;
top: 250px;
height: 35px;
width: 960px;
z-index: 500;
}
#content {
position: relative;
width: 920px;
padding: 0px 20px;
z-index: 5;
}
#content-main {
position: relative;
float: right;
width: 500px;
padding: 20px 0px 0px 0px;
/*overflow: auto;*/
}
#content-gallery {
position: relative;
padding: 20px 0px;
margin: 0;
overflow: auto;
}
#flashHolder {
width: 920px;
background-color: #000;
padding: 10px 0 20px 0;
}

.container {
width: 727px;
margin: 0 auto;
background-color: #000;
}

#content-left {
position: relative;
float: left;
width: 405px;
padding: 20px 0px 0px 0px;
/*overflow: auto;*/
}

/*footer*/
#footer {
position: relative;
background: #036 url(../images/footer.gif) left top no-repeat;
margin-top: 100px;
height: 50px;
}
#crest {
position: absolute;
bottom: 15px;
right: 20px;
z-index: 150;
}
