/* CSS Document - CCCTX layout */

* { margin: 0; padding: 0; }

body {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color:#333333;
	background: #ccddef;
	text-align: center;
}

#masthead {
	width: 100%;
	background: url(../images/bg_masthead.jpg);
	height: 130px;
}
#masthead h1 { display: none; }

#container {
	background: url(../images/bg_container.jpg) repeat-y;
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#sidebar {
	/* background: #000; */
	float: left;
	width: 230px;
	position: relative;
}

#newsletter_subscribe {
	margin: 10px;
	padding: 10px;
	width: auto;
	border: 1px solid #587FA8;
	background: #ccddef;
	position: relative;
}

#content {
	/* background: #444; */
	text-align: left;
	float: left;
	width: 510px;
	padding: 10px;
	position: relative;
}

#quick_links {
	width: auto;
	margin-top: 5em;
	/* padding-left: 240px; */
	position: relative;
}



#footer {
	width: auto;
	text-align: center;
	height: auto;
	background: url(../images/bg_footer.jpg);
	position: relative;
}
#footer_inner { 
	position: relative; 
	width: 740px; 
	text-align: right;
	margin-left: auto;
	margin-right: auto;
}
#logo_footer {
	position: absolute;
	top: -60px;
	/* left: -200px; */
	height: 75px; 
	width: 200px;
	background: url(../images/logo_footer.gif) no-repeat;
	text-align: right;
	/margin-left: -400px;
}
#footer_print { display: none; }
