@charset "utf-8";

* {
margin:0;
padding:0;
}



body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #BFB4AA;
	margin: 0; 
	padding: 5px 0;
	text-align: center;
	color: #000000;
	letter-spacing: normal;
	font-size: 16px;
}

.twoColElsLtHdr #container { 
	width: 60em;
	margin: 0 auto; 
	text-align: left;
	background-color: #BFB4AA;
} 
.twoColElsLtHdr #header { 
	background-color: #BFB4AA;
	border: 0;
	padding: 0; 
	margin: 0;
} 

.twoColElsLtHdr #header a{ 
	border: 0;
	text-decoration: none;
}

.twoColElsLtHdr #header img{ 	
	border: 0;
	margin-left: auto;
    margin-right: auto ;
	display: block;
	width: 60em;
}

.twoColElsLtHdr #footer { 
	padding: 0 10px 0 0; 
	background: #BFB4AA  url(../images/footer_new_rounded.jpg) no-repeat bottom center;
	
} 

.twoColElsLtHdr #footer p {
	margin: 0; 
	padding: 0.5em 0; 
	font-size: 14px;
	font-family: Trebuchet MS;
	text-align: right;
	color: #F5F5F5;
}


.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;
}

/*menu and sidebar*/
.twoColElsLtHdr #sidebar1 {
	background: #BFB4AA url(../images/menu_background_new_rounded.jpg) no-repeat center center;
	width: 10.6em;
	padding-top: 3px;
	padding-bottom: 5px;
	float: left;
}


#menu {
	list-style: none;
	padding: 5px 2px 15px 15px;
	margin: 2px 2px 2px 6px;
}

#menu a {
	color: #F5F5F5;
	font-family: Trebuchet MS;
	font-size: 14px;
	height: 20px;
	display:block;
	text-decoration: none;
	padding: 8px 0 0 0px;
	font-weight:normal;
	outline: none;
}

#menu a:hover, #menu #currentpage {
	color: #BFB4AA;
	text-decoration: underline;
}

/* main content settings */
.twoColElsLtHdr #mainContent {
	text-align: justify;
	padding: 3px 10px 0px 10px; /* Match the padding of the sidebar */
	font-size: 14px;
	margin-right: 10px;
	margin-left: 12.3em;
	background-color: #F5F5F5;
	/*and now the height hack*/
	min-height: 420px;  
    height: auto !important;  
    height: 420px; 
} 

.twoColElsLtHdr #mainContent p{
	padding-top: 0px;
	padding-bottom: 10px;
}

.twoColElsLtHdr #mainContent h1
{
	font-size: 16px;
	font-style: italic;
	padding-top: 13px;
	padding-bottom: 11px;
}

 
.twoColElsLtHdr #mainContent .writter
{
	text-align: right;
	font-weight: bold;
	margin: 10px 0 0px 0px;
}

#cur_header_text
{
	font-size: 16px;
	font-style: italic;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: bold;
}

ul.full_list
{
	margin-left: 15px;
}

ul.full_list li
{
	margin-bottom: 15px;	
}

ul.full_list span.date
{
	font-weight: bold;
	font-style: italic;
	display: block;
}

