*	{
	margin: 0;
	padding: 0;
	font-family: Bangle, "Times New Roman";
	color: rgb(255,204,0);
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
a	{
	text-decoration: none;
	color: rgb(255,255,153);
	}
a:hover,a:active{
		background-color:rgb(255,255,153);
		color: rgb(151,1,46);
		}
body	{
		background-color:rgb(151,1,46);
		color: rgb(255,204,0);
		}
#main_page	{
			
			}
#logo	{
		position: absolute;
		left: 50px;
		top: 13px;
		border: none;
		}
#footer	{
		position: absolute; 
		top: 575px; 
		left: 50px; 
		width: 920px;
		}
#banner	{
		position: absolute; 
		left: 118px; 
		top: 15px;
		font-family: Bangle, sans-serif; 
		font-size: 3em; 
		color: rgb(255,204,0);
		}
.footer_left	{
				float: left; 
				color: black; 
				font-family: "Times New Roman"; 
				font-size: 0.85em;
				}
.footer_right	{
				float: right; 
				color: black; 
				font-family: "Times New Roman"; 
				font-size: 0.85em;
				}
.footer_a	{
			font-size: 0.85em;
			font-family: "Times New Roman";
			background-color:rgb(151,1,46);
			color: rgb(255,255,153);
			}
.footer_a:hover {
				background-color:rgb(151,1,46);
				color: rgb(255,255,153);
				}
table.menu	{
		position: absolute;
		left: 50px;
		top: 90px; 
		width: 918px; 
		height: 28px; 
		background-color: rgb(151,1,46);
		border-top: 3px solid rgb(255,204,0);
		border-bottom: 3px solid rgb(255,204,0);
		border-collapse:separate;
		}
.this_page	{
			background-color: rgb(255,255,153);
			}
.this_menu	{
			color: rgb(151,1,46);
			}
img	{
	border: 2px solid rgb(255,204,0);
	}
.mailto	{
		text-decoration: underline;
		}
.mailto:hover	{
				color:rgb(255,255,153);
				background-color: rgb(151,1,46);
				}
				
				
