body {
	background-color : #223366;
}
#Container {
	width : 800px;
	border : 3pt double silver;
	margin-left : auto;
	margin-right : auto;
}
#Header {
	height : 130px;
	width : 100%;
	background : url("images/glass1.jpg");
}
#HeadText {
	height : 80px;
	width : 380px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	text-align : center;
	padding-top : 20px;
	color : white;
}
#HeadText h3 {
	font-size : 1.3em;
}
#Menu {
	height : 20px;
	background : url("images/Trans.png");
}
#Menu a {
	font : 12px Arial, Helvetica, sans-serif;
	padding : 0px 5px;
	margin-left : 20px;
	color : black;
	border : 2pt outset gray;
	text-decoration : none;
}
#Menu a:hover {
	border : 2pt inset gray;
	background : silver;
}
.Side {
	font : 12px Arial, Helvetica, sans-serif;
	width : 160px;
	background-color : #223366;
	color : silver;
	border : 1pt solid navy;
	float : right;
	padding : 5px;
	margin-right : 10px;
}
.Side a {
	font : 12px Arial, Helvetica, sans-serif;
	color : white;
	text-decoration : underline;
}
.Side a:hover {
	color : gray;
}
#Body {
	background-color : #225599 url("images/Background1.png");
	padding : 25px;
	font : 16px Arial, Helvetica, sans-serif;
	color : silver;
}
#Body h3 {
	color : white;
	font-size : 1.3em;
	margin-top : 0px;
}
#Body a {
	color : white;
	text-decoration : underline;
}
#Body a:hover {
	color : gray;
}
#Footer {
	font : 12px Arial, Helvetica, sans-serif;
	height : 20px;
	background : url("images/Trans2.png");
	text-align : center;
}
#Footer a {
	text-decoration:none;
	color : black;
}
#Footer a:hover {
	color : gray;
}