body {

        margin: 20px;
	background: #000000;
	font-family: Arial, serif;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-family: Arial, serif;;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 4px;
	line-height: 18px;
}

ul, ol {
}

a {
        color: blue;
        text-decoration: none;
}

a:hover {
	color: red;
        text-decoration: underline;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}

/* Header */

#header {
	width: 910px;
	height: 160px;
	margin: 0 auto;
	background: #FFFFFF url(images/img01.jpg) no-repeat left top;
}

/* Image */
img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

img.alignright {
        padding: 5px 10px 0px 25px;
        margin: 0 0 2px 7px;
        display: inline;
}

img.alignleft {
        padding: 0px 25px 0px 10px;
        margin: 0 7px 2px 0;
        display: inline;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;

}


/* Content */

#content {
	margin-left: auto;
        margin-right: auto;
	width: 850px;
}

.post {
}

.post .title {
	color: #000000;
}

.post .title a {
	background: none;
	color: #000000;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, serif;
	font-size: 9px;
}

.post .entry {
	padding: 10px 0 10px 0;
	text-align: justify;
        word-spacing: 0px;
}

/* Footer */

#footer {
	width: 910px;
	height: 10px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #565F68;
	font-family: Arial, serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

.alignright {
	float: right;
}


.alignleft {
	float: left;
}


.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
}

hr {
   display: none;
}