		html, body {
			height: 100%;
		}

		body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	background-color: #f2f2f2;

		}
		h4 {
			 margin: 5px 0px;
			 padding: 0px;
		}
		a {
	text-decoration: none;
	border-bottom: 1px dotted #F2F2F2;
	color: #9299FF;
		}
		a:hover {
	color: #A393EC;
	border-bottom-width: 0px;
	border-bottom-style: none;
		}
		ul {
			list-style: none;
			padding-left: 0px;
			display: block;
		}
		li {
			padding: 0px 0px 5px 0px;
		}
		p {
	margin: 5px 0px;
	padding: 0px;
	line-height: 150%;
		}
		#container {
	width: 285px;
	height: 768%;
	padding-left: 6px;
		}
#header {
	width: 300px;
	height: auto;
	background-color: #000000;
	float: left;
	background-image: url(files/logo.jpg);
	margin-bottom: 5px;
		}
#text {
	width: 316px;
	background-color: #000000;
	float: right;
	height: 100%;
		}
#nav {
	width: 203px;
	height: 230px;
	background-color: #000000;
	float: right;
	margin-top: 43px;
		}


.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1F1F1;
	line-height: 175%;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A393EC;
	line-height: 160%;
	font-weight: bold;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F1F1F1;
	line-height: 160%;
	font-weight: bold;
}
