/* div { border: 1px solid #000; } */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000 url(../images/BG_body.jpg) center top no-repeat;
	font: 12px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #383838;
}
a { text-decoration: none; }
#header {
	position: relative;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(../images/BG_topbar.jpg) 50% 44px no-repeat;
}
#contentbg {
	background: url(../images/BG_content.jpg) center repeat-y;
}
#content {
	position: relative;
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 20px;
	background: #E3E3E3 url(../images/BG_gradient.gif) top repeat-x; /* Content Gradient */
}
#container {
	width: 730px;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
}
/* Hide from IE/Mac \*/
* html #container {
	width: 760px;
	w\idth: 730px;
}
/* End hide from Mac */

#logo {
	padding-top: 17px;
	text-align: center;
}
#flash {
	margin: 0;
	width: 760px;
	height: 188px;
	background: url(../images/BG_banner.jpg) center no-repeat;
	overflow: hidden; /* Is this good? */
	text-align: center;
}
#footerbg {
	background: url(../images/BG_footer.jpg) center no-repeat;
	height: 111px;
}
#footer {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}
#nav {
	position: relative;
	margin: 0;
	margin-left: 14px;
	padding: 0;
	width: 716px; /* Actual width = 716px */
	height: 27px;
	background: #000;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
#nav img {
	color: #FFF;
	padding: 0;
	margin: 0;
	border: 0;
}
#nav table#nav_bar {
	height: 27px;
	width: 600px;
	margin: 0;
	padding: 0;
	margin-left: 99px;
	margin-right: 6px;
}
#nav table#nav_bar tr {
	font: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}
#nav table#nav_bar td {
	vertical-align: top;
	margin: 0;
	padding: 0;
}
#nav table#nav_bar td.active, #nav table#nav_bar td a:hover { background: url(../images/BG_nav_underline.jpg) repeat-x; }
#nav #l_edge {
	position: absolute;
	left: 0;
	top: 0;
	height: 27px;
	width: 99px;
	background: url(../images/BG_nav_left.jpg) no-repeat;
}
#nav #r_edge {
	right: 0;
	top: 0;
	position: absolute;
	height: 27px;
	width: 6px;
	background: url(../images/BG_nav_right.jpg) no-repeat;
}
#undernav {
/*	z-index: -1;
	position: relative; */
	margin: 0;
	margin-top: 3px;
	margin-left: 12px;
	width: 688px;
}
#account {
/*	float: right; */
	position: absolute;
	top: 34px;
	right: 0px;
	width: 131px;
	height: 22px; 
	border: 0;  
}
#content table#main {
	width: 650px;
	padding: 0;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 20px;
}
#content div#details {
	width: 650px;
	margin: 0 auto;
}	
body #content table#dlNews {
	font-size: 12px; /* 10px */
	font-weight: bold;
	width: auto;
	margin: 0;
	padding: 0;
}
#intro {
	width: 186px;
	margin-left: 50px;
	padding: 28px;
	padding-top: 0;
	padding-left: 0;
	background: url(../images/BG_left.jpg) right no-repeat;
	font-size: 12px;
}
#news {
	background: url(../images/BG_news.gif) top right no-repeat;
	font-size: 11px;
}
/* Hide from IE Mac \*/
* html #news {
	padding-top: 30px;
}
/* End of hack */
#news ul {
	list-style: none;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	background: url(../images/BG_list.gif) top no-repeat;
}
#news ul li {
/*	border-bottom: 1px solid #EAEAEA; */
	background: url(../images/BG_list.gif) bottom no-repeat;
	padding: 3px 0;
}
#news ul li a {
	text-decoration: none;
	color: #7880A6;
}
#news ul li a:hover {
	color: #FF0000;
}
div.hr {
	background: url(../images/BG_hr.gif) no-repeat;
	margin-left: 20px;
	margin-top: 5px;
	height: 6px;
	width: 592px;
}
div.hr-wide {
	background: url(../images/BG_hr_wide.gif) no-repeat;
	height: 6px;
	width: 665px;
	margin-left: 20px;
	margin-top: 5px;
}
form h1 {

font-size: 16px;
text-align: center;
text-align: left;
padding-left: 30px;
background: #F2F1F1;

}
#everything {
/* This is the table that holds all the content so that there are no resizing problems with IE */
	width: 100%;
}
#music-button {
/* This holds a little flash button for the non-flash banners */
	position: absolute;
	top: 100px;
	right: 20px;
}
table#dlNews li {
    padding-left: 25px;
    background: url(../images/BULLET_news.gif) 0 0 no-repeat;
    list-style: none outside;
}
/* Text for top of SESAC latina
----------------------------------*/
#tu_familia, #creciendo {
	position: absolute;
	top: 80px;
}
#tu_familia {
	left: 25px;
}
#creciendo {
	right: 30px;
}


/* ------ G E N E R A L ------ */
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.center { text-align:center; }
.prop { /* To hold up Divs that don't look right with the gradient */
	height: 220px;
	width: 1px;
	float: right;
}
a img { border: none; }.border_mag {
	border: 1px solid #000000;
}
.border_orange {
	border: 3px solid #FF6600;
	margin-left: 7px;
	margin-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	}

.border_blue {
	border: 3px solid #5599EE;
	margin-left: 7px;
	margin-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	}	
.hdr_maroon {
	color: #660500;
	font-size: 18px;
	font-weight: bold;
}
.hdr_orange {
	color: #FF6600;
	font-size: 22px;
	font-weight: bold;
}
.hdr_orange_sm {
	color: #FF6600;
	font-size: 13px;
	font-weight: bold;
}
.hdr_blue {
	color: #5599ff;
	font-size: 22px;
	font-weight: bold;
}
.hdr_blue_sm {
	color: #5599ff;
	font-size: 13px;
	font-weight: bold;
}
.hdr_sm {
	color: #CC9900;
	font-size: 12px;
	font-weight: bold;
}
.hdr_sm2 {
	color: #559966;
	font-size: 13px;
	font-weight: bold;
}
.hdr_smwhite {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
}
