/**************** Body and tag styles ****************/
*{margin:0; padding:0;}

body{
font:12px Arial,Verdana,Tahoma,sans-serif;
color:#000000;
background-image:url(design/bg_main.jpg);
text-align:center;
}

a{
color:#FF6600;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{color:#000000; text-decoration:underline; background-color:inherit;}
a img{border:none;}

h2{
color:#FF6633;
margin-bottom:15px;
}

h3{
color:#FF6633;
margin-bottom:15px;
}

ul{
list-style-type:disk;
margin-left:20px;
margin-bottom:5px;
text-align:left;
}

li{
margin-bottom:5px;
}

/**************** Header and navigation styles ****************/

#container{
width:850px;
padding:0px 0;
text-align:left;
color:#000000;
}

#header{
height:305px;
width:850px;
background-image:url(design/header.jpg);
background-repeat:no-repeat;
}

/**************** Menu **************************/
#navigation{
height:41px;
width:850px;
background-image:url(design/menu_bg.gif);
background-repeat:no-repeat;
font-size:16px;
font-weight: bold;
}

#navigation a{color:#000000; background-color:inherit; font-weight:bold;}
#navigation a:hover{color:#FF6600; background-color:inherit; text-decoration: underline;}

/**************** Content styles ****************/

#content{
float:left;
width:850px;
font-size:12px;
text-align:justify;
background-image:url(design/body_bg.jpg);
background-repeat:no-repeat;
background-color:#FFFFFF;
}

/**************** Footer styles ****************/

#footer{
clear:both;
width:850px;
font-size:12px;
color:#000;
background-color:#FFFFFF;
background-image:url(design/footer_bg.gif);
background-repeat:no-repeat;
background-position:top;
}

#footer p{padding:0; margin:0; text-align:center;}
#footer a{color:#000000; background-color:inherit; font-weight:bold;}
#footer a:hover{color:#FF6600; background-color:inherit; text-decoration: underline;}

#copyright{
font-size:11px;
color:#FF6600;
margin-top:10px;
margin-bottom:10px;
}

/**************** Designed by ****************/
#designed{
font-size:11px;
color:#FF6600;
margin-right:5px;
text-align:right
}

#designed a{color:#FF6600; background-color:inherit; font-weight:bold;}
#designed a:hover{color:#000000; background-color:inherit; text-decoration: underline;}

/**************** Activa *****************/
.activa {
	color: #FF6633;
	font-weight: bold;
}
