* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/bk000.jpg);
	text-align: left;
}

body, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}

h1, h2, h3 {
	margin-bottom: 1em;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #cc0000;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

.hr {
}

img.left {
	float: left;
	margin: 0 15px 15px 0;
}

img.right {
	float: right;
	margin: 0 0 15px 15px;
}

/* Wrapper */

#wrapper {
	padding: 20px 0;
	background: url(images/bk000-1.jpg ) repeat-x;
}

/* Header */

#header {
	width: 800px;
	height: 152px;
	margin: 0 auto;
	background: url(images/title.gif) no-repeat;
}

#header h1, #header h2 {
	margin: 0;
}

#header h1 {
	padding-top: 40px;
	text-align: center;
	font-size: 4em;
}

#header h2 {
	text-align: center;
	font-size: 1em;
	font-style: italic;
}

#header a {
	text-decoration: none;
}

/* header menu */
.headermenu {
	width: 800px;
	height: 27px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	background-color: #e7e7e7;
	}

/* Blog */

#blog {
	float: right;
	width: 524px;
	padding: 20px 20px 0px 16px;
	}
#blogW {
	float: left;
	width: 765px;
	padding: 30px 20px 0px 16px;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding: 0px 15px 10px 15px;
	line-height: normal;
	font-size: medium;
}

.post .title {
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-weight: bold;
}

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

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
}

.post .entry {
	padding: 0px 15px 10px 15px;
	line-height: normal;
	font-size: medium;
}

.post .links {
	margin-bottom: 2em;
	padding: 0 15px;
	text-align: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 204px;
	padding: 20px 16px 0px 20px;
}

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

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

#sidebar li ul {
	padding-left: 0px;
	line-height: 1.4em;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
}

#sidebar2 li li {
	margin: 0;
	padding-left: 12px;
	background: url() no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-weight: bold;
}
#sidebar h3 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

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


/* Websites */

#websites {
	text-align: left;
	font-size:14px;
	color: #000000;
}

#weblinks {
	text-align: left;
	font-size:14px;
	color: #000000;
}


/* links */

#links {
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 5px;
}
#footer2 {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	padding-top: 5px;
	background: url() no-repeat;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
