body {
	margin: 0;
	padding-bottom: 150px;
	background : #ffffff;
	color: #666666;
	font: 12px Helvetica, Arial, sans-serif;
}

#container {
	position: absolute;
	top: 15px;
	left: 42%;
	margin-left: -350px;
	margin-bottom: 150px;
	background: #ffffff;
	text-align: left;
	width: 700px;
	}

#main {
	margin-top: 0px;
	margin-bottom: 150px;
	padding: 20px;
}

img {
	padding: 2px;
}



a:link {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #E1E4E4;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}



h1 {
	font-size: 24px;
	color: #99CCCC;
	border-bottom: dotted 1px #000
}

h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
}

h2 {
	font-size: 18px;
}

h3 {
	margin: 10px 0 5px 0;}

h4 {
	font-size: 10px;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #999999
}

#nav {
	position: absolute;
	width: 100px;
	height: 160px;
	left: 710px;
	text-align: left;
	top: 134px;
	color: #666666;
}

#nav a:hover {
	font-weight: bold;
	color: #666666;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;}

li {
	margin: 3px;
}

.floatleft {
	float: left;
	margin: 0 15px 0 0;
}

.floatright {
	float: right;
	margin: 0 0 0 15px;
}

.center {
	text-align: center;
	}

p {
	line-height: 1.5em;
}
table.menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8px;
	color: #333333;
	background-color: #FF0000;
	margin-left: 10%;
}
