@charset "UTF-8";
/* CSS Document */
a:link {
	color: #ed1c24;
	text-decoration: none;

}
a:visited {
	color: #ed1c24;
	text-decoration: none;

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

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

}

img {
border:0px;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}
#wrapper {
width:980px;
top:0px;
left:50%;
margin-left:-490px;
position:relative;

}


#maincontent {
width: 600px;
top:0px;
position:absolute;
margin-top: 350px;
margin-left:115px;
}

#navbar {
width: 864px;
height: 53px;
top:0px;
margin-top:290px;
margin-left:50px;
position:absolute;
background-image:url(images/navback.jpg);
background-repeat:repeat-x;
}

#navlist    {list-style: none;}
#navlist li {font:12px Verdana, Arial, Helvetica, sans-serif; float:left; padding:7px 7px 0 0;}
#navlist a  {color:#ffffff;}
#navlist li a:hover {background-color:#FFFFFF; color:#000000;}


#blurbbox {
width:406px;
height:317px;
top:0px;
margin-left:480px;
margin-top:110px;
padding:40px;
position:absolute;
background-image:url(images/blurb.png);
background-repeat:no-repeat;
overflow:hidden;
font-style:italic;
}

#blurbtext {
width:340px;
height:250px;
top:0px;
margin-left:490px;
margin-top:110px;
padding:20px;
position:absolute;
font-style:italic;
font-size:12px;
overflow:hidden;
text-align: justify;
}

#logo {
width:395px;
height:127px;
top:0px;
margin-left:65px;
margin-top:120px;
position:absolute;
background-image:url(images/logo.png);
background-repeat:no-repeat;
}

#vertad {
width:130px;
height:275px;
background-image:url(images/vertad2.jpg);
background-repeat:no-repeat;
top:0px;
position:absolute;
margin-top:440px;
margin-left:730px;
padding: 25px 5px 0px 5px;
}

#horizad {
width:764px;
height: 101px;
margin-left:150px;
position:absolute;
background-image:url(images/horizad.jpg);
background-repeat:no-repeat;
}

#google {
width:728;
height: 90px;
margin: 5px 0 5px 23px;
position:absolute;
background-image:url(images/horizad.jpg);
background-repeat:no-repeat;
}

.offset {
margin-top:20px;
margin-left:75px;

}

#foot {
font-size:10px;
position:relative;
left: 50%;
margin-left:-490px;
bottom: 0px;
text-align:center;
}