body {
    padding: 0;
	padding-bottom: 20px; /* Some nice space in IE */
	margin: 0;
	text-align: center;
	background: black;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFE7C6;  
}
p { font-size: 1.3em; }

a:link, a:active, a:visited {
	color: #FFB573;
	text-decoration: none;
}
a:hover {
	color: #FFCE9C;
	text-decoration: none;
}

#mainContainer {
	width:760px;
	margin: 20px auto; /* funny little bug requires this */
	padding: 0;	
	text-align:left;
	background: black;
}

#header { 
    width: 760px;
	background: url(../img/header.jpg) no-repeat;
	height: 100px;
}

/* Main Content (Index) styles begin below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/	
	
.withSidebar { float: right; width: 538px; }	

#content {
    margin: 20px;	
}
	
#contentHeader {
    margin: 0;
	padding: 0;
	width: 100%;

}
      
#contentHeader h1 {  
	margin: 0;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	color: #FFB573;  
	background: url(../img/cellpic1.gif);
	border: 1px solid #303030;
	height: 25px;
	line-height: 22px;
}  
   
#contentHeader h1 a { text-decoration: none; }   

#content p {
   padding: 0 15px;
   margin: 10px 0;
}
   
.center { text-align: center; }

.readMore {
   margin-left: 330px ;
   padding: 0 0 0 20px;
   background: url(../img/read_more.png) no-repeat 0 0;
   font-size: 1.3em;
   font-style: italic;
}   
   
#contentFooter {
   margin: 10px 0 20px 0;
   height: 25px;
   line-height: 25px;
   background: #1C1C1C;
   width: 100%;
   border: 1px solid #303030;
}   
   
#contentFooter p {
   margin: 0;
   padding: 0 10px;
}

/* Begin Left Column 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

.leftColumnContainer {
   float: left;
   width: 220px;
   }

.leftColumn {
   margin: 20px 20px 0 20px;
   margin-left: 0;
   padding: 0;
   background: #000;
/*   border: 2px solid #303030;  */
   }
   
.base { margin-bottom: 20px; }   
   
.leftColumn p {
   padding: 10px;
   margin: 0;
   }   
   
.leftColumn h2 {
   margin: 0;
   background: url(../img/cellpic1.gif);
   text-indent: 5px;
   line-height: 22px;
   height: 25px;
   border: 1px solid #303030;
   font-size: 1.4em;
   color: #DD6600; 
   }   
   
.leftColumn ul {
   padding-left: 10px;
   margin: 10px 0;  
   list-style: none;     
   
   font-size: 1.3em;
   font-weight: bold;
   color: #0d4072;
   }
   
.leftColumn li {
   line-height: 18px;
   padding: 0 0 0 20px;
/* background: url(../img/bullet.jpg) no-repeat 0 .1em;  */
   }   
   
.leftColumn form { margin: 10px 0; }   

div.ulMargin ul { margin-bottom: 15px; }
   
  
/* Footer Begins Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#footer { 
  margin: 0;
  padding: 5px;
  background: #1C1C1C;
  border: 1px solid #303030;
  }
  
#footer p {  
  margin: 5px 0;
  line-height: 1.2em;
  text-align:center;

  }  

/* Extra Styles (Colors, sizes, etc) Begin Below 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
			
.small {font-size: 1.1em; }	
.medium { font-size: 1.6em; }
.large { font-size: 2em; }

.red { color: red; }
.bold { font-weight: bold; }

#clear { clear: both; }


/* Gallery Styles Begin Below
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

#gallery ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#gallery li {
	float: left;
	margin: 10px;
}
#gallery li a {
	color: black;
}