@charset "UTF-8";
/* CSS Document */

<style type="text/css"> 
 
body  {
	width:auto;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector 
	*/
}
#wrap{

margin:0px auto 0 auto;
width:820px;
}
.upload a, .content a, .homepage a{
text-decoration:none;
}
#header { 
	background-image:url(images/header_bkgd.jpg);
	background-repeat:no-repeat;
	text-align:center;
	margin:0px auto 0 auto;
	width:750px;
	height:132px;
}
#topbtn {
width:340px;
float:left;
padding:10px 0 0 76px;
} 
#topbtn img{
margin:0px;
}

.upload #container { 
	background-image:url(images/upload_bkgd.jpg);
	background-repeat:no-repeat;
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.content #container { 
	background-image:url(images/body_bkgd.jpg);
	background-repeat:repeat-y;
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.homepage #container{
	background-image:url(images/body_bkgd_home.jpg);
	background-repeat:no-repeat;
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:593px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.homepage td{
text-align:left;
color:#000000;;
font-family:"Trebuchet MS";
font-style:normal;
}

.content #sidebar1 {
	font-family:"Trebuchet MS";
	float: left; /* since this element is floated, a width must be given */
	width: 350px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left: 60px;
	font-size:13px;
	color:#62a6ca;
	text-align:right;
}

#instruction{
width:auto;
text-align:left;
font-size:16px;
padding:5px 0 0 20px;
color:#993300;
}
.upload #phototext,td{
text-align:left;
font-size:14px;
color:#62a6ca;
}
.upload #phototext{
	margin-left:32px;
}

#textfield{
padding-left:40px;
float:left;
text-align:left;
width:510px;
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;   overflow: auto;	 }
#overlay[id]{ /* IE6 and below Can't See This */    position:fixed; overflow: auto; }
#lightbox1{
width:320px;
height:auto;
margin:0 auto 0 auto;
overflow:auto;
}
.instruction {
	display: none;
	position: absolute;
	top: 40%;
	left: 68%;
	padding: 1em;
	background-image:url(images/wrapbkgd.jpg);
	
	text-align: left;
	z-index:1001;
	overflow: auto;
}


.homepage #mainContent { 
	margin: 0 50px 0 50px;
	height:auto;
} 
.upload #mainContent { 
	margin: 0 50px 0 75px;
	height:auto;
	font-size:14px;
	color:#62a6ca;
	font-family:"Trebuchet MS";
} 
.content #mainContent { 
	margin: 0px 50px 0 50px;
	font-style:italic;
	font-size:14px;
	color:#62a6ca;
	font-family:"Trebuchet MS";
	height:auto;
	text-align:left;
} 

h1, h2{
margin-bottom:-1px;
margin-top:-20px;
}


.content #pagenumber{
float:left;
margin-left:30px;
margin-top:10px;
font-size:12px;
color:#993300;
font-style:normal;
}
#pagenumber a{
font-size:12px;
text-decoration:none;
}

#pagenumber a:hover{
color:#62a6ca;
}

.content #sortbtns{
float:right;
width:230px;
margin-top:10px;
margin-right:20px;
}

.content #storyphoto{
float:right;
}


.gallerycolumn {
float:left;
width:150px;
padding:3px;
text-align:center;
}

#thumbnail{
width:150px;
height:130px;
vertical-align:bottom;
margin: auto;
padding:auto;
}



.content td, td a{
color:#993300;
font-family:"Trebuchet MS";
font-size:11px;
text-align:center;
padding:3px;
}


.content td a:hover{
color:#62a6ca;
}

#video{
width:425px;
height:355px;
float:left;
margin-top:10px;
}
.content #story{
margin:10px 10px 10px 10px;
width:400px;
height:280px;
float:left;
font-size:12px;
overflow:auto;
font-style:normal;
}

.rating {
text-align:center;
float:left;
width:425px;
color:#ff9600;
font-style:normal;
font-size:12px;
padding-top:10px;
padding-bottom:10px;
}
.rating a, img{
text-align:center;
margin:0 auto 0 auto;
padding:1px;
text-decoration:none;
}

#containerbtm{
background-image:url(images/footer_bkgd.jpg);
height:75px;
margin-left:5px;
font:Arial, Helvetica, sans-serif;
font-size:14px;
color:62a6ca;
}
#footer { 
	padding: 0 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	font-size:10px;
	color:#341f43;
	font-family:"Trebuchet MS";
} 
#footer a{
color:#341f43;
}
#footer a:hover{
color:#62a6ca;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>
