body
{
	color: #FFF;
	float: none;
	background-color: #000;
}

/* ########################################################################## */

/* Start of Headers */
h1
{
	font-family: "Benguiat Bk BT";
	font-size: 24pt;
	color: #CCC;
	text-align: center;
	margin-bottom: 0px;
}

h2
{
    font-family: 'Benguiat Bk BT';
    font-size: 16pt;
    color: #ccc;
    text-align: center;
    margin-bottom: 0px;
}

h3
{
    font-family: 'Benguiat Bk BT';
    font-size: 12pt;
    color: #ccc;
    text-align: left;
    text-decoration: none;
}

h4
{
	font-family: 'Benguiat Bk BT';
	font-size: 16pt;
	color: #ccc;
	text-align: left;
}
h5
{
    font-family: 'Benguiat Bk BT';
    font-size: 16pt;
    color: #ccc;
    text-align: left;
}
/* End of Headers */

/* ########################################################################## */

/* Start of Url Links */
 a:link
{
    color: #800000;
}

 a:visited
{
    color: #800000;
}

 a:active 
 { 
     color: #800000;
 }

a:hover
{
    background-color: #006600;
    color: #FFFF00;
}

a img
{
    border-color: #000000;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
}
/* End of Url Links */

/* ########################################################################## */

/* Start of Gallery Page Links */
#navigation
{
	padding-bottom: 10px;

} 

#navigation ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}

#navigation  li
{
    float: left;
    margin-left: auto;
}
 
#navigation li a
{
    background: #996600;
    height: 2em;
    line-height: 2em;
    float: left;
    width: 2em;
    display: block;
    border: 0.1em solid #ffffff;
    color: #FFFF00;
    text-decoration: none;
    text-align: center;
    } 
#navigation li a:hover
{
    background: #008000;
    height: 2em;
    line-height: 2em;
    float: left;
    width: 2em;
    display: block;
    border: 0.1em solid #FFFF00;
    color: #FFFF00;
    text-align: center;
    font-weight: bold;
}
/* End of Gallery Page Links */

/* ########################################################################## */

/* Start of the Main Body of Text */
#main_body
{
	text-align: left;
}
/* End of the Main Body of Text */

/* ########################################################################## */

/* Start of the Main Footer */
#footer
{
	margin-bottom: 5px;
	color: #ccc;
}

#footer ul
{
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	list-style: none;
	clear: both;
	padding-top: 25px;
}
/* End of the Main Footer */

/* ########################################################################## */

/* Start of the Main Gallery Index Pic Links */
#gallery_index_page
{
	width: 100%;
	list-style-type: none;
	position: relative;

}

#gallery_index_page ul
{
	list-style-type: none;
	position: relative;
}

#gallery_index_page ul p
{
	float: left;
	list-style-type: none;
}
/* End of the Main Gallery Index Pic Links */

/* ########################################################################## */

/* Start of the Gallery Explanations */
#gallery_page_explanations
{

}

#gallery_page_explanations ul
{
    float: left;
    list-style-type: none;
}
/* End of the Gallery Explanations */

/* ########################################################################## */

/* Start of the Container Text */

#container {
	float: left;
}

/* End of the  Container Text */

/* ########################################################################## */

/* Start of the Image Text */

#logo_image {
	position: relative;
	padding-bottom: 10px;
}

/* End of the  Container Text */

