html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2em;
}

h5 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 130%;
}

a {
	color: #444;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: auto;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-repeat:repeat-y;	   
	background-position:center;
}

/* Menu */

#menu {
	width: 850px;
	height: 45px;
	background: #000000;
	border-top: 2px solid #FCD56C;
	float:none;
}


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

#menu li {
	display: inline;
	text-align: center;
}
/* Menu 2 text menu size*/
#menu a {
	height: 20px;
	padding: 12px;
	font-size: 11px;
}

#menu a:hover {
	background: #555;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #ECAC01;
	color: #000000;
}

/* Logo */

#logo {
	width: 850px;
	height: 90px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
	color: #FFF;
	margin-top: 15px;
}

#logo h5, #logo h2 {
	float: left;
	margin: 0;
}

#logo h5 {
	padding: 25px 0 0 40px;
	letter-spacing: -3px;
	font-size: 3em;
}

#logo h2 {
	padding: 36px 0 0 0px;
	letter-spacing: -1px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #FFF;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 700px;
}

.post {
	padding-bottom: 20px;
	color: #084864;
}

.post .title {
	margin: 0;
	padding: 20px 20px;
	letter-spacing: -2px;
	color: #07364A;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 20px 0 20px;
	color: #29292C;
}

.post .meta {
	height: 26px;
	border-top: 1px solid #3E5C0E;
	border-bottom: 2px solid #3E5C0E;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	padding-top: 30px;
	margin-right: -200px;
	z-index: 100;
}

#left {
	float:left;
	z-index:100;
	margin-left:-200px;
	left:-1px;
	padding-top: 30px;
	color:#084864;

}

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

#sidebar li {
	margin-bottom: 20px;
	background-color:#FFF;
	
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 25px;
	margin: 0;
	padding: 7px 0 0 25px;
	background: url(images/img05.jpg) no-repeat;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: 12px;
	color: #245F97;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}
style1 {
	font-family: Arial, Helvetica, sans-serif;
}