body {
	margin: 0px;
	padding: 0px;
	background-color:#000;
	background-image: url(background_bw.jpg);
	background-repeat:repeat;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
	padding-top: 0px;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 40px;
}

h2 {
	font-size: 1.2em;
	color: #000;
	text-indent: 0px;
	font-style: normal;
	line-height: 130%;
	font-weight: normal;
}

h3 {
	font-size: 1.6em;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 40px;
}

h4 {
	font-size: 14pt;
	color:#666;
	font-stretch:expanded;
}

h5 {
	font-size: 12pt;
	color:#000;
	line-height:100%;
}

p, ol, ul {
	line-height: 160%;
	font-size: 10pt;
	text-align: justify;
	text-indent: 0px;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #666;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;

}

/* Header */

#header {
	width: 900px;
	height: 250px;
	margin: 0px auto;
	background-image: url(new_header_2.jpg);
}

#header a {
	text-decoration: none;
	color: #666;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 40px 0px 0px 0px;
}

#logo p {
	text-indent: -99999px;
}

/* Menu */

#menu {
	float: right;
}

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

#menu li {
	float: left;
	margin: 0px;
	color: #CCC;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px 6px 10px;
	color:#CCC;
}

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

#menu .active {
	color: #CCC;
}

#menu .active a {
	color: #CCC;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color:#FFF;
	
}



/* Content */

#content {
	float: left;
	width: 450px;
	margin-left: 60px;
	padding-top: 20px;
}

.floating-box {
	float: left;
	width: 220px;
	margin: 0px;
	font-size: 110%;
	padding-top: 0px;
}

.floating-box .heading {

}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 160%;
	font-size: 9pt;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/*float left*/
.left
{
        float: left; /*left in our text*/
        margin: 0px 20px 10px 0px; /*space around the image*/
}

.post {
	background: #FFFFFF;
	margin: 0px 0px 20px 0px;
	color: #000;
	border-bottom:#CCC dotted thin;
}

.post .title {
	margin: 0px;
	font-size: 12pt;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 0px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
}

.post .title h1 {
}

.post .entry {
	padding-top: 20px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	margin: 20px 30px 20px 70px;
	text-align:left;
	background-color:#FFF;
}

#sidebar-bgtop {
	
}

#sidebar-bgbtm {
}

#sidebar-content {
}

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

#sidebar li {
	margin-right: 10px;
	line-height: 30px;
	padding-left: 10px;
	border-bottom: 1px dashed #BDBDBD;
}


#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h1 {
	font-size: 1.9em;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 40px;
}

#sidebar h2 {
	font-size: 1.6em;
	color: #909;
	text-indent: 0px;
	font-style: normal;
	line-height: 130%;
}

#sidebar a {
	text-decoration: none;
	color:#666;
}

#sidebar a:hover {
	text-decoration: underline;
	color:#333;
}

#sidebar .active {
	color: #000;
	font-weight: bolder;
}
#sidebar .active a {
	color: #000;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 40px;
	margin: 0px auto 40px auto;
	background-color:#666;
}

#footer p {
	margin: 0px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #CCC;
}
#footer p {
	color: #ccc;
}

