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

#wrapper {
	background-color: #FFF;
	width: 738px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 715px;
}
body {
	margin: 0px;
	list-style-position: outside;
	list-style-type: none;
}

a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #999;
}
a:active {
	color: #666;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	margin: 0;
	margin-bottom: 5px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
}

#header {
	background-color: #FFF;
	height: 30px;
	width: 738px;
}
#navigation {
	background-color: #FFF;
	height: 40px;
	width: 738px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content {
	background-color: #FFF;
	height: 585px;
	width: 738px;
	list-style-position: outside;
	list-style-type: none;
	padding-left: 0.3em;
	font-size: 11.5px;
}

#content ul {
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}

#content li {
	list-style: none;
	list-style-position: outside;
	margin-left: 0px;
	padding-left: 0px;
}

#text_left {
	background-color: #FFF;
	height: 585px;
	width: 380px;
	position: absolute;
	padding: 0;
	color: #666;
	list-style-position: outside;
	list-style-type: none;
}

#text_right {
	background-color: #FFF;
	height: 585px;
	width: 380px;
	margin-left: 380px;
	color: #666;
	margin-top: 0px;
	line-height: 16px;
	font-size: 11.5px;
	position: absolute;
}
#wrapper #content #text_right p {
	word-spacing: 3px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#footer {
	background-color: #FFF;
	height: 20px;
	width: 738px;
	text-align: center;
	font-size: 11px;
	color: #999;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

