.body_inner {

	background		: #FFFFFF;
	width			: 100%;
	height			: 100%;

}

table.outside_table {
        width                   : 100%;
        height                  : 100%;
        border                  : none;
}

table.outside_table td {
        vertical-align          : middle;
        text-align              : center;
}

table.outside_table_photo {
        width                   : 100%;
        height                  : 100%;
        border                  : none;
	overflow		: visible;
}

table.outside_table_photo td {
        vertical-align          : middle;
        text-align              : center;
}

div.container {
        position                : relative;
        margin-left             : auto;
        margin-right            : auto;
        width                   : 900px;
        height                  : 600px;
        text-align              : left;
}

div.header {

        position                : absolute;
        top                     : 0px;
        left                    : 0px;
        width                   : 900px;
        height                  : 20px;

        border-top              : 1px solid #777777;
        border-left             : 1px solid #777777;
        border-right            : 1px solid #777777;
	border-bottom		: none;

	color			: #ffffff;
        background-color        : #3C78B4;

	font-size		: 12px;

}

div.content {

        position                : absolute;
        top                     : 20px;
        left                    : 0px;
        width                   : 900px;
        height                  : 540px;

        border-left             : 1px solid #777777;
        border-right            : 1px solid #777777;
	border-top		: none;
	border-bottom		: none;

        background-color        : #ffffff;
	color			: #000000;

	font-size		: 14px;

}

div.footer {

        position                : absolute;
        top                     : 560px;
        left                    : 0px;
        width                   : 900px;
        height                  : 20px;

	border-top		: none;
        border-bottom           : 1px solid #777777;
        border-left             : 1px solid #777777;
        border-right            : 1px solid #777777;

	color			: #ffffff;
        background-color        : #3C78B4;

	font-size		: 12px;

}

div.header_title {

	position		: relative;
	float			: left;
	padding-left		: 8px;
	width			: 540px;

	top			: 2px;

	text-align		: left;

}

div.header_title a:link {
	color			: #ffffff;
	text-decoration		: none;
}

div.header_title a:visited {
	color			: #ffffff;
	text-decoration		: none;
}

div.header_title a:hover {
	background-color	: #ffffff;
        color                   : #3C78B4;
	text-decoration		: none;
}

div.header_menu {

	position		: relative;
	float			: right;
	padding-right		: 8px;
	width			: 320px;

	top			: 2px;

	text-align		: right;

}

div.header_menu a {
        color                   : #ffffff;
        text-decoration         : none;
}

div.header_menu a:visited {
        color                   : #ffffff;
        text-decoration         : none;
}

div.header_menu a:hover {
	background-color	: #ffffff;
        color                   : #3C78B4;
	text-decoration		: none;
}

div.footer_credits {

	position		: relative;
	float			: right;
	padding-right		: 8px;
	width			: 880px;

	top			: 2px;

	text-align		: right;

}

div.footer_credits a {
        color                   : #ffffff;
        text-decoration         : none;
}

div.footer_credits a:hover {
	background-color	: #ffffff;
        color                   : #3C78B4;
	text-decoration		: none;
}

table.inside_table {
        width                   : 100%;
        height                  : 100%;
        border                  : none;
}

table.inside_table td {
        vertical-align          : middle;
        text-align              : center;
}

div.inside_container {
        position                : relative;
        margin-left             : auto;
        margin-right            : auto;
        width                   : 898px;
        height                  : 518px;
        text-align              : left;
}

div.static_page {

	padding			: 25px;
	border			: none;
	text-align		: left;
}

h1 {
	margin-top		: 0px;
	margin-bottom		: 0px;
	font-size		: 22px;
}

h3 {
	margin-top		: 0px;
	margin-bottom		: 0px;
	font-size		: 16px;
}

p {

	text-indent		: 30px;

}

a:link {

	color			: #1111a4;
	text-decoration		: none;

}

a:visited {

	color			: #1111a4;
	text-decoration		: none;

}

a:hover {

	color			: #4444e4;
	text-decoration		: underline;

}

img.photo {

	border			: 1px solid #777777;
	padding			: 0;
	margin			: 0px auto;

}

div.photo_information {

	font-size		: 11px;

}

table.photo_table {
	margin			: 0px auto;
}

table.photo_table td {
	text-align		: center;
	vertical-align		: middle;
	width			: 210px;
	height			: 210px;
}

table.photo_table img {
	border			: 1px solid #777777;
}

table.photo_collage {
	margin			: 0px auto;
}

table.photo_collage td {
	text-align		: center;
	vertical-align		: middle;
	width			: 210px;
	height			: 160px;
}

table.photo_collage img {
	border			: 1px solid #777777;
}

a:link:hover img {
	border			: 3px solid #E58712;
}

a:visited:hover img {
	border			: 3px solid #E58712;
}

table.gallery_list {
	width			: 100%;
	margin			: 0px auto;
}

table.gallery_list {
	width			: 95%;
	margin			: 0px auto;
}

table.gallery_list td {
	width			: 33%;
	text-align		: left;
	vertical-align		: top;
	font-size		: 13px;
}

div.photo_prev {
	float			: left;
}

div.photo_next {
	float			: right;
}

