
body {
	margin: 10px; background: #ccc; font-family: Verdana, arial, sans-serif; font-size: 12px;
}

/*********************** 
*  Layout ID's 
***********************/
#container {
	border: 1px solid #603913;
	background:#B1A204;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	float: left;
}

#header {
	width: 100%;
	float: left;
	border-bottom: 10px solid #603913;
}		
#header #logo {
	padding: 0px;
	margin: 0px;
	width: 418px;
	height: 100px;
}

#header #topmenu {
	float: right;
	background: #B1A204;
	color: #efeff7;
	font-size: 17px;
}


#main {
	background:#B1A204;
}


#main #secmenu {
		border-right:5px solid #603913; 
		border-bottom:10px solid #603913;
		float: left;
		width: 130px;
		background: #405110;
		margin: 0px 10px 0px 0px;
		padding: 10px 10px 50px 10px;
		text-align: justify;
}

#main #content {
	text-align: justify;
	margin: 0px 20px 0px 150px; /* left margin = width of secmenu + secmenu right margin and right padding */
	padding: 10px 10px 50px 10px;
	border-left:5px dashed #603913;
}

h1 { 
	text-align: right; 
	text-transform: capitalize; 
	/* text-transform: uppercase; */
	color:#504902; 
}




h2.date { width: 100%; color: #243; margin-top:10px; margin-bottom: 0px; text-transform: uppercase; border-bottom: 1px solid #305608; }

/* #date { text-align: right; font-style: italic;} */
 
ul.inline {display:inline;}

li.inline {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  border-right: 5px solid #603913;
}
li.last {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  border-right: 0px;
} 



hr { border: 1px dashed #603913; }


p {
  padding-left: 1em;
  margin: 1em;
  text-align: justify;
  /*width: 200px;*/
}

div.spacer {
  clear: both;
  height:0px;
  font-size:0px; 
  line-height:0%;
}

.footer { 
	margin: 30px;
	text-align: center;
	color: #999;
}



/************** L I N K S **************************/
/* default */
a { color: #136; text-decoration: none;}
a:visited { color: #136; }
a:hover { color: #ccc; }

/* secmenu */
#secmenu a {color: #ffffff; }
#secmenu a:visited {color: #ffffff; }
#secmenu a:hover {color: #e9ca07; }

/* secmenu head */
#secmenu a.head {color: #aaa; font-weight: bold; border-bottom: 1px dashed #fff; border-top: 1px dashed #fff; font-size: 16px; }
#secmenu a.head:visited {color: #aaa; }
#secmenu a.head:hover {color: #ccc; }

/* topmenu */
#topmenu a {color: #000; }
#topmenu a:visited {color: #000; }
#topmenu a:hover {color: #fff; }

/* footer  */
div.footer a {color: #38015A; }
div.footer a:visited {color: #38015A; }
div.footer a:hover {color: #245A01; }


