body {
	background-color: #C1CBD4;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 0px;
}

h1 {
	color: #C00006;
	font-size: 24px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 14px;
}

#container {
	background-image: url(../images/container.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 100%;
	height: 748px;
}

#header {
	background-image: url(../images/navTop.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	width: 100%;
	height: 47px;
}

#logo {
	float: left;
	width: 279px;
	height: 47px;
}

#logo img {
	border: 0px;
	display: block;
	float: left;
}

#navTop {
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
	height: 21px;
	padding: 26px 0px 0px 0px;
}

#navTop a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

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

#navTop a.first {
	margin: 0px 0px 0px 35px;
}

#content {

}

#contentLeft {
	background-image: url(../images/contentLeft.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 330px;
	height: 701px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

#contentRight {
	float: left;
	width: 535px;
	padding: 30px 10px 0px 25px;
	width: 55%;
}

#contentRight a {
	color: #C00006;
}

#contentRight a:hover {
	color: #C10007;
}



h1.storytitle a {
	color: #C00006;
	font-size: 24px;
	text-decoration: none;
}

h1.storytitle a:hover {
	color: #C10007;
	text-decoration: underline;
}

.meta {
	font-size: 14px;
}

.meta a {
	color: #000000;
}

.storycontent a {
	color: #C00006;
}

.storycontent a:hover {
	color: #C10007;
}



.sidebarContainer {
	margin: 15px 10px 2px 10px;
	padding: 0px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	width: 190px;
}

.sidebarContainer a {
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}

.sidebarContainer a:hover {
	color: #C10007;
}

.sidebarHeader {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	height: 25px;
	background-color: #333333;
}

.sidebarHeader h2 {
	color: #FFFFFF;
}

.sidebarContent {
	margin: 0px;
	margin-left: 5px;
	padding: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	color: #333333;
}

.sidebarContent ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.sidebarContent li {
	margin: 0px;
	padding: 0px;
}

.sidebarContent p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	color: #333333;
	vertical-align: top;
}

.diggBadger a {
	font-size: 14px;
	color: #C00006;
}
