body
{
background-repeat: repeat;
background-color: #000;
background-image: url("images/bg.gif");

}

#main
{
width: 800px;
margin: 0px auto;
background-color: #fff;
border: 1px solid #fff;
}

#header
{
width: 800px;
height: 130px;
background-image: url("images/header.jpg");
background-repeat: no-repeat;
border-bottom: 1px solid #fff;
}

#nav
{
background-image: url("images/navbg.gif");
width: 800px;
height: 23px;
background-repeat: repeat-y;
text-align: center;
color: #fff;
}

#nav a
{
font-family: Arial;
font-size: 12px;
color: #fff;
text-decoration: none;
margin-right: 10px;
margin-left: 10px;
}

#nav a:link
{
}

#nav a:visited
{
}

#nav a:hover
{
color: #065398;
}

#flash
{
width: 760px;
height: 263px;
border-top: 2px solid #fff;
border-bottom: 1px solid #fff;
}

#news
{
width: 362px;
height: 135px;
background-image: url("images/latestnews.gif");
float: left;
font-family: Arial;
font-size: 12px;
color: #fff;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
padding-left: 10px;
padding-right: 10px;
padding-top: 30px;
padding-bottom: 10px;
}

#news a
{
color: #fff;
}

#news a:hover
{
color: #fff;
border-bottom: 1px dotted #fff;
}

.contentleft1
{
width: 317px;
height: 100%;
float: left;
font-family: Arial;
font-size: 12px;
color: #000;
padding-left: 10px;
}

.contentright
{
width: 417px;
height: 100%;
float: right;
border-top: 1px solid #fff;
}

#contentleft
{
width: 362px;
height: 159px;
background-image: url("images/welcome.gif");
background-repeat: no-repeat;
background-position: top center;
float: left;
font-family: Arial;
font-size: 12px;
color: #000;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
padding-top: 50px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 15px;
}

#contentleftmain
{
width: 362px;
height: 100%;
background-image: url("images/contentbg.gif");
background-repeat: no-repeat;
background-position: top center;
float: left;
font-family: Arial;
font-size: 12px;
color: #000;
border-right: 1px solid #fff;
border-top: 1px solid #fff;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

.contentrightimage
{
width: 382px;
height: 100%;
float: left;
margin-top: 10px;
text-align: right;
}

.contentrightimage img
{
border: 5px solid #611025;
}

#content
{
width: 780px;
height: 100%;
background-image: url("images/maincontentbg.gif");
background-repeat: no-repeat;
background-position: top center;
font-family: Arial;
font-size: 12px;
color: #000;
border-top: 0px solid #fff;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

h1
{
font-family: Arial;
font-size: 17px;
letter-spacing: -1px;
color: #000;
margin-bottom: -5px;

}

h2
{
font-family: Arial;
font-size: 14px;
letter-spacing: -1px;
color: #000;
margin-bottom: -10px;
}

h3
{
font-family: Arial;
font-size: 35px;
letter-spacing: -2px;
color: #000;
}

a
{
font-family: Arial;
font-size: 12px;
color: #065398;
text-decoration: none;
}

a:link
{
}

a:visited
{
}

a:hover
{
color: #b4242e;
}

#footer
{
width: 800px;
height: 85px;
background-image: url("images/footer.gif");
clear: both;
padding-left: 0px;
padding-top: 0px;
border-top: 1px solid #fff;
}

#footerleft
{
width: 330px;
font-family: Arial;
font-size: 12px;
color: #fff;
text-align: left;
float: left;
padding-left: 10px;
}

#footerright
{
width: 300px;
font-family: Arial;
font-size: 12px;
color: #fff;
text-align: right;
float: right;
padding-right: 10px;
}

#footerright a
{
font-family: Arial;
font-size: 12px;
color: #fff;
}

#footerright a:hover
{
font-family: Arial;
font-size: 12px;
color: #ed1b1e;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#steveodesigns
{
width: 800px;
margin: 5px auto;
text-align: center;
}
