#main {
	min-height: 600px;
}

.spacer {
	min-height: 25px;
	height: 20%;
}

#title {
	width: 795px;
	margin: auto auto 10px;
}

.design #title {
	width: 795px;
	margin: auto auto 6px;
}

#gallery_wrapper {
	margin: auto;
	max-width: 825px;
}

#gallery_wrapper p {
	background-color:#4A455B;
	color:#FFFFFF;
	font-family:arial,verdana,helvetica;
	font-size:11px;
	margin:auto auto 3px;
	padding:10px;
	width:773px;
}
#gallery_wrapper a {
	color: #FFFFFF;
	text-decoration: underline;
}

#gallery_wrapper p a:hover {
	color: #151030;
	cursor: pointer;
	text-decoration: none;
}

#photo_table {
	margin: auto;
	padding-bottom: 20px;
}

#photo_table td {
	background-color: #4A455B !important;
	width: 155px !important;
	height: 115px !important;
	vertical-align: middle !important;
	text-align: center !important;	
}
#photo_table img {
	padding: 5px 0;
}
#photo_table a, #photo_table a:active { 
	border: 0;
}

#footer_links {
    margin: auto;
    margin-top: 25px;
    min-width: 800px;
    width: 60%;
    text-align: center;
}

#footer_links a, #footer_links p {
    font-family: arial,verdana,helvetica;
    font-size: 11px;
    color: #FFF;
    text-decoration: underline;
}

#footer_links a:hover {
	color: #4A455B;
	text-decoration: none;
}