/* CODA CSS */

/* Global Classes
----------------------------------------------- */

html,body {
	margin-left: 0px;
	margin-top: 0px;
	font:normal 13px georgia;
	line-height:1.3em;
	color:#777777;
	height:100%;
	background-image:url(../img/bg_icon.jpg);
	background-repeat:repeat;
}

a:link {
  color:#5b6b03;
  text-decoration:none;
  }
a:visited {
  color:#5b6b03;
  text-decoration:none;
}
a:hover {
  color:#5b6b03;
  text-decoration:underline;
}

/* Headers
----------------------------------------------- */

/* Main Header
------------------ */  
h2 {
	font:bold 21px georgia;
	color:#3c598e;
	margin-bottom:10px;
}

/* Sub Header
------------------ */ 
h3 {
	font:bold 15px georgia;
	color:#3c598e;
	margin-bottom:10px;
	padding-top:10px;
}


/* Date Header
------------------ */  
h4	{
	font:normal 11px Arial;
	color:#ffffff;
	padding:0px;
	margin:0px;
	line-height:1.5em;
}

/* Copy
------------------ */  
h5	{
	font:normal 14px georgia;
	color:#777777;
	padding:0px;
	margin:0px;
	line-height:1.5em;
}

/* Post Footer
------------------ */  
h6	{
	font:bold 12px Arial;
	color:#999999;
	padding-left:0px;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:10px;
	margin:0px;
}


/* Containers and Content Boxes
----------------------------------------------- */

.containerHeader {
	width:950px;
	margin:0 auto;
}

.containerNav {
	width:950px;
	height:36px;
	background-image:url(../img/navBase2.jpg);
	margin:auto;
}

.contentNav{
	padding-left:25px;
	padding-top:9px;
	font-weight:bold;
	color:#3c598e;
}


.containerMain {
	/*position:relative;*/
	/*height:100%;*/
	/*min-height:100%;*/
	background-color:#fff;
	width:900px;
	margin:0 auto;
	padding:25px;
	
}



.contentLeft{
	float:left;
	width:565px;
	padding-right:34px;
	border-right:1px dotted #333333;
	
}

.contentHeaderRight{
	float:left;
	width:285px;
	padding-left:15px;
	
	
}

.contentRight{
	float:right;
	width:285px;
	padding-left:15px;
	
	
	
	
}

.clearBoth{
	clear:both;
}

.containerFooter {
	background-color:#fff;
	width:950px;
	margin:auto;
	/*position:absolute;*/
	bottom:0;
}



/*----------------------------------------------*/


.baseLeft{
	width:452px;
	/*border-right:1px solid #333333;*/
	float:left;
}

.baseRight{
	width:309px;
	float:right;
	margin-bottom:0px;
}

.footer{
	width:745;
	clear:both;
	text-align:center;
	padding:20px;
}
	
.topMargin{
	width:745;
	height:20px
}

/* Dj Pictures and Bios
----------------------------------------------- */

.djLeft{
	width:400px;
	/*border-right:1px solid #333333;*/
	float:left;
	padding-bottom:25px;
}

.djRight{
	width:400px;
	/*border-right:1px solid #333333;*/
	float:right;
	padding-bottom:25px;
}

.clear{
	clear:both;
}

.imageLeft{
	width:75px;
	/*border-right:1px solid #333333;*/
	float:left;
}

.image{
	margin-left:20px;
	width:75px;
	/*border-bottom:1px dotted #333333;*/
	
}

.bioRight{
	width:300px;
	/*border-right:1px solid #333333;*/
	float:right;
}

.bio{
	width:285px;
	margin-left:10px;
	margin-bottom:10px;
	text-align:left;
	/*border-bottom:1px dotted #333333;*/
}


	