/* reset all margins and paddings */
* {
	margin: 0;
	padding: 0;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container { 
	width: 960px;  
	background: url(../images/faux_column.jpg) repeat-y;
	margin: 0 auto; 
	padding: 0;
	border: 4px solid #000;
	text-align: left; 
} 

#header { 
	background: url(../images/header.jpg) no-repeat;
	width: 960px;
	height: 200px;
	margin:0;
	padding:0;
	} 
	
#header h1 { 
	text-indent: -9999px;
}	

#top_nav {
	background: url(../images/headerLeft.jpg);
	width: 960px;	
	height: 50px;
}

#top_nav a {
	float: right;
	width: 130px;
	height: 50px;
}

#sidebar_nav {
	float: left; 
	width: 180px; 
}

#sidebar_nav a {
	display: block;
	height: 50px;
	width: 190px;
}

/* sidebar nav - rollover effects */

#newsletter a {background: url(../images/newsletter-yamile-marrero.jpg);}

#guestbook a {background: url(../images/guestbook-yamile-marrero.jpg);}

#links a {background: url(../images/links-yamile-marrero.jpg);}

#contact a {background: url(../images/contact-yamile-marrero.jpg);}


/* top nav - rollover effects */

#about a {background: url(../images/about-yamile-marrero.jpg);}

#stats a {background: url(../images/stats-yamile-marrero.jpg);}

#photos a {background: url(../images/photos-yamile-marrero.jpg);}

#videos a {background: url(../images/videos-yamile-marrero.jpg);}

#join a {background: url(../images/join-yamile-marrero.jpg);}

#home a {background: url(../images/home-yamile-marrero.jpg);}



#sidebar_nav .selected a, #top_nav .selected a {background-position: left bottom ;}

#sidebar_nav a:hover, #top_nav a:hover {background-position: right top;}

  
  
#mainContent {
	background: url(../images/gradient.jpg) repeat-x top left;
	width: 768px;	
	margin: 0 0 0 190px;
} 

#mainContentInner {
	padding: 5px 20px; 
}


#mainContentInner .banners {
padding-left: 100px;
}

#mainContentInner img{
border: #000000 dashed;
}

h1 {
font-size: 19px;
}

h2 {
font-size: 15px;
}

h3 {
font-size: 13px;
}

p {
font-size: 14px;
}


p.breadcrumb {
font-size: 13px;
padding-left: 10px;
background-color: #b8b9bb;
} 

p.breadcrumb a {
color: #CC0000;
} 

p.breadcrumb a:hover {
color: #FFFF00;
} 
  
  

#mainContent #bodyBox {
background: #a2cbe6 url(../images/bottom.gif) no-repeat left bottom;
width: 564px;
z-index: 2;
float:right;
margin-left: 10px;
margin-bottom: 15px;
padding-bottom: 10px;
}

#mainContent #bodyBox h2 {
background:url(../images/top.gif) no-repeat left top;
width: 564px;
z-index: 2;
float:right;
padding-top: 10px;
padding-bottom: 15px;
}

#mainContent #bodyBox p {
padding-left: 20px;
padding-right: 20px;
color: #000;
line-height: 1.3;
z-index: 2;
}



#footer { 
	background: url(../images/footer.jpg) no-repeat;
	width: 960px;
	height: 60px;
	margin:0;
	clear: both;
}
	
#footer p {
	margin:0;
	padding: 6px 0 0 0;
	font-size: 0.9em;
	text-align: center;
	line-height: 25px;
} 	

#footer a {
	color: #000;
	font-size: 0.9em;
	font-weight:bolder;
	}

#footer .copyright {
	float:left;
	padding-left: 70px;
	color:#f086fd;
	font-size: 0.8em;
		}
	
#footer .name {
	float:right;
	padding-right: 60px;
	color:#f086fd;
	}
	
#footer .legal-links {
	color: #f086fd;
	font-size: 0.9em;
}

#footer a:hover {
	color: #ffffff; 
	text-decoration: none;
	}	
	
#footer .sel {
	color: #5468eb;	
	text-decoration: none;
}

#footer .divider {
	color:#FFFF00;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


<!--[if IE 5]>

<style type="text/css"> 

/* place css box model fixes for IE 5* in this conditional comment */

.twoColFixRtHdr #sidebar1 { width: 220px; }

</style>

<![endif]--><!--[if IE]>

<style type="text/css"> 

/* place css fixes for all versions of IE in this conditional comment */

.twoColFixRtHdr #sidebar1 { padding-top: 30px; }

.twoColFixRtHdr #mainContent { zoom: 1; }

/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

</style>

<![endif]-->