html, body {
margin: 0;
border: 0;
}

.floatright {
float: right;
}

.floatleft {
float: left;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}


#page-container {
				margin: auto;
		width: 760px;
		acground:
		
}

list1 {
	color:green;
	list-style-position: outside;
	list-style-type: disc;
}

#main-nav {
	height: auto;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	
}
.class1 A:link {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
}
.class1 A:visited {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
}
.class1 A:active {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006633;
}
.class1 A:hover {
	text-decoration: underline;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}

.class2 A:link {
	text-decoration: underline overline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.class2 A:visited {
	text-decoration: underline overline;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.class2 A:active {
	text-decoration: underline overline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
}
.class2 A:hover {
	text-decoration: underline;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

	
#header {
height: 230px;
}

#bodtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: 650px;
	position: relative;
	z-index: 0;
	left: 50px;
	background-image: none;
	background-repeat: no-repeat;
	top: 20px;
}
#content {
background: url(images/background.gif);
}
#navbar {
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666666;
	position: relative;
	top: 10px;
	right: auto;
	left: 50px;
	width: auto;
	}
