body, html{
	margin: 0; 
	padding: 0;
	font-family: "Arial", sans-serif;
	color: #fff;
}
img {border:none; }

p{
	font-family: "Arial", sans-serif;
	color: #ddd;
	font-size: 14px;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
}

td, th{
	font-size: 12px;
}

li{
	font-family: "Arial", sans-serif;
	color: #ddd;
	font-size: 14px;
	text-align: justify;
	margin-left: 20px;
	padding-right: 15px;
}

h2{
	font-family: "Arial", sans-serif;
	color: #ddd;
	padding-left: 15px;
}
a{
	color: #ddd;
	font-family: "Arial", sans-serif;
}

p a{
	color: #ddd;
	font-family: "Arial", sans-serif;
}

#shadow{
	width: 1010px;
	background: url('../images/drop_shadow2.png') repeat-y;
	margin: auto;
	background: #343434;
}

#wrapper{
	margin: auto;
	width: 1000px;
	background: #343434;
}

#nav{
	width: 1000px;
	height: 60px;
	background: url('../images/navigation_bg2.jpg') no-repeat;
}

#nav ul{
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 18px;
}

#nav ul li{
	display: inline;
	margin-right: 30px;
	margin-left: 10px;
}

#nav ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

#nav ul li a:hover{
	text-decoration: overline;
	color: #ffff00;
}

#header{
	width: 980px;
	height: 100px;
	margin-left: 10px;
	background: url('../images/CRP-Header980.jpg') no-repeat;
}

#breadcrumbs{
	width: 1000px;
	clear: both;
}

#footer{
	width: 1000px;
	height: 74px;
	background: url('../images/footer_bg2.jpg') no-repeat;
	clear: both;
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
}

#footer a{
	text-decoration: none;
	color: #fff;
	font-size: 10px;
}

#footer a:hover{
	text-decoration: underline;
	color: #ffff00;
}

#footer p{
	margin-top: 3px;
}

#right_sidebar{
	float: right;
	width: 232px;
	padding-left: 10px;
	border-left: 1px dotted #666;
	background: #343434;
}

#content{
	float: left;
	width: 757px;
	background: #343434;
}

#author_image{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.copyright{
	text-align: center;
	font-size: 10px;
}
.sidebar{
	margin-bottom: 20px;
}
.sidebar img{
	position: relative;
	left: -3px;
}

#spotlight p{
	text-align: left;
	margin-left: -10px;
}
.readmore{
	position: relative;
	font-size: 12px;
	float: right;
	margin-right: 15px;
	top: -20px;
}
#placeholder{
	width: 1px;
	height: 600px;
	float: right;
}