body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 8.5pt;
	text-align: left;
	vertical-align: top;
	background: url('') #000000;
	color: #c8656f;
}

table {
	padding: 5 5 5 5px;
	width: 135px;
	background: #3B3750;
	color: #ffffff;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

p{
	text-indent: 20pt;
	padding: 0px 0 0 0;
}

u{
	color: #DDB1C0;
	border-bottom: 1px dotted #ffffff;
}

b{
	color: #C27ABA;
}

i{
	color: #DDB1C0;
}

blockquote {
	background: #C1A7EB;
	color: #000000;
	margin:22px 40px;
	padding:3px;
}

input{
	border: none;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 8.5pt;
	color: #000000;
	background: #C1A7EB;
}

textarea{
	border: none;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 8.5pt;
	color: #000000;
	background: #C1A7EB;
}


#container {
	background: #3B3750;
	margin: 0 auto;
	padding: 10px;
	width: 700px;
	}

#image {
	width: 700px;
	height: 100px;
	}

#content {
	background: #584D6A;
	color: #ffffff;
	float: left;
	width: 535px;
	length: 100%;
	line-height: 1.5em;
	text-align: justify;
	padding: 3px;
	}

#header{
	background: url('header.jpg');
	float: left;
	width: 700px;
	height: 200px;
}

#sidebar {

	background: #3B3750;
	color: #ffffff;
	width: 127px;
	float: right;
	line-height: 1em;
	margin: 0;
	padding: 0 10px 0 0;
}

.side ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.side ul li{
	padding: 0 0 10px 0;
}

#footer {
	clear: both;
	background: #251232;
	color: #ffffff;
	text-align: center;
	}

h1{
	font-size: 9.5pt;
	font-family: Arial, Georgia, Sans-serif;
	border-bottom: 1px dotted #FFFFFF;
	text-align: center;
	height: 20px;
	padding: 0;
	margin: 5px 0 0 0;
}

h2{
	font-size: 9.5pt;
	font-family: Arial, Sans-serif;
	border-bottom: 1px dotted #FFFFFF;
	text-align: center;
	height: 20px;
	padding: 0;
	margin: 5px 0 0 0;
}

h3{
	font-size: 10pt;
	font-family: Arial, Georgia, Sans-serif;
	text-align: center;
	height: 20px;
	padding: 0;
	margin: 5px 0 0 0;
}

h4{
	background: #e6abaf;
	font-size: 9pt;
	font-family: Arial, Georgia, Sans-serif;
	border-bottom: 1px solid #fedbe2;
	text-align: left;
	height: 20px;
	padding: 0;
	margin: 5px 0 0 0;
}



.nav:link {
	color: #9DA5D2;
	cursor: default;
	text-decoration: none;
	font-weight: normal;
	border-bottom: dotted 1px;
}

.nav:visited {
	color: #9DA5D2;
	cursor: default;
	text-decoration: none;
	font-weight: normal;
	border-bottom: dotted 1px;
}

.nav:active {
	color: #9DA5D2;
	cursor: default;
	text-decoration: none;
	font-weight: normal;
	border-bottom: dotted 1px;
}

.nav:hover{
	color: #BDAEAB;
	cursor: default;
	text-decoration: none;
	font-weight: normal;
	border-bottom: dotted 1px;
}

a:link, a:visited, a:active {
	color: #B08ACA;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
	border-bottom: dotted #ffffff 1px;
}

a:hover {
	color: #ffffff;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
	border-bottom: dotted #ffffff 1px;
}