body
{
	background-color: #305060;
}

/* ########################################################################## */

/* Start of Headers */
h1
{
    font-family: 'Benguiat Bk BT';
    font-size: 24pt;
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
}

h2
{
    font-family: 'Benguiat Bk BT';
    font-size: 16pt;
    color: #000000;
    text-align: center;
    margin-bottom: 0px;
}

h3
{
    font-family: 'Benguiat Bk BT';
    font-size: 10pt;
    color: #000000;
    text-align: left;
    text-decoration: none;
}

h4
{
	font-family: 'Benguiat Bk BT';
	font-size: 14pt;
	color: #FFFFFF;
	text-align: left;
}

h5
{
    font-family: 'Benguiat Bk BT';
    font-size: 16pt;
    color: #000000;
    text-align: left;
}

h6
{
    font-family: 'Benguiat Bk BT';
    font-size: 12pt;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 0px;
}
h7
{
	font-family: "Benguiat Bk BT";
	font-size: 14pt;
	color: #000000;
	text-align: left;
	font-style: italic;
	font-weight: bold;
}
/* End of Headers */

/* ########################################################################## */

/* Start of Url Links */
 a:link
{
	color: #FFFF00;
	text-decoration: none;
}

 a:visited
{
    color: #FFFF00;
	text-decoration: none;
}

 a:active
{
	color: #FFFF00;
	text-decoration: none;
}

a:hover
{
}

a img
{
}
/* End of Url Links */

/* ########################################################################## */

/* Start of Gallery Page Links */
#navigation
{
    position: relative;
    width: 100%;
    margin-left: 250px;
    padding-top: 15px;
} 

#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	display:inline;
	text-align: left;
}

#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 Gallery Page User Links */
#nav_userpages
{
    position: relative;
    width: 100%;
    margin-left: 250px;
}

#nav_userpages ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    display:inline;
}

#nav_userpages li
{
    float: left;
    margin-left: auto;
} 

#nav_userpages li a
{
    background: #996600;
    height: 2em;
    line-height: 2em;
    float: left;
    width: auto;
    display: block;
    border: 0.1em solid #ffffff;
    color: #FFFF00;
    text-decoration: none;
    text-align: center;
    padding-right: .5em;
    padding-left: .5em;
} 

#nav_userpages li a:hover
{
    background: #008000;
    height: 2em;
    line-height: 2em;
    float: left;
    width: auto;
    display: block;
    border: 0.1em solid #FFFF00;
    color: #FFFF00;
    text-align: center;
    font-weight: bold;
    padding-right: .5em;
    padding-left: .5em;
}

/* End of Gallery Page User Links */

/* ########################################################################## */

/* Start of the Header */
#header {
	height: 204px;
}

/* ########################################################################## */

/* End of Header */

/* ########################################################################## */

/* Start of the Sidebar Navigation */
#sidebar_menu
{
	background-color: #800000;
	margin-top: 6px;
	float: left;
	width: 24%;
} 


#sidebar_menu ul
{
	list-style: none;
	width: 85%;
}

#sidebar_menu li
{
	color: #800000;
	height: 1.5em;
} 

#sidebar_menu li a
{
    color: #14B18E;
} 

#sidebar_menu li a:hover
{
    background-color: #006600;
    color: #FFFF00;
}
/* End of the Sidebar Navigation */

/* ########################################################################## */

/* Start of the Main Body of Text */
#main_body
{
	float: left;
	width: 99%;
	padding-left: 5px;
}

#main_body ul
{
	float: left;
	padding-right: 15px;
	text-align: left;
	list-style-type: disc;
}

#main_body li
{
	font-size: 14pt;
	text-align: left;
	list-style-type: none;
	color: #FFFFFF;
}
/* End of the Main Body of Text */

/* ########################################################################## */

/* Start of the Text Below the Main Body of Text */
#below_main_body
{
    position: relative;
    width: 75%;
    top: 85px;
    margin-left: 250px;
    float: right;
    clear: both;
} 

#below_main_body ul
{
    list-style: none;
    bottom: 0;
    float: left;
 }

#below_main_body li
{
    margin: 5px 5px 25px 0px;
    padding: 0px 25px 0px 0px;
    list-style: none;
    bottom: 0;
    float: left;
}

#below_main_body li a
{
    color: #800000;
} 
/* End of the Text Below the Main Body of Text */

/* ########################################################################## */

/* Start of the Main Footer */
#footer
{
	width: 99%;
	float: left;
	margin-top: 5px;
}

#footer ul
{
    text-align: center;
    list-style: none;
}
/* End of the Main Footer */

/* ########################################################################## */

/* Start of the Favorites Link Sections */
#favorites_page
{
    position: relative;
    width: 75%;
    margin-left: 20%;
    float: right;
    clear: both;
} 

