body {
	background:#dedede;
	margin:15px;
	font-family:"Arial", "Verdana";	font-size:11px;
	font-weight:normal;	color:#9c9c9c;	letter-spacing:1px;	line-height:normal;
	}
	
a:link {
	color:#c52323;
	text-decoration:none;
	}   
  
a:visited {
	color:#c52323;
	text-decoration:none;
	} 

a:hover {
	color:#f1d4b2;
	text-decoration:none;
	} 

a:active {
	color:#c52323;
	text-decoration:none;
	}

#layout {
	width:400px;
	margin:0 auto;
	background:#000000;
	}

#header {
	width:400px;
	}
	
#nav {
	width:100%;
	font-family:"Arial", "Tahoma", "Verdana";
	font-weight:normal;
	word-spacing:4px;
	padding-top:5px;
	text-align:center;
	background:#000000;
	}

#mainarea {
	float:left;
	padding:20px;
	background:#000000;
	width:360px;
	text-align:justify;
	}

#footer {
	clear:both;
	padding:0px;
	width:400px;
	}

h1 {
	margin:0px;
	padding:0px;
	font-family:"Arial", "Tahoma";
	font-size:11px;
	color:#f1d4b2;
	font-weight:normal;
	letter-spacing:1px;
	text-align:left;
	text-transform:uppercase;
	border-bottom: dotted 1px #f1d4b2;
	}
		
a.nav:link,a.nav:visited,a.nav:active {
	font-weight:normal;
	color:#e7cc36;
	text-align:center;
	padding:0px;
	text-decoration:none;
	text-transform:uppercase;
	}
	
a.nav:hover {
	color:#ec8e37;
	}
	
textarea, input, option, select	{
	border:1px solid #999999;
	background:#ededed;
	padding:2px; 
	font-size:1em;
	font-family:"Arial", "Verdana";
	color: #888888;
	}

.form {
	width:60%;
	}

.password {
	width:29%;
	}
        
.button {
	width:30%;
	}

p.icons {
	text-align:center;
	}

blockquote {
	text-align:justify;
	padding:10px;
	border-left:4px solid #f1d4b2;
	text-align:left;
	color:#9c9c9c;
	}

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

p {
	margin:0;
	padding:0 0 12px 0;
	}
	
td	{
	font-size: 0.9em;
	font-family: "Arial", "Verdana";
	color:#2F3636;
	}