* 
{ 
	padding: 0; margin: 0; 
}

body{
background-color: #585858;
padding:30px;
text-align:center;
}

.gallery_page{
    margin-left: auto;
    margin-right: auto;
    width:910px;
    border: 1px solid black;   
    background-color: #eaeaea;
    text-align:left;
}


.gallery_header
{
background: url(http://mightyandstrong.s3.amazonaws.com/Data/images/backgrounds/Background1.jpg) repeat;
border: 1px solid black;
width:908px;
height: 160px;
position: relative;
}

.gallery_header_web_site_title h1
{
	position: absolute;
	top:10;
	right:30;
	font:bold 300% "Century Schoolbook", Georgia, Times, serif;
	color: yellow;
	letter-spacing: -3px;
}

.gallery_header_text_box{
margin-top: 130px;
height: 30px;
background-color: #ffffff;
filter:alpha(opacity=60);
opacity:0.6;
}


.gallery_header_text_box h1
{
postion:absolute;
font-family: arial, 'lucida console', sans-serif;
font-size: 18px;
color: black;
padding-left:10px;
padding-top:5px;
}

.gallery_header_location
{
margin-top: 120px;
}

ul.gallery_header_menu
{
position: absolute;
top: 132px;
left: 449px;
padding: 0;
margin: 0;
list-style-type: none;
float: left;
width: 459px;
color: #fff;
}

ul.gallery_header_menu li { display: inline; }

ul.gallery_header_menu li a
{
float: right;
text-align: center;
width: 5em;
color: gray;
padding: 0.2em 1em;
text-decoration: none;
border-left: 1px solid #fff;
}

ul.gallery_header_menu li a:hover
{
background-color: #f8f6b5;
color: black;
}


.gallery_content{
width:100%;
border-top: 1px solid black;
}
.gallery_blog_entry
{
float: left;
width: 200px;
padding: 20px;
font-family: arial, sans-serif;
font-size: 10pt;
background-color: transparent;
}

.gallery_thumbtable
{
background-color:gray;
border-left:2px solid black;
border-right:1px solid black;
float:left;
max-width:657px;
padding: 0 0 10px 10px;
}

.gallery_thumbnail {
float:left;
margin-top: 10px;
margin-right: 10px;
}

.gallery_closeup_title
{
background-color: gray;
}

.gallery_closeup_title h1
{
background-color: gray;
padding: 10px 0 8px 0;
margin:0;
width:890;
text-align: center;
font-family: arial, 'lucida console', sans-serif;
font-size: 12pt;
}

div.gallery_closeup_image
{
background-color: gray;
border-top: 20px solid gray;
}

.gallery_closeup_image img
{
display: block;
margin-left:  auto;
margin-right:  auto;
max-width: 849px;
max-height: 849px;
text-align: center;
}

.gallery_footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: white;
border-top: 1px solid black;
}

.gallery_blog_entry p { margin: 0 0 1em 0; }

a > img:hover {
	border: 10px solid #f8f6b5;
}

.gallery_thumbnail img{
	border: 10px solid #eaeaea;
}

.gallery_closeup_image img{
	border: 10px solid #eaeaea;
}
