* {
	margin: 0;
	padding: 0;
}

body { 
  background: black url("images/bg.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  text-align: justify;
}
	

body, input, textarea, select {
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #990000;
}

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: #990000;
}

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 {
	padding: 20px 0;
}

/* Header */

#header {
	width: 700px;
	height: 333px;
	margin: 0 auto;
	background: url(images/skyline.jpg) no-repeat;
}

#header h1, #header h2 {
	margin: 0;
	padding-left: 30px;
}

#header h1 {
	padding-top: 80px;
	font-size: 3em;
}

#header h2 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#content {
	width: 700px;
	margin: 0 auto;
	background: #ffffff;
	border: solid 1px black;
}

#container {
	float: left;
	width: 400px;
	padding: 50px 16px 0px 30px;

}

.category {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(images/img08.gif) no-repeat center bottom;
}

.category .title {
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

.category .title a {
	text-decoration: none;
}

.category .title a:hover {
	text-decoration: underline;
}

.category .entry {
	padding: 20px 15px 10px 15px;
	line-height: 1.8em;
}

.category .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	font-size: x-small;
}


#sidebar {
	float: right;
	width: 200px;
	padding: 50px 30px 0px 16px;

}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#navigation {
	margin-bottom: 20px;
	line-height: 1.4em;
}

#navigation ul {
	padding-left: 5px;
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(images/img07.gif) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}


/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	background: #ffffff;
	border: solid 1px black;
	padding-top: 10px;

}

#footer p {
	margin: 0;
	text-align: center;

	color: #000000;
}

#footer a {
	color: #000000;
}

td {
	text-align: center;
}

