Body {
	text-align: center;	
	background-image: url(images/gradient.gif);
	background-repeat: repeat-y; 	
	background-color: #0096FF;
	color: "black";	
}

div.menu {
	display: inline;
	font-size: 14px;
	margin: 0px;
	padding: 1px;
	border: 0px solid black;
}

div.menu a {
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 1px;
	border: 1px dotted black;
}

div.menu a:link{
	background: #0096FF;
	color: #69FF62;
}

div.menu a:visited{
	background: #0096FF;
	color: #69FF62;
}

div.menu a:hover{
	background: #00baff;
	letter-spacing: 2px;
}

#Content {
	width:50%;
	margin:0px auto;
	font-size: large;
	text-align:left;
	padding:0px;
	background-color:#0096FF;
}

#Content h3{
	background: #00baff;		
	text-align: center;
	font-size: 18px;
	color: black;
	border: outset #0000b4;
}


a:link{color:#69FF62}

a:visited{color: #69FF62}

a:hover{
	background: #00baff;
	letter-spacing: 2px;
}

img.sideImage{
	position: absolute;
	top: 150px;
	right: 0%;
}

img.sideImage1{
	position: absolute;
	top: 150px;
	right: 20px;
}

img.sideImage2{
	position: absolute;
	top: 550px;
	right: 20px;
}

