body { 
    background: #fff url(../images/bodybackground.png) repeat-x 0px 95px;
    margin: 0;
    padding: 0;
    font: 0.8em Helvetica, Arial, sans-serif; 
    color: #000000;
}

a:link, a:visited { color: #045077; }
a:hover { color: #EE4700; }

#header  {
    width: 100%;
    height: 84px;
    padding: 10px 0 0 10px;
    background: #355D87 url(../images/headerbackground.png) repeat-x;
    border-bottom: 1px solid #B3B3B3;
}

#bodyContainer {
	width: 990px;
	margin: 0 auto 0 auto;
	border: 1px dotted red;

}

#headerImg {
	background: #fff url(../images/headerImg.gif) no-repeat 2px 2px;
	border: 1px solid #ccc;
	width: 760px;
	height: 97px;
	padding: 2px;
	margin: 1em auto 1em auto;
	float: left;
}

#logo {
	text-indent: -9999em;
	background: url(../images/logo.png) no-repeat;
	width: 402px;
	height: 60px;
	margin: 0;
}

#content {
    width: 62em;
    margin: 0.5em auto;
}

#footer {
    background: #fff url(../images/footerbackground.png) repeat-x 0em 1.5em;
    font-size: 0.9em;
    height: 60px;
    text-align: center;
    padding: 2.5em 1em;
    clear: both;
}

.gallery {
    float: left;
    border: 1px solid #658EB6;
    width: 29em;
    height: 10.4em;
    padding: 1px;
    margin: 0.35em;
    text-align: left;
    background-color: #EAF5FF;
}
.galleryContent {
	background: #ffffff url(../images/gallerybackground.png) repeat-x;
	height: 100%;
}
.galleryContent ol li {
}
.gallery h2 {
    font-size: 1.4em;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 0.3em;
    background: url(../images/galleryheaderbackground.gif) no-repeat bottom;
}


/* Wallpaper gallery styles */

.wallpaperGallery {
    text-align: left;
    border: 1px solid #045077;
    background-color: #FAFAFA;
    padding: 10px;
    margin: 0.7em;
    min-height: 160px;
}

.wallpaperGallery img {
    float: left;
    margin-right: 20px;
}

.wallpaperGallery h2 {
    font-size: 1.5em;
}

