@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #2f3031;
	text-align: left;
	background-image: url(images/images/background_line.png);
	background-repeat: repeat-x;
}

h6 {
	font-size: 200px;
	color: #96999b;
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
}
h5 {
	font-size: 8px;
	color: #2f3031;
}

greeting {
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	color: #2f3031;
	margin-top: 0px;
	margin-bottom: 0px;
}

logo {
	height: 0px;
	width: 72px;
}
	

body {
	text-align:center;
}

nav {
	display:block;
}

nav ul {
	padding:0;
}

nav ul li {
	display:inline;
	list-style:none;
	padding-right:10px;
	font-family: helvetica, verdana, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	text-align: left;
}

#content{
	position:absolute;
	left: 312px;
	top: 154px;
	width: 570px;
	height: 442px;
	text-align:left;
}
#container{
	padding: 0px;
	height: 600px;
	width: 1024px;
	position:relative;
	text-align: left;
	margin-top: 0px;
	margin-right:auto;
	margin-right:auto;
	margin-left:auto;
}