#favorites_page ul
{
    list-style: none;
    bottom: 0;
 }

#favorites_page li a
{
    color: #800000;
} 
/* End of the Favorites Link Sections */

/* ########################################################################## */

/* Start of the Gallery Explanations */
#gallery_page_explanations
{
    position: relative;
    width: auto;
}

#gallery_page_explanations ul
{
    float: left;
    clear: both;
    padding: 10px;
    width: 100%;
    height: auto;
}

/* End of the Gallery Explanations */

/* ########################################################################## */

/* Start of the Horizontal Rule */
#hr_yellow
{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* End of the Horizontal Rule */

/* ########################################################################## */

/* Start of the Image Text */
#image
{
	float: left;
	width: 99%;
}

#image ul
{
	float: left;
	padding-right: 15px;
	font-size: 12px;
}

#image li
{
	font-size: 13pt;
	text-align: center;
	list-style-type: none;
	color: #FFFFFF;
}
/* End of the Image */

/* ########################################################################## */

/* Start of the Newsletter Archive Text */
#newsletter_archive
{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	width: 75%;
}

#newsletter_archive ul
{
	float: left;
	padding-left: 10px;
	width: auto;
	height: auto;
	list-style-type: none;
}

#newsletter_archive li
{
	font-size: 14pt;
	text-align: left;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #FFFFFF;
	padding-right: 10px;
	list-style-type: none;
}
/* End of the Newsletter Archive Text */

/* ########################################################################## */

/* Start of the Archive Text */
#archive
{
	float: left;
	width: 99%;
	margin-top: 5px;
	height: auto;
}

#archive ul
{
	list-style-type: none;
	float: left;
}

#archive li
{
	font-size: 14pt;
	text-align: left;
	border-right-style: ridge;
	border-right-width: thick;
	border-right-color: #FFFFFF;
	padding-right: 10px;
}
/* End of the Archive Text */

/* ########################################################################## */

/* Start of the Archive Text */
#article_page
{
	width: 75%;
	float: right;
 }
 
#article_page ul
{ 
    font-size:12.0pt;
    font-family:"Times New Roman","serif";
 }
 /* End of the Archive Text */

/* ########################################################################## */ 
 
/* Start of the Container Text */

#container {
	float: left;
	width: 99%;
}

/* End of the  Container Text */

 /* ########################################################################## */
 
/* Start of the Y-Bridge Mural Text */

#y_bridge_mural
{
	width: 750px;
	height: 450px;
	position: relative;
	float: left;
	clear: left;
}

#y_bridge_mural ul
{
	list-style-type: none;
	height: 75px;
	width: 750px;
	float: left;
	position: relative;
}


#y_bridge_mural img
{
	height: 75px;
	width: 75px;
	float: left;
}

#y_bridge_mural li a
{
	font-size: 14pt;
	text-align: center;
	float: left;
	display: inline;
	height: 75px;
	width: 75px;
	list-style-type: none;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	color: #000;
}
/* End of the Y-Bridge Mural Text */

/* ########################################################################## */
/* Start of the Biography Sidebar Navigation */
#biography_sidebar_menu
{
	background-color: #800000;
	margin-top: 6px;
	float: left;
	width: 14%;
} 


#biography_sidebar_menu ul
{
	list-style: none;
	width: 84%;
}

#biography_sidebar_menu li
{
	color: #800000;
	height: 1.5em;
} 

#biography_sidebar_menu li a
{
    color: #14B18E;
} 

#biography_sidebar_menu li a:hover
{
    background-color: #006600;
    color: #FFFF00;
}
/* End of the Biography Sidebar Navigation */

/* ########################################################################## */

/* Start of the Biography Image Text */
#biography_image
{
	float: right;
	width: 86%;
}

#biography_image ul
{
	float: left;
	padding-right: 15px;
	font-size: 12px;
}

#biography_image li
{
	font-size: 13pt;
	text-align: center;
	list-style-type: none;
	color: #FFFFFF;
}
/* End of the Image */

/* ########################################################################## */

/* Start of the Biography Main Body of Text */
#biography_main_body
{
	float: right;
	width: 85%;
	margin-top: 5px;
}

#biography_main_body ul
{
	float: left;
	padding-right: 15px;
	text-align: left;
	list-style-type: disc;
}

#biography_main_body li
{
	font-size: 14pt;
	text-align: left;
	list-style-type: none;
	color: #FFFFFF;
}
/* End of the Biography Main Body of Text */

/* ########################################################################## */

/* Start of the Top Menu Bar Text */

#top_menu_bar
{
	float: left;
	width: 99%;
	clear: both;
	padding-left: 1px;
	background-color: #900;
}
/* End of the Top Menu Bar Text */
