body {
	margin: 0;
	padding: 0;
	background: #acbb48 url(images/bg.gif) repeat-x;
	/*background:#F1F1EE;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000000;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 0.8em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #b69516;
	color:#6B6B6B;
	font-weight:bold;
}

a:hover {
	border-bottom: none;
	background:#F1F1EE;
	height:auto;
}

a img {
	border: none;
}
a img:hover {
background:none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 940px;
	height: 55px;
	margin: 0 auto;
}
#logo h1 {
	padding: 1px 0 0 0;
	font-size: 3em;
	color:#42453e;
	margin-left:15px;
}

#logo p {
	color: #42453e;
	padding: 17px 0 0 3px;
	margin-left:2px;
}

#logo a {
	border: none;
	text-decoration: none;
	position:absolute;
}
#logo a:hover {
	border: none;
	background:none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 900px;
	margin: 0 auto;
	padding: 0 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	margin: 0 1px 0 0;
	padding: 10px 15px 5px 15px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	border:2px solid #acbb48;
	height:12px;
}

#menu .current_page_item a {
	/*background: url(images/img02t.gif) repeat-x;*/
	background:#acbb48;
	color: #FFFFFF;
	
}
#menu .current_page_item a:hover {
	/*background: url(images/img02t.gif) repeat-x;*/
	background:#134962;
	color: #FFFFFF;
	
}

/* Page */

#page {
	width: 970px;
	margin: 0 auto;
	background:#FFFFFF;
}

/* set millions of background images */
.rbroundbox { background: #FFFFFF; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 5px; background:#FFFFFF; }
.rbroundbox { width: 990px; margin: 1em auto; }

/* set millions of background images */
.rbroundboxr { background: #FFFFFF; }
.rbtopr div { background: url(images/tlr.gif) no-repeat top left; }
.rbtopr { background: url(images/trr.gif) no-repeat top right; }
.rbbotr div { background: url(images/blr.gif) no-repeat bottom left; }
.rbbotr { background: url(images/brr.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopr div, .rbtopr, .rbbotr div, .rbbotr {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontentr { margin: 0 5px; }
.rbroundboxr { width: 990px; margin: 0.8em auto; }

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;

}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */
#content {
	float: left;
	width: 950px;
	margin-left:10px;
	padding-left:5px;
	margin-right:50px;
	text-align:justify;
}




.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F2F2F2;
	line-height: 200%;
	mar
}

.title {
	margin: 0;
text-align:center;
color:#ACBB48;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	border-bottom: 1px dotted #CCCCCC;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
margin-right:25px;
margin-left:20px;
margin-top:20px;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 183px;
	padding: 0 2px 0 2px;
}
.sidebar p {
padding-left:5px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
border:3px solid #d9d9d7;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
background:#FFFFFF;
}

.sidebar li ul:hover {
border:3px solid #295c74;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}

.sidebar li li {
	padding: 5px 0 5px 25px;
	background: url(images/img04.gif) no-repeat 10px 9px;
	
}

.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	/*background: url(images/img02.gif) repeat-x;*/
	background:#295c74;
	border: 1px outset #1f6d2c;
	font-size: 12px;
	text-align:center;
	color:#FFFFFF;
	
}
.sidebar li h2 a{
color:#FFFFFF;
}
.sidebar li h2 a:hover{
color:#FFFFFF;
background:none;
}
#mlist {
	background: url(images/mlist.gif) left;
	width:20px;
	height:20px;
}
.flogin {
background:#d9d9d7;
text-align:center;
}

/* Footer */

#footer {
	padding: 10px 0 10px 0;
	background: #000000;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
.txtbox {
background:#FFFFCE;
}
.signup{
background:#295c74;
color:#FFFFFF;
border:#FFFFFF 1px double;
cursor:pointer;
}
#banner {
width:550px;
height:50px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
text-align:center;
padding-top:10px;
}
#trbg {
color:#0c1200;
font-family:cursive;
font-size:23px;
width:100%;
text-align:center;
}
.banc {
text-decoration:none;
border:none;
font-weight:bold;
color:#FFFFFF;
}
.banc:hover {
background:none;
}
	div.menu  { 
  position:absolute; visibility:hidden; 
  width:300px; left:0; top:0; z-index:500; 
  font-size:12px;
  height:auto;
  min-height:125px;
  background-color:#FFFFFF; color:#000;
  border:3px solid #295c74;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
div.menu #an{
color:#FFFFFF;
border:none;
}
div.menu #an:hover{
background:none;
}
div.menu #ann{
color:#295c74;
font:"Kozuka Gothic Pro L";
border:none;
}
div.menu #ann:hover{
background:none;
}
.s_t {
text-align:center;
font-style:italic;

}
span#imp {
	font-weight:bold;
	font-size:17px;
	margin-bottom:5px;
	margin-left:25px;
}
span#imp_mini {
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
}

/* set millions of background images */
.rbroundboxk { background: url(images/nt_k.gif) repeat; }
.rbtopk div { background: url(images/tl_k.gif) no-repeat top left; }
.rbtopk { background: url(images/tr_k.gif) no-repeat top right; }
.rbbotk div { background: url(images/bl_k.gif) no-repeat bottom left; }
.rbbotk { background: url(images/br_k.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopk div, .rbtopk, .rbbotk div, .rbbotk {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontentk { margin: 0 7px; }
.rbroundboxk { width: 99%; margin: 0.1em auto; }