* {
	margin: 0;
}

html, body {
	margin: 0;
	padding: 0;
	background: #5f5e5e url(images/body-bg.gif) repeat-x;
	/*background: #333333;*/
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	height: 100%;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
	color:#f49618;
	text-transform: uppercase;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/);
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #F4F6F9;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
/*778px*/
	width: 870px;
	height: 65px;
	margin: 0 auto;
	background: #000 url(images/img02.gif) no-repeat;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 870px;
	height: 45px;
	margin: 0 auto;
	background: #000 url(images/img02.gif) no-repeat;
	border-bottom: 1px dotted #6F6F6F;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
	margin-left:10px;
	
}

#menu li {
	display: inline;
	
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
    text-decoration: underline;
}

#menu a:hover {
	text-decoration: none;
	color: #F4F6F9;
}

#menu .current_page_item a {
	background: url(images/img06.gif) repeat-x;
}

/* Page */

#page {
	width: 870px;
	margin: 0 auto;
	/*background: #FFFFFF url(images/img05.gif) repeat-y; */
	background: #000000 url(images/img05.gif);
	background-repeat: repeat-y;
	min-height: 100%; 
    height: auto !important; 
    height: 100%;  
}

#page-bg {
	padding: 11px 24px;
	/*background: url(images/img03.jpg) no-repeat;*/
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #fff;
}

/* Content */

#content {
	float: left;
	width: 420px;
	padding: 20px 0 0 20px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ff;
}
.post a{
text-decoration:none;
}
.post a:hover{
text-decoration: underline;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
	padding-right: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(images/img07.gif) no-repeat 20px 50%;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 0px 0 3px 5px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;

}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img03.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #fff;
}

#footer a {
	color: #fff;
}
#footerr {
    background: #272727 url(images/footer-bg.gif) 0 100% repeat-x;
	width: 870px;
	text-align: center;
	margin:auto;
	border-top: 5px solid #cccccc;

}

#foot-rr {
    height: 130px;
    background: url(images/footer-r.gif) 100% 100% no-repeat;
}

#foot-lr {
    background: url(images/footer-l.gif) 0 100% no-repeat;
}
#footerarea {
    text-align: center;
    padding: 10px;
    color: #ccc;
}

#footerarea a:link, #footerarea a:visited {
    color: #a0a0a0;
}

#footerarea a:hover {
    color: #ccc;
    text-decoration: none;
}
.smalltext {
    font-size: 90%;
    font-family: verdana, sans-serif;
}