/* CSS Document made by Alvaro Salva Lezaun. Thanks for looking!*/
/*** HEADER****/
body{
	background-color:#EDE6D6;
	font-family:"Courier New", Courier, monospace;
}
#wrap{
	width:969px;	
	margin:auto;
	padding:0;	
}
#header{
	background: url(images/header.jpg) no-repeat;
	height:138px;	
	margin:0 0 10px 0;
	padding:0;
}
h1{
	font:bold 51px "Courier New", Courier, monospace;
	margin: 0px 0px 0px 35px; 
	padding:35px 0 0 0;
}
/****left module *****/
#leftmodule{
	background:url(images/login_register.jpg);
	width:317px;
	height:506px;
	float:left;
}
/***** content *******/

#content{
	background: url(images/content.jpg);
	width:554px;
	height:491px;
	margin:0px 0px 0px 330px;
	padding:15px 10px 0px 20px;
	
}
/**** navigation ****/
#navigation{
	list-style:none;
	text-transform:uppercase;
	margin:0;
	padding:0;
	margin-right:10px;
	float:right;	
	background: url(images/side_shadow.jpg) top left no-repeat;
	height:506px; 
}
#navigation em{
	clear:right;
	display:block;
	line-height:13px;
	width:1em;
	font-style:normal;
	
}
#navigation li{
	margin:5px 0px 0px 0px;
	
}
#navigation li a{	
	font-size:15px;	
	text-decoration:none;
	display:block;
	background: url(images/lowspam_nav.jpg);
	width: 30px;
	height:126px;	
	color:white;
	padding:25px 0px 0px 15px;
}
#navigation a.selected{
	background: url(images/lowspam_nav_selected.jpg);
}
.separadorH{
	clear:both;
	overflow:hidden;
	height:0;
}

/***************** footer ********************/
#footer{
	clear:both;
	background: url(images/Footer.jpg) no-repeat;
	height:88px;
	margin-top:10px;
	text-align:center;
}
#footer p{
	padding-top:30px;
	font: normal 18px "Courier New", Courier, monospace;
}
#footer a{
	color:black;
}