@import url("cc_about.css");
@import url("cc_text.css");
@import url("cc_images.css");

/* Global Baselines */
html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin: 0; padding: 0; border: 0; } 
body {
color: #666;
text-align: center;
background: #E9E9E9 url(../media/images/page/white_vellum_bg.jpg);
margin: 0;
padding: 0;
font: 75% Georgia, "Times New Roman", Times, serif;
}
input, select, th, td {
	font-size:1em
}
a:link, a:visited {
	color: #616161;
}
a:hover, a:active {
	color: #333;
	text-decoration: none;
}
#clearit {
	clear: both;
	height: 1px;
}
.clearBoth {
	clear: both;
	height: 1px;
}
