
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: small;
	background-color: #263046;
}

#outline {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height:740px;
	overflow:hidden;
	font-size: small;
	z-index:1;
}
#header {
	position: relative;
	top: -490px;
	padding: 10px;
	font-weight: bold;
	z-index:5;
	height:50px;
}
#image1 {
	position: relative;
	top: 40px;
	left: 190px;
	width: 300px;
	height: 250px;
}
#image2 {
	position: relative;
	top: -230px;
	left: 340px;
	width: 300px;
	height: 250px;
}
#image3 {
	position: relative;
	top: -400px;
	left: 630px;
	width: 300px;
	height: 250px;
}
#logo {
	position: relative;
	top: -470px;
	left: 0px;
	width: 240px;
	height: 360px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/logo_back_blue.jpg);
	z-index:1;
	color: Black;
	font-family: "Script MT Bold";
	font-size: x-large;
}
#main {
	position: relative;
	top: -830px;
	left: 280px;
	width: 700px;
	height: 360px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: small;
	background-color: White;
	z-index: 2;
	
}
h1 {
	font-size: 16px;
}
a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.nolink {
	font-weight: normal;
	text-decoration: none;
	color: Black;
}
a:hover.nolink {
	font-weight: normal;
	text-decoration: none;
	color: Black;
}