/* CSS Document */

#container {
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 792px;
	background-image: url(../images/home2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 504px;
	position: relative;
}

body {
	background-color: #BDD8FF;
}

h1 {
	top: 50px;
	position: absolute;
	font-size: 12px;
	margin-right: 50px;
	margin-left: 50px;
}

ul {
	margin-left: 457px;
	position: absolute;
	top: 150px;
	list-style-type: none;
	padding-top: 0px;
	width: 300;
}

li {
	padding-top: 10px;
}

a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	font-weight: bold;
}

.foot a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: x-small;
}
.foot a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: x-small;
}
.foot a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.foot a:active {
	color: #FF0000;
	font-weight: bold;
}
