/* Left Section */

#hamel_left_section {
	
	width: 300px;
	float: left;
	margin: 10px 0px 10px 5px;
	
}

* html #hamel_left_section {

	margin-left: 5px;
background: #FF9933;
}

.hamel_post {
	
	width: 300px;
	margin-top: 5px;
	margin-bottom: 15px;
float: left;
	
}


.hamel_post_mid {
	
	width: 300px;
	background: #FF9933;
	
	padding-top: 25px;

}


.hamel_post_bottom {
	
	width: 300px;
	background: #FF9933;
padding-top: 25px;
	
	
}
.hamel_post_bottom p {
	
	font-size: 12px;
	color: #000;
	margin : 0px 5px 10px 10px;
	text-align: justify;

}


.hamel_post_mid p {
	
	font-size: 12px;
	color: #000;
	margin : 0px 5px 5px 5px;
	text-align: justify;

}
/* End Of Pink Post */

span.post{
	margin: 5px;
	color: #666;
	font-size: 11px;
	
}

/* End Of Left Section */
/* Right Section */
#hamel_right_section {
	
	width: 310px;
	float: right;
	margin: 10px 5px 10px 0px;
	
}

* html #hamel_right_section {

	margin-right: 15px;
}

.hamel_section_box {
	
	width: 310px;
	margin-top: 5px;


}

.hamel_section_box_top {
	
	width: 300px;
	height: 35px;
	background: url(images/section_top.jpg) no-repeat;
	font-size: 18px;
	color:#FF9933;
	font-weight:bold;
	padding: 15px 0 0 5px;

}


.hamel_section_box_mid {
	
	width: 310px;
	background: #FF9933;
	padding-top: 25px;
}


.hamel_section_box_mid p {
	
	font-size: 12px;
	color:#000;
	margin : 0px 0px 5px 5px;
	text-align: justify;

}

.hamel_section_box_mid p a {
	
	font-size: 12px;
	color:#333;
text-decoration: underline;

}

.hamel_section_box_mid p a:hover {
	
	font-size: 12px;
	color:#999;

}



.hamel_section_box_bottom {
	
	width: 308px;
	height: 31px;
	background: #FF9933;
	margin-top: 15px;
	

}

/* End Of Right Section*/



#horizontal {
   border:none;
   background-color:#FF9933;
   width:700px;
   margin:0 auto;
   padding:0;
}

 
#contentContainer {
   border:none;
   background-color:#FF9933;
   width:660px;           
   margin:0 auto;
   padding: 20px 20px 1px 20px; /*top right bottom left*/
}

#contentContainer a:link, a:visited, a:active {
   color: #000;
   text-decoration:underline;
}

h4.title {            /* column titles */
   margin:0 auto;
   padding: 10px 2px 10px 10px ;
   text-align:center;
   font-size:.9em;
   background-color:#999900;
}

h4.secondTitle {            /* main titles */
   margin:0 auto;
   padding: 40px 2px 10px 20px ;
   width: 678px;
   text-align:left;
   font-size:.9em;
   background-color:#999900;
}

h4.shortTitle {            /* main titles */
   margin:0 auto;
   padding: 20px 2px 10px 20px ;

   text-align:left;
   font-size:.9em;
   background-color:#999900;
}

#contentContainer li {
   font-size:.8em;
   font-family: sans-serif;
}

p {
   font-size:.8em;
   font-family: sans-serif;
}


#columnLeft {
   border:none;
   background-color:#FF9933;
   width:310px;     
   margin:0 auto;
   float: left;
   padding: 20px 20px 2px 20px;
}

#columnRight {
   border:none;
   background-color:#FF9933;
   width:310px;     
   margin:0 auto;
   float: right;
   padding: 20px 10px 2px 20px;
}

#titleRight {
   border:none;
   width:350px;     
   margin:0 auto;
   float: right;
}

#titleLeft {
   border:none;
   width:350px;     
   margin:0 auto;
   float: left;
}

#footer {
   background-color:#666600;
   margin:0;
   padding:10px;
   text-align:center;
   font-size:.7em;
	width: 680px;

}
#footer a {
	color: #ccc;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}


#menu {
	background: #666600;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #666600 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #999900;
	color: #fff;
	padding-bottom: 8px;                    
}                    
