/* Page Set*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #ffffff url(images/img01.jpg) repeat left top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #231F20;
}

h1, h2, h3 {
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
	font-weight: normal;
	text-align: justify;
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #7EBA25;
}

a:hover {
	text-decoration: none;
	color: #7EBA25;
	text-align: left;
}
/* images */
img {
   border: 0px solid #1B1B1B;
	padding: 0px;
}
img.float-right {
  	margin: 10px 0px 0px 10px;  
	float: right;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
	float:left;
}
img.float-center {
  	display: block;
    margin-left: auto;
    margin-right: auto 
}
img.float-menu {
  	margin: 0px 0px 0px 0px;
	float:left;
}

/* Wrapper */

#wrapper {
	padding: 10px 0px 0px 0px;
}

/* Menu */
#menub {
	width: 200px;
	height: 350px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#menu {
	width: 760px;
	height: 350px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#menu ul {
	margin: 0px;
	padding:80px 0px 0px 700px;
	list-style: none;
	line-height: normal;
}

#menu li {
	margin-bottom: 0px;
	text-align: left;
}

#menu li ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#menu li li {
	margin: 0;
	padding: 0px 0px;
	border: none;
}

#menu h2 {
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#menu h3 {
	font-size: 77%;
	color: #110404;
}

#menu p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#menu a {
	border: none;
	text-decoration: none;
	color: #4A4949;
	background: #ffffff;
	padding: 5px 30px 5px 20px;
}

#menu a:hover {
	text-decoration: none;
	color:#7EBA25;
}


/* Page */
#page1 {
	width: 960px;
	margin: 0 auto;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 0px;
	background:#ffffff
}

#page {
	width: 940px;
	margin: 0 auto;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background:#ffffff
}

#page-bgtop {
	background: url(images/side-bar.jpg) repeat-y left bottom;
}

/* Content */

#content {
	float: right;
	width: 640px;
}
.post1 {
	margin: 0px 20px 0px 20px;
}

.post2 {
	margin: 0px 160px 0px 160px;
}

.post {
	margin: 0px 20px 30px 0px;
	
}
.post .hr {
	border-bottom: 1px solid #CCCCCC;
	
}
.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	color: #515151;
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #CCC;
	text-decoration: none;
	font-weight: normal;
	color: #fff
}

.post .entry {
	padding: 20px 0px;
	font-weight: normal;
	text-align: left;
}


.post .meta {
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #202020;
}
.post .bold {
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	font-weight: bold;
	color: #5E5E5E;
}


/* Sidebar */

#sidebar {
	float: middle;
	width: 240px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
	text-align: left;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	margin: 0;
	padding: 9px 0px;
	border: none;
	border-bottom: 1px solid #CCCCCC;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 160%;
	font-weight: normal;
	color: #666666;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #4A4949;
}

#sidebar a:hover {
	text-decoration: none;
	color: #7EBA25;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 20px 0px;
	background: #999999;
	color: #ffffff;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #ffffff;
}

#footer a:hover {
	text-decoration: none;
}
#page #page-bgtop #content .post .entry p center strong {
	font-size: 16px;
}

