/***********************************************/
/* WEB NAV CSS styling                         */
/***********************************************/

#flashbar {
	text-align:center;
	background: #009;
	border-top: 1px solid #00c;
	border-bottom: 1px solid #00c;
	height: 73px;}

#logo {
	border-bottom: 1px solid #00c;
	border-top: 1px solid #00c;}
	
table#topbar {
	border-bottom: 1px solid #00c;}

/***********************************************/
/* WEB MAIN CSS styling                        */
/***********************************************/
	
#main {
	color: #aae;
	background:#004;}
	
#main a {
	color : #fc0;
	font-weight: bold;
	padding-top: 5pt;
	display: block;
	text-decoration: none;}

#main a:Hover {
	color: #00c;
	font-weight: bold;
	padding-top: 5pt;
	display: block;
	text-decoration: none;}

table#navigation {
	border-bottom: 1px solid #00c;}
	
a.navigation {
	color: #fc0;}

a.navigation:Hover {
	color: #fff;}

#gallery {
	color: #aae;
	background:#004;}

td#sidebar p {
	color:#88f;}

