*{
	padding:0;
	margin:0;
}

body{
	background-color:#ffff; /* Backgroun dark grey */
	font-family:Arial, Helvetica, sans-serif;
}

img{
	border:0;
}

a:visited, a:link{
	color:#0000;
}

label{
	width:6em;
	text-align:right;
	padding-right: 0.5em;
}

h1{
	font-size:1.0em;
}

#Header{
	background-image:url("images/logo.gif");
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#353535;
	height:156px;
	width:100%;
}

#Navigation { /* Container de Menu */
	width:850px;
	margin:0 auto 2px auto;
	position:relative;
	top:120px;
}

/*	
SIDEBAR ---------------------------- */	
#secondary {
	float: right;
	width: 225px;
	padding: 0 20px 40px 0;
	}

#featured {
	margin-top: 27px;
	width: 225px;
	padding-bottom: 12px;
	color: #fff;
	background: #acacac url(images/featured-bg.png) no-repeat bottom;
	}

/* position: relative used to position star image */
/* padding-right added so text doesn't collide with star */
#featured h3 {
	position: relative;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	padding: 10px 20px 8px 10px;
	background: url(images/featured-corners.png) no-repeat;
	}
	
#featured h3 img {
	position: absolute;
	right: 12px;
}	
	
#featured-content {
	padding: 15px 13px 7px;
	background: url(images/featured-rule.png) no-repeat;
	}

#featured-content h4 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.1em;
	color: #F7f7f7;
}	

#featured-content h4 a {
	padding-right: 18px;
	background: url(images/arrow-featured.png) no-repeat right center;
	}

#featured-content img:first-child {
	display: block;
	float: left;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	padding: 9px 9px 11px 10px;
	background: url(images/avatar-bg.png) no-repeat;
	}	
	
#featured-content p {
	font-size: .87em;
	color: #d2d2d2;
	}	

#featured a {
	color: #fff;
	text-decoration: none;
}
#featured a:hover {
	color: #d4d3d3;
	}

#toprated {
	margin-top: 17px;
	width: 225px;
	padding-bottom: 12px;
	background: url(images/rated-bg.gif) no-repeat bottom;
	}	
	
#toprated h3 {
	padding: 10px 10px 8px 10px;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	background: url(images/rated-top.gif) no-repeat top;	
	}

#toprated p a {
	color: #fe6600;
	text-decoration: none;
}
#toprated p a:hover {
	color: #d4d3d3;
	}

#toprated img {
	display: block;
	float: center;
	width: 150px;
	height: 100px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #d4d3d3;
	margin-top: 10px;
	margin-left: 25px;
}
#topratedweather {
	margin-top: 17px;
	width: 225px;
	padding-bottom: 12px;
	background: url(images/rated-bg.gif) no-repeat bottom;
	}	
	#topratedweather h3 {
	padding: 10px 10px 8px 10px;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	background: url(images/rated-top.gif) no-repeat top;	
	}

#topratedweather img {
	display: block;
	float: center;
	padding: 5px 5px 5px 5px;
	border: 1px solid #d4d3d3;
	margin-top: 10px;
	margin-left: 25px;
}
/* Fin de sidebar */
