* {
	margin: 0;
	padding: 0;
}

body {

background: #000000 url(images/back.jpg) repeat-x;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
letter-spacing: +1px;

color: #999;
}

a { 
color: #dc143c;
text-decoration: none;

 }
a:hover 
{ 
color: #999; 
text-decoration: underline; 
}


#wrap {
width: 980px;
margin: 0 auto;
}

#header {
margin: 40px 0 50px 0;
}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: -1px;
}
#header h1 a {
color: #DC143C;
text-decoration: none;
}
#header h1 a:hover {
color: #999;
text-decoration: none;
}
#header h2 {
color: #999;
font-size: 18px;
font-weight: 100;


}
/*Navigation*/
  #button{
	clear: both;
	height: 16px;
	background-image: url(images/vanguardias_ba.jpg);
	background-image-align: right;
	text-align: right;
	color: #000000;
	font-size: 14px;
	letter-spacing: +1px;
	word-spacing: 48px;

	padding: 0px 10px 0px 0px;
}
  #button a{
  	
    color: #000000;
    font-size: 14px;
    text-decoration: none;
  }
  #button a:hover {
  	
    color: #DC143C;
    text-decoration: none;
  }
  ul#metaLink{
    background: transparent;
    list-style: none;
  }
  ul#metaLink li{
    display: inline;
  }



/*End of Navigation*/


#content {
float: right;
width: 468px;
padding: 0 20px 20px 20px;


text-align: justify;
}
#content h3 {
color: #DC143C;

font-size: 16px;
font-weight: 100;
text-align: center;
}


#content h4 {
color: #999;
font-size: 15px;
font-weight: 100;
text-align: center;

}
#content h4 a {
color: #999;
text-decoration: none;

}
#content h4 a:hover {
color: #DC143C;
text-decoration: underline;
}

#leftmenu {
float: left;
width: 205px;
padding: 0 20px 20px 0;
}
#leftmenu h2 {
 
padding: 10px 0 5px 0;


color: #B0FFBD;
font-size: 18px;
font-weight: 100;
}
#leftmenu ul {
list-style-type: none;
padding: 0 0 10px 0;
}

#rightmenu {
float: left;
width: 205px;
padding: 0 20px 20px 20px;
border-left: 1px dotted #dc143c;
}
#rightmenu h2 {

padding: 10px 0 5px 0;

color: #B0FFBD;
font-size: 16px;
font-weight: 100;
}
#rightmenu ul {
list-style-type: none;
padding: 0 0 10px 10px;

}


/*------------------------*/
  #footer{
	clear: both;
	height: 14px;
	background-image: url(images/vanguardias_ba.jpg);
	background-image-align: right;
	text-align: right;
	color: #000000;
	font-size: 12px;
	word-spacing: 12px;

	padding: 0px 0px 0px 10px;
}
  #footer a{
    color: #000000;
    text-decoration: none;
  }
  #footer a:hover{
    color: #DC143C;
    text-decoration: none;
  }
  ul#metaLink{
    background: transparent;
    list-style: none;
  }
  ul#metaLink li{
    display: inline;
  }

/*--------------------*/
  .clearFix{
    clear: both;
  }	
	







