a:link {color:white; text-decoration:none;}
a:visited {color:white; text-decoration:none;}
a:focus {color:white; text-decoration:none;}
a:hover {color:yellow; text-decoration:none;}
a:active {color:white; text-decoration:none;}

#header
{
	position: absolute;
	left: 10px;
	top:10px;
	width:780px;
	height: 50px;
}
	
#header_text
{
	position: absolute;
	left: 15px;
	top: 15px;
	width: 770px;
	height: 43px;
	font-size: 30px;
	font-family: "comic sans ms";
	font-weight: bold;
	color: white;
	text-align: center;
}

#menu_left
{
	position: absolute;
	left: 10px;
	top: 110px;
	width: 100px;
	height: 600px;
	background-color: #000262;
	font-weight: bold;
	text-indent: 10px;
	color: white;
	white-space: pre;
}


#menu_right
{
	position: absolute;
	left: 790px;
	top: 110px;
	width: 100px;
	height: 600px;
	background-color: #000262;
	font-weight: bold;
	text-indent: 10px;
	color: white;
	white-space: pre;

}

#main_pic
{
	position: absolute;
	left: 130px;
	top: 130px;
	width: 640px;
	height: 480px;
}

#title
{
	position: absolute;
	left: 10px;
	top: 70px;
	width: 880px;
	height: 55px;
	font-size: 30px;
	font-family: "comic sans ms";
	font-weight: bold;
	color: #000262;
	text-align: center;
}

.right
{
	text-align: center;
}

