body {
	background: #000000 url(images/sins_background.jpg);
	color: #ffffff;
	text-align: center;
	font: 16px Myriad, Papyrus, sans-serif;
}

p {
	text-indent: 1em;
}

p.red {
	color: #ff0000;
}

p.right {
	text-align: right; 
}

p.left {
	text-align: left;
}

p.center {
	text-indent: 0em;
	text-align: center;
}

h2 {
	color: #ff0000;
	background-color: #000000;
}

h3 {
	font-size: 13px;
}

img.left {
		float: left;
		padding-right: 10px;
}

img.right {
		float: right;
		padding-left: 10px;
}

b, strong {
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
}

a:link {
	color: #ff0000;
	background-color: #000000;
	text-decoration: none;
}

a:visited {
	color: #C00000;
	background-color: #000000;
	text-decoration: none;
}

a:hover, a:active {
	color: #cccccc;
	background-color: #000000;
}

#container {
	/*background: #000000;*/
	margin: 0px auto;
	width: 765px;
	color: #cccccc;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 1.5em;
}

#pageHeader {
	width: 565px;
	background: url(images/header3.gif) no-repeat;
	text-align: left;
	list-style: none;
	float: right;
	height: 200px;
}

#pageHeader img {
	display: inline;
	margin-top: 10px;
}

#contentContainer {
	width: 555px;
	height: auto;
	float: right;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px auto;
	background: #000000;
	border: 5px solid #ffffff;
	border-top: none;
}

#contentContainer #content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#contentLeft {
	float: left;
	padding: 5px;
}

#contentRight {
	float: right;
	padding: 5px;
}

.clear {
	clear: both;
}

.entry {
	border-bottom: 1px dotted #ff0000;
}

.entryWhite {
	border-bottom: 1px dotted #ffffff;
}

#footerContainer {
	float: right;
	width: 555px;
	margin-top: 10px;
	background: #000000;
	border: 5px solid #ffffff;
	margin-bottom: 10px;
}

#footerCounter {
	float: left;
	width: 200px;
	margin: 0px auto;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
}

#footerContact {
	float: right;
	margin: 0px auto;
	padding-right: 10px;
	text-align: right;
}

#footer p {
	color: #666666;
	background-color: #000000;
}

#footer a {
	color: #666666;
	background-color: #000000;
}

#footer a:hover {
	color: #ff0000;
	background-color: #000000;
	text-decoration: none;
}

#sideBar {
	width: 160px;
	float: left;
	text-align: left;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
}

#sideBarBadges {
	text-align: left;
	padding-left: 0px;
}

#sidebar a.link {
	color: #ff0000;
	background-color: #000000;
	text-decoration: none;
}

#sideBar a.hover {
	background-color: #000000;
	color: #ffffff;
}

#navcontainer {
	width: 180px;
	line-height: 14px;
	color: #ffffff;
	background-color: #000000;
	font-size: 14px;
	text-align: left;
	float: left;
	border: 5px solid #ffffff;
	margin: 118px auto;
}

#navcontainer li {
	border-bottom: 1px dotted #ff0000;
}

#navcontainer li a.active {
	color: #ffffff;
	background-color: #000000;
	font-weight: bold;
}

#navcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer a {
	display: block;
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
	padding: 8px;
}

#navcontainer ul a:hover {
	color: #000000;
	background-color: #ff0000;
}
