body {
	background:#223366;
}
#Container {
	width:800px;
	border:3pt double silver;
	margin-left:auto;
	margin-right:auto;
}
#Header {
	height:130px;
	width:100%;
background:url(glass2.jpg);
}
#HeadText {
	height:84px;
	width:520px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-align:center;
	padding-top:16px;
	color:white;
}
#HeadText h3 {
	font-size:1.3em;
}
#Menu {
	height:30px;
	padding-top:6px;
	background:url(Trans.png);
}
#Menu a {
	font:12px Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding:0px 4px;
	margin-left:20px;
	color:black;
	border:2pt outset gray;
	text-decoration:none;
}
#Menu a:hover {
	font:12px Arial, Helvetica, sans-serif;
	font-weight: bolder;
	border:2pt inset gray;
	background:silver;
	color:white;
}

#MyLinks {
	height:560px;
	
}

#MyLinks a {
	font:20px Arial, Helvetica, sans-serif;
	padding:0px 5px;
	color:white;
	border:2pt outset gray;
	text-align: center;
	width: 27em;
float: left;
}
#MyLinks a:hover {
	font:20px Arial, Helvetica, sans-serif;
	padding:0px 5px;
	border:2pt inset gray;
	text-decoration: none;
	text-align: center;
	color: black;
	background: #33FFCC;
	width: 27em;
float: left;
}

#AdLinks {
	
}

#AdLinks a {
	
	width: 728px;

}
#AdLinks a:hover {
	
	width: 728px;
}

.Side {
	font:12px Arial, Helvetica, sans-serif;
	width:160px;
	background:#225599;
	color:silver;
	border:0pt solid navy;
	float:right;
	padding:6px;
	margin-right:20px;
	}
.Side a {
	font:12px Arial, Helvetica, sans-serif;
	color:white;
	text-decoration:underline;
}
.Side a:hover {
	color:gray;
}
#Body {
	background:#225599 url(Background1.png);
	padding-top:16px;
	padding-bottom:30px;
	padding-left:30px;
	padding-right:30px;
	font:17px Arial, Helvetica, sans-serif;
	color:white;
}
#Body h3 {
	color:white;
	font-size:1.3em;
	margin-top:0px;
}
#Body a {
	color:yellow;
	text-decoration:none;
}
#Body a:hover {
	color:black;
	text-decoration:none;
	background: #33FFCC;
}
#Footer {
	font:12px Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding-top:4px;
	height:20px;
	background:url(Trans2.png);
	text-align:center;
}
#Footer a {
	text-decoration:none;
	color:black;	
}
#Footer a:hover {
	color:yellow;	
}
