
/* CSS Document */

@import url(menu.css);
@import url(pelicano_titles.css);

body {
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; 
margin:0;
padding:0;
color:#333333;
background-color:#484848;
background-image:url(../images/layout/main_bg.jpg);
background-repeat:repeat-x;
background-attachment:scroll;
text-align:center;
}
		
ul#ul_menu,ul#ul_menu li{
	text-indent: -99999999px;
	list-style-type: none;
}

/* layout  ------------------------------------------------------------------------- */

#container {
	width:780px;
	height:100%;
	margin: 0px auto;
	
	padding:0px;
}

#header{
	width:780px;
	height:170px;
	text-align:left;
	margin:0;
	padding:0;
}

#bluebox{
	position:relative;
	background-image:url(../images/layout/blue_box_bg.jpg);
	background-attachment:scroll;
	background-repeat:repeat-x;
	background-color:#0C0062;
	width:780px;
	height:100%;
	padding:0px;
	margin:0px;
	text-align:left;
}


#left{
	position:relative;
	float:left;
	left:20px;
	width:240px;
	height:100%;
	margin:20px 0 20px 0;
	padding:0px;

}


#right{
	position:relative;
	float:right;
	width:480px;
	height:100%;
	margin:20px 0px 20px 0;
	right:20px;
	
	padding:0px;

}


#nav{
	width:240px;
	height:247px;
	margin:0 0 10px 0;
	padding:0px;
}

#latest{
	width:240px;
	height:100%;
	padding:0px;
	margin:0;

}



#banner{
	width:480px;
	height:231px;
	margin:0 0 10px 0;
}

#contentBox{
	width:480px;
	background-color:#E8E8E8;
	height:100%;
	padding:0;
	margin:0;
}

#content{
	width:440px;
	position:relative;
	left:20px;
	height:100%;
	padding:0 0 20px 0;
	margin:0;
}




p {margin:0; padding:0 0 14px 0; line-height:18px;}


#latest a:link, #latest a:active, #latest a:visited {color:#DBDBDB; text-decoration:none;}
#latest a:hover{color:#FFFFFF; text-decoration:underline;}
#latest p {padding:3px 0 10px 0;}

a:link{color:#333333; text-decoration:underline;}



h1{
	text-indent: -99999999px;

}

h2 {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#000066; padding:0 0 7px 0; margin:0px;}
 

/*rounded edges... */
div.rounded h3 { 
 width:480px;
 margin:0; padding:0;
 height:16px;
 background:url(../images/rounded_top.gif) no-repeat top center; 
}

div.rounded{
width: 480px; 
background:url(../images/rounded_bottom.gif) no-repeat bottom center; 
padding-bottom: 15px;

}


.links a:link, .links a:active, .links a:visited {color:#333333; text-decoration:none;}
.links a:hover{color:#333333; text-decoration:underline;}
.links {line-height:24px;}

.contact {color:#DBDBDB;}


.floatRight{float:right; padding:0 0 15px 15px;}




img {border:0;}