/* CSS Document */

html, body {
	min-height:101%;
	margin-bottom:1px;
}

html, body, ul, ol, li, p, p2, h1, h2, h3, h4, h5, h6, form, fieldset, table, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #000000;
	text-align: center;	
}

#wrapper { 
	text-align: left; 
	width: 700px; 
	margin: 20px auto; 
	position: relative; 
	background-color: #ffffff;
}

.clear {
	clear: both;
}

#header {
	}
	
#logo {
	float: left;
}


#nav {
	width: 471px;
	min-height:83px;height:auto !important;height:83px;
	float: right;
	background-image: url(images/header_r.jpg);
}

#nav ul{
	float: right;
	margin-right: 10px;
	padding-top: 45px;
	white-space: nowrap;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	margin: 0px 3px;
}

#nav a:link, #nav a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

#nav a:hover, #nav a:active {
	color: #666666;
	text-decoration: none;
}

#nav #current a {
	color: #666666;
}

#content {
	width: 700px;	
	min-height:500px;height:auto !important;height:500px;
}

#text {
	padding-left:25px;
}

#text p {
	margin: 15px 50px;
}

.header {
	font-weight: bold;
	padding-top: 10px;	
	font-size:14px;
}


#footer { 
	margin-top: 10px;
	border-top: 8px solid black;
}

#nav_ft {
	width: 700px;
	margin: 0px auto;
	text-align: center;
}

#nav_ft ul{
	padding: 8px 0px;
	white-space: nowrap;
}

#nav_ft ul li {
	display: inline;
	list-style-type: none;
	margin: 0px 3px;
}

#nav_ft a:link, #nav_ft a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}

#nav_ft a:hover, #nav_ft a:active {
	color: #aaaaaa;
	text-decoration: none;
}

#info {
	color: #666666;
	font-size: 10px;
	background-color: #000000;
	font-weight: bold;
}

#copy {
	float: left;
}

#by {
	float: right;
}

#by a:link, #by a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-style: normal;
}

#by a:hover, #by a:active {
	color: #aaaaaa;
	text-decoration: none;
}
 #text p {
 line-height: 1.65em;
 }