body {
	background: #FFF;
	color: #000;
	font-size: 11px;
	padding: 0 0 0 0;
	background-image: url(../images/CC_grid_12_col_01.png);
	background-repeat: repeat-x;
	margin-top: 0px;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size; 18px;
	color: #CC0000;
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2 {
	padding: 20px 0 0;
	text-align: center;
}

p {
	overflow: hidden;
	/* padding: 10px 20px 0px 20px; */
	text-align: left;
	font-size:1.2em;
}

img.titles {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.masthead {
	background-color: #FFF;
	background-image: url(../images/cc_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: none;
	width: 1000px;
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
}

.header {
	height: 138px;
}

.navbar_upper {
	height: 33px;
	padding-left: 260px;
}

.navbar_lower {
	height: 33px;
	padding-left: 260px;
}

.maincontent {
	background-image: url(../images/shadowbg.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
    overflow:hidden;
    height:1%;
	text-align: left;
}

.content {
	padding: 20px 40px 20px 40px;
	text-align: left;
}

.content1 {
	background-color: #FFFFFF;
	color: #333333;
	padding: 20px 40px 20px 40px;
	height: 860px;
	text-align: left;
}

.footer {
	background-image: url(../images/footerbg.png);
	background-repeat: no-repeat;
	padding: 0 0 0 0 ;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	width: 1000px;
}

.footermenu {
    text-align: center;
    margin-left: 190;
	margin-right: auto;
    padding: 0px;
}

.blog {
	float: left;
	width: 600px;
	margin-right: 30px;
}

.blogger {
	float: left;
	width: 130px;
	margin-right: 20px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	text-align: center;
}

.blogitem {
	width: 600px;
	height: 180px;
	padding: 0;
	margin-right: 10px;
}

.sidebar {
	float: right;
	width: 250px;
}

.postings {
	height: 200px;
	border: solid 1px #CCCCCC;
	margin-top: 10px;
	text-align: center;
}

.tags {
	height: 200px;
	border: solid 1px #CCCCCC;
	margin-top: 10px;
	text-align: center;
}

.adspace1 {
	height: 250px;
	border: solid 1px #CCCCCC;
	margin-top: 10px;
	text-align: center;
}

.adspace2 {
	height: 60px;
	border: solid 1px #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

img.floatLeft { 
    float: left; 
	margin-right: 20px;
}

img.floatRight { 
    float: right; 
	margin-left: 20px;
}

.clearfloat { 
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body, p, h1, h2, h3, h4 {text-align:left !important}

/* addons */
.navbar_upper {
	text-align: center;
	height: 33px;
	padding-left: 260px;
	padding-top:5px;
}

.navbar_lower {
	text-align: center;
	height: 38px;
	padding-left: 260px;
	margin-top:-10px;
}

 .leftCol {border-right: 1px solid #e8e7e7; width: 650px; float: left; padding-left: 25px; padding-right: 15px; padding-top:25px; min-height:550px;}
.rightCol {width:280px; float:right; padding-top:25px;}
