/* CSS Document */



html, body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100%;
	line-height: 22px;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -150px;
}
#footermargin {
	clear: both;
	height: 150px;
}


img {
	max-width: 100%;
	height: auto;
	width: auto; /* ie8 */}


/* Main */

#pagewrap {
	width: 970px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header {
	height: 200px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/CDC_Homepage_04.jpg);
}
#headcontainer {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
	height: 200px;
}
#headerleft {
	float: left;
	width: 463px;
	text-align: right;
	font-size: 25px;
	line-height: 45px;
	color: #ec241d;
}

#content {
	width: 35%;
	float: left;
	padding-top: 30px;
}

#sidebar {
	float: right;
	width: 620px;
	font-size: 15px;
	line-height: 22px;
	padding-top: 45px;
}
#cent {
	float: left;
	width: 22%;
	background-color: #0D0D0D;
	margin-right: 2%;
	margin-left: 1%;
	color: #D3D3D3;
	font-size: 0.8em;
	padding: 1%;
}

#footer {
	clear: both;
	height: 150px;
}
#footleft {
	float: left;
	width: 400px;
}
#footright {
	float: right;
	width: 200px;
	font-size: 11px;
	text-align: right;
}
#footer a {
	color: #E32526;
	text-decoration: none;
}
#footer a:hover{
	color: #E32526;
	text-decoration: underline;
}

a {
	color: #E32526;
	text-decoration: none;
}
a:hover{
	color: #E32526;
	text-decoration: underline;
}


.amatic a {
	font-family: 'Amatic SC', Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #000;
}

.amatic a:hover {
	color: #e9222b !important;
}
.amatic {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #e9222b;
	line-height: 42px;
}
#footerinner {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	font-size: 13px;
	line-height: 20px;
}
a.button {
	display:block;
	text-align:center;
	background-color:#EB2731;
	padding:10px;
	font-size:17px;
	line-height:19px;
	text-decoration: none;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
}
h1 {
	font-size: 35px;
	margin: 0px;
	padding: 0px;
	font-family: 'Amatic SC', Arial, Helvetica, sans-serif;
	line-height: 36px;
}
#title {
	float: left;
	width: 410px;
	margin-right: 20px;
	margin-bottom: 30px;
}
#topbar {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 40px;
}
#next {
	float: right;
	font-size: 16px;
	line-height: 40px;
	text-align: right;
}
a.button:hover {
	background-color:#000;
	text-decoration: none;
	color: #fff;
}
#post {
	clear: both;
	margin-top: 40px;
	margin-bottom: 60px;
	height: 50px;
}
