/** Main Body **/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	margin: 0px;
}

/** Containers **/

#container_grass {
	position: relative;
	background-image: url(images/topbar_grass.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 900px;
	height: 700px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#container_field {
	position: relative;
	background-image: url(images/topbar_field.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 900px;
	height: 700px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}

/** Logos **/

#logo {
	position: absolute;
	right: 35px;
	top: 220px;
	height: 100px;
	width: 265px;
	display:block;
}
#hotlinks {
	position: absolute;
	right: 35px;
	top: 365px;
	height: 100px;
	width: 320px;
}

/** Blocks **/

#nav {
	position: absolute;
	width: 400px;
	left: 60px;
	top: 160px;
	margin: 0px;
	padding: 0px;
}
#nav li {
	list-style:none;
	text-align: left;
	text-decoration: none;
	line-height: 38px;
}
#nav a {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-left: 0px;
	letter-spacing: -2px;
}
#nav a:hover {
	color:#bce5fa;
}
#textblock {
	position: absolute;
	left: 60px;
	top: 350px;
	height: 300px;
	width: 430px;
}

#widetextblock {
	position: absolute;
	left: 60px;
	top: 350px;
	height: 300px;
	width: 786px;
}

/** Text Styles **/

.body {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.body a {
	color: #999999;
	text-decoration: none;
}
.body a:link {
	color: #999999;
	font-weight:bold;
	text-decoration: none;
}
.body a:hover {
	color: #999999;
	font-weight:bold;
	text-decoration: underline;
}
.body a:visited {
	color: #999999;
	font-weight:bold;
}
.header {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	letter-spacing: -1px;
	text-decoration: none;
}
.header a {
	color: #666666;
	text-decoration: none;
}
.header a:link {
	color: #666666;
	text-decoration: none;
}
.header a:hover {
	color: #666666;
	text-decoration: none;
}
.header a:visited {
	color: #666666;
}

/** Footer **/

.footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #999999;
	line-height:17px;
	letter-spacing: 0px;
	text-decoration: none;
}
.footer a {
	color: #999999;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
}
.footer a:link {
	color: #999999;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
}
.footer a:hover {
	color: #999999;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: underline;
}
.footer a:visited {
	color: #999999;
	font-weight: normal;
	letter-spacing: 0px;
}
#xmas {
	color: #C00;
}

