body {
	background-color: #6b6b6b;
	font-family: Verdana,Arial,Tahoma;
	font-size: 13px;
	line-height: 1.4em;
	color: #2b2b2b;
	margin: 10px;
	padding: 0px;
}

a img{
	border: 0px;
}

#container{
	margin:	0 auto;
	width: 972px;
}

#header{
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	height: 323px;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
}

#logo{
	width:	847px;
	height:	153px;
	background-image: url(../images/logo.png);	
}

#comercials{
	background-color: #6b6b6b;
	width: 932px;
	height: 120px;
	margin-top: 16px;
	border: 1px solid #2b2b2b;
}

#content{
	background:#ffffff url(../images/background_content.jpg) repeat-x left top;
	min-height: 380px;
	padding: 20px;
	
}

#footer {
	height: 30px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	text-align:center;
	font-size:16px;
	color: #ffffff;
	padding-top:10px;	
}

#menu{
	text-align:center;
	font-size:20px;
	font-weight: bold;
	color: #ffffff;
	padding-top:5px;
}

h2{
	margin-top: 0px;
	color: #e2007a;
}


#menu a:link {text-decoration: none; color: #ffffff;}
#menu a:visited {text-decoration: none; color: #ffffff;}
#menu a:active {text-decoration: none; color: #ffffff;}
#menu a:hover {text-decoration: none; color: #e2007a;}

#footer a:link {text-decoration: none; color: #ffffff;}
#footer a:visited {text-decoration: none; color: #ffffff;}
#footer a:active {text-decoration: none; color: #ffffff;}
#footer a:hover {text-decoration: none; color: #e2007a;}

#content a:link {text-decoration: underline; color: #2b2b2b;}
#content a:visited {text-decoration: underline; color: #2b2b2b;}
#content a:active {text-decoration: underline; color: #2b2b2b;}
#content a:hover {text-decoration: underline; color: #e2007a;}

