body	{
  background: #f3f1f6 url('bg.jpg') repeat fixed;
  margin: 0;
  font: 11px arial;
  color: #4b4b4d;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 19px;
}
	
a { 
  text-decoration: none; 
  color: #486bd2;
  letter-spacing: 1px;
  border-bottom: 1px solid #6abedd; 
  }

a:hover {
  color: #c9c9c9; 
  border-bottom: 1px solid #6abedd;
  }

p {
	margin:0;
	padding:0 0 10px 0;
	}
	
i, b {color: #24908f;}

#layout {  	
	width: 680px;
	margin-left: auto; margin-right: auto;				
	text-align:left;
	background: #fff;
	}

#header {
	width:100%;
	}

#mainarea {
	width:505px;
	padding: 15px 15px 15px 0;
	float:right;
	text-align:justify;
	}

#footer {
	clear:both;
	font-size:10px;
	width:680px;
	text-align:center;
	line-height:110%;
	color:#777;
	padding:5px 0 0 0;
	}

#nav {
  float:left;
  width:115px;
  padding: 15px;
  background: transparent;
  font: 13px arial;
  letter-spacing: 5px;
  text-align: left;
  position: relative;
  }

#nav a {
  color: #2cbccb;
  border-bottom: 0px;
  display:block;
  }
  
#nav a:hover {
  color: #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  display:block;
  }

h1 {
  font: 18px georgia;
  color: #4244b3;
  padding-bottom: 0px;
  margin-bottom: 0px;
  letter-spacing: 0px;
  text-align: left;
  }

ul {
	list-style-type: square;
	padding:0px;
	margin-left:20px;
	margin-top:0px;
	}
	
input, textarea, option, select {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #888888;
	background: #EDEDED;
	border:solid 1px #999999;
	padding:2px;
	}
	
	.form {
        width:60%; }

    .password {
        width: 29%;    }
        
        .button {
        width:30%; }
	
div#left {
	float:left;
	width:59%;
	text-align:left;
	}

div#right {
	float:right;
	width:40%;
	text-align:right;
	}
	
div#clear {
	clear:both;
	}
	
blockquote {
	text-align: justify;
	background-color: #E5E5E5;
	color: #333333;
	margin: 20px 80px;
	padding: 10px 10px 10px 10px;
	line-height: 17px;
	text-transform: none;
}

.affimg {background: #FAFAFA;
border: 1px solid #E4E4E4;
padding: 4px;
margin-left: 2px;margin-top: 2px;margin-right: 2px;margin-bottom: 2px;}

p.icons {
	text-align:center;
	}