body {
	background-color: #DADFE4;
	margin: 0px;
	background-image: url(images/bg2col.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.PgTitle {
	text-transform: uppercase;
	font-size: 36px;
}
.author {
	color: #8B9BAB;
}
.imgleft {
	padding-right: 10px;
	padding-bottom: 5px;
}
#headercontent {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}



#content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
#links{
	list-style-image: url(images/buttarrow.jpg);
	text-transform: uppercase;
	font-size: 12px;
}
#links a:link, #links a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#links a:hover, #links a:active {
	color: #000000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
#links li {
	padding: 3px;
}

#leftcontent #box1 {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 20px;
	font-size: 12px;
}
.BoxTitle {
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #8B9BAB;
	font-size: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#leftcontent {
	width: 590px;
	float: left;
}
#leftcontent a:link, #leftcontent a:visited  {
	color: #8B9BAB;
}
#leftcontent a:hover, #leftcontent a:active  {
	color: #FFFFFF;
	background-color: #000000;
}
#rightcontent {
	float: right;
	width: 310px;
	background-color: #000000;
	color: #FFFFFF;
}
#header {
	padding: 30px;
	margin-top: 20px;
	background-image: url(images/header_shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer {
	width: 100%;
	margin-top: 20px;
	float: left;
	font-size: 10px;
	color: #666666;
}
#footer a {
	color: #333333;
}

#testimonial {
	background-color: #F1F3F5;
	padding: 20px;
	color: #333333;
	border: 1px dashed #999999;
	margin-top: 15px;
}
#tagcloud {
	width: 300px;
	text-align: justify;
	padding-top: 200px;
}
#chuge a{
	font-size: x-large;
	color: #E9E9E9;
	text-decoration: none;
}
#clarge a{
	font-size: large;
	color: #CCCCCC;
	text-decoration: none;
}
#cmedium a{
	font-size: medium;
	color: #999999;
	text-decoration: none;
}
#csmall a{
	font-size: small;
	color: #666666;
	text-decoration: none;
}
.imgBdr {
	padding: 3px;
	border: 1px solid #8B9BAB;
	margin-right: 10px;
	margin-bottom: 10px;
}
.redtext {
	color: #CC0000;
	font-size: 16px;
	font-weight: normal;
}
