body {
	background: black;
	font-family: "Lucida Grande", verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	
	background-image: url(images/background.png);
	background-position: top left;
	background-repeat: repeat-x;
}

img {
    border: none;
}   

a {
	color: rgb(0,157,26);
	text-decoration: none;
}

h1 {
	margin: 0px;
	color: #666;
}

h1,h2,h3 {
	text-shadow: 1px 1px 6px #555;
}

#container {
	width: 50em;
	margin-left: auto;
	margin-right: auto;
	
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	
	background: black;
	
	color: white;
}

#header {
	padding: 1em;
	background-color: #373737;
	background-image: url(images/padlock.png);
	background-position: top right;
	background-repeat: no-repeat;
	
	
}

#navbar {
	border-top: 1px solid #333;
	border-bottom: 1px solid #888;
	font-size: 0.9em;
	padding: 0.5em;
	text-align: center;
	
	background-image: url(images/navbar-bg.png);
	background-repeat: repeat-x;
	background-color: #6d6d6d;
	
	color: #222	;
}

#navbar a {
	color: #222;
}

#navbar a:hover {
	color: #444;
}

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

#navbar ul li {
	display: inline;
	padding-left: 3em;
}

#content {
	padding: 1em;
	color: #BBB;
	line-height: 1.5em;
	font-size: 0.9em;
	text-indent: 1em;
	text-align: justify;
}


#footer {
	border-top: 3px solid #555;
	border-bottom: 3px solid #555;
	background: #222;
	padding: 0.5em;
	font-size: 0.8em;
	text-align: center;
}

#pagination {
	list-style: none;
}

#pagination li {
	display: inline;
}

a {
	border: none;
}

#content img {
	margin: 1em;
}

#content ul li {
	padding-bottom: 0.5em;
	text-indent: 0em;
}