body {
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636363;
	background-color: #000000;
	background-image: url(../images/bgimage.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h1 { font-size: 44px; }

h2 {
	font-size: 24px;
}

h3 { }

p, ul, ol {
	margin-top: 0;
	text-align: left;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

blockquote { }

a { color: #8F8F8F; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	width: 100%;
}



#header-wrapper {
	width: 920px;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: left top;
}

#header {
	width: 920px;
	height: 173px;
	margin: 0px auto;
}



#logo {
	float: left;
	padding: 120px 0 0 40px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 0;
	font: normal 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	float: left;
	padding: 10px 0px 0px 20px;
	text-transform: lowercase;
	font-size: 14px;
	color: #666666;
}

#logo a {
	text-decoration: none;
	color: #666666;
}

/* Menu */

#menu {
	float: right;
	height: 173px;
}

#menu ul {
	margin: 0px;
	padding: 125px 40px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 20px 0px 22px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 14px;
	color: #7B7B7B;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFF;
}

#menu .first a {
	background: none;
}


#page {
	width: 840px;
	margin: 0px auto;
	padding: 40px 40px 0px 40px;
	background-image: url(../images/pgbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


#content {
	width: 590px;
	vertical-align: middle;
	margin-left: 15%;
}

#banner {
	padding-bottom: 40px;


.post {
	margin-bottom: 25px;
}

.post .title {
	height: 32px;
	padding: 26px 0px 0px 30px;
	text-transform: lowercase;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/img06.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.post .title h2 {
	margin: 0px;
	padding: 0px;
}

.post strong {
	color: #9B9A9A;	
}

.post .meta {
	height: 38px;
	padding-top: 10px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: left top;
}

.post .meta a { color: #8F8F8F; }

.post .entry {
	background-image: ;
	background-repeat: no-repeat;
	background-position: left top;
}

.post .entry-btm {
	padding: 20px 30px;
	background-image:;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.post .links {
	padding: 0px 30px 0px 0px;
	text-align: right;
}


#footer {
	width: 920px;
	height: 100px;
	margin: 0px auto;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
}



#footer p {
	margin: 0;
	padding: 50px 0;
	text-align: center;
	text-transform: lowercase;
	line-height: normal;
	font-size: 11px;
	color: #1E1E1E;
}

#footer a {
	color: #1E1E1E;
}

