html {
	height: 100%;
}

body {
	font-family: century gothic;
	font-size: 7.5pt;
	text-align: justify;
	line-height: 9pt; 
	background-color:#ffffff; 
  	scrollbar-arrow-color: #fee9e4;
  	scrollbar-track-color: #ffffff;
  	scrollbar-face-color: #fee9e4;
  	scrollbar-highlight-color: #fee9e4;
  	scrollbar-3dlight-color: #ffffff;
  	scrollbar-darkshadow-color: #ffffff;
  	scrollbar-shadow-color: #fee9e4;
}

#main { 
	margin-left: 0; 
	margin-right: auto;
	width: 650px;
	background-color:#ffffff;
}


/* ---------- nav ---------- */


#menu a {
	position: absolute;
  	height: 30px;
  	width: 630px;
	top: 266px; 
  	text-decoration: none;
}

#menu a i{ 
	visibility: hidden; 
}

a#domain { left: 234px;width: 60px; }
a#network { left: 294px;width: 64px; }
a#exit { left: 358px;width: 33px; }
a#clear { left: 391px;width: 43px; }

/* ---------- img ---------- */

.img {
	background-color: #feaba7;
	border: 1px solid #feaba7;
}

/* ---------- content ---------- */

#content{ 
	position: absolute;
	left:83;
	top:400;
	text-align: justified;
	width: 254px;
	float: left; 
}

.section{ 
	width: 254px;
	text-align: justify;
	color:#888888;
	float: left;
}

.section a:link 	{
	text-decoration: none;
 	font-weight: bold;
 	color: #feaba7; 
	border-bottom: 1px dashed;
	border-color:#c2d398;
}

.section a:visited 
	{
	text-decoration: none;
 	font-weight: bold;
 	color: #feaba7; 
	border-bottom: 1px dashed;
	border-color:#c2d398;
}

.section a:active 
	{
	text-decoration: none;
 	font-weight: bold;
 	color: #fccccc; 
	border-bottom: 1px dashed
	border-color:#c2d398;
}
.section a:hover 
	{
  	font-weight: bold;
	color: #feaba7; 
	border-bottom: none;
}

p {
	font-family: century gothic;
	font-size: 7.5pt;
	text-align: justify;
	line-height: 9pt; 
}

.title 
	{
	color: #d96e68;
	font-family: times new roman;
	font-size: 15pt; 
	line-height: 10px;
	letter-spacing: -2px;
	text-transform: lowercase;
	width: 100%;
	text-align: right;
	background-color: #fccccc;
}

.back{ 
	width: 254px;
	text-align: right;
	color:#aaaaaa;
	float: left;
}

.back a:link 	{
	text-decoration: none;
 	font-weight: bold;
 	color: #feaba7; 
	border-bottom: 1px dashed;
	border-color:#c2d398;
}

.back a:visited 
	{
	text-decoration: none;
 	font-weight: bold;
 	color: #feaba7; 
	border-bottom: 1px dashed;
	border-color:#c2d398;
}

.back a:active 
	{
	text-decoration: none;
 	font-weight: bold;
 	color: #fccccc; 
	border-bottom: 1px dashed
	border-color:#c2d398;
}
.back a:hover 
	{
  	font-weight: bold;
	color: #feaba7; 
	border-bottom: none;
}

.right {
	text-align: right;
	height: 18px;
	color:#888888;
}

.poupee {	
	margin-left: auto;
	margin-right: auto;
	width: auto;

}

/* ---------- footer ---------- */

.footer{
	width: 254px;
	text-align: center;
	color:#888888;
	line-height: 25pt;
}

.footer a:link 	{
	text-decoration: none;
 	font-weight: bold;
 	color: #feaba7; 
	border-bottom: 1px dashed;
	border-color:#c2d398;
}

.footer a:visited 
	{
	text-decoration: none;
 	font-weight: bold;
 	color: #feaba7; 
	border-bottom: 1px dashed;
	border-color:#c2d398;
}

.footer a:active 
	{
	text-decoration: none;
 	font-weight: bold;
 	color: #fccccc; 
	border-bottom: 1px dashed
	border-color:#c2d398;
}
.footer a:hover 
	{
  	font-weight: bold;
	color: #feaba7; 
	border-bottom: none;
}

/* ---------- table & form ---------- */

table { 
	font-family:century gothic;
	font-size:7.5pt;
	color:#888888;
	width:254px;
	border-style:solid;
	border-width:0px;
}

input {
	width: 187px;
	color:#888888;
	font-size: 7.5pt;
	font-family: century gothic;
	background: transparent;
	border: 1px dashed #feaba7;
}

textarea {
	width: 187px;
	color:#888888;
	font-size: 7.5pt;
	font-family: century gothic;
	background: transparent;
	border: 1px dashed #feaba7;
}

.button {
	width: 50px;
	height: 18px;
	color:#888888;
	font-size: 7.5pt;
	font-family: century gothic;
	border: 1px dashed #feaba7;
	background-color: #ffffff;
}
