body {
	bgcolor: #d1d9df;
	padding: 0;
	margin: 0;
	}

td, div, font, textarea, input {
	font-family: arial;
	font-size: 9pt;
	color: #777;
	text-align: justify;
	line-height: 140%;
	}

textarea, input { 
	border-width: 0px;
	border-color: #111;
	border-style: solid; 
	background: #f3f3f3;
	padding: 2px;
	} 
  
textarea {
	width: 100%; 
	height: 140px;
	} 

blockquote {
	margin: 15px;
	padding: 15px;
	background: #ebebd9;
	font-size: 12pt;
	}

b {
	font-size: 7pt;
	color: #931548;
	text-transform: uppercase;
	}

i {
	color: #b18cbc;
	font-style: normal;
	}

a:link, a:active, a:visited {
	font-family: arial;
	font-size: 9pt; 
	color: #bbbb87; 
	text-decoration: underline;
	}

a:hover {
	font-family: arial;
	font-size: 9pt; 
	color: #d91c3e; 
	text-decoration: none;
	}

#headernavi a:link, #headernavi a:active, #headernavi a:visited {
	font-family: arial;
	font-size: 10pt;
	color: #b18cbc;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
	line-height: 25px;
	padding-left: 10px;
	background-color:#efeae5
	}

#headernavi a:hover {
	font-family: arial;
	font-size: 10pt;
	color: #b18cbc;
	background: #483e35;
	letter-spacing: 1px;
	}

#header {
	background: #483e35;
	width: 100%;
	height: 200px;
	margin-top: 0px;
	}


#headercenter {
	position: absolute;
	top: 0px;
	left: 713px;
	width: 900px;
	margin: 0px 0px 0px -350px;
	height: 200px;
	background: #efeae5;
	}


#headernavi  {
        background: #efeae5;
	width: 200px;
	height: 199px;
	float: left;
	border-bottom: 1px solid #eee;
	}

#container {
	position: absolute;
	top: 200px;
	left: 713px;
	width: 900px;
	margin: 0px 0px 0px -350px;
	height: auto;
	background: #ffffff;
	}

#content {
	width: 690px;
	float: left;
	padding: 5px;
	border-left: 1px solid #eee;
	}

#navi {
 	width: 190px;
	float: left;
	padding: 4px;
	}

h1 {
	font-family: arial;
	font-size: 10pt;
	color: #95585e;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 170%;
	}

#footer {
	background: #b18cbc;
	width: 100%;
	height: 40px;	
	clear: left;
	}

#footer p {
	padding: 10px 0;
	text-align: center;
	}

