@CHARSET "ISO-8859-1";

body {
	text-align: center;
	margin: 0;
	background-color: #f1eded;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #000000;
}

#header {
	margin: 0 auto;
	margin-top: 0px;
	height: 122px;
	width: 800px;
	text-align: center;
	color: #effff7;
	background-image: url("img/ccc_header.jpg")
}

#header h1 {
	padding: 1em;
	vertical-align: baseline;
	margin-top: 0;
}

#dropdownmenu {
	width: 800px;
	min-height: 32px;
	border-bottom: #e8e424 solid 1px;
	background-color: #474700;
	background-image: url("img/menu_bg.gif");
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
	font-size: .70em;
}

#container {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #fffedb;
	background-image: url("img/menu_bg.gif");
	background-repeat: repeat-y;
}

#content {
	padding: 10px;
	width: 595px;
	cursor: default;
	min-height: 600px;
	border-right: 1px dotted #474700;
	font-size: .80em;
}

#content a:hover {
	background: #000092;
	color: #f7f7ff;
}

#pageheading {
	font-size: 2em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	height: 65px;
	background: url("img/heading_spacer.jpg") repeat-x bottom;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

ul li {
	list-style-type: disc;
	padding-bottom: 4px;
}

#italic, #bold_italic{
	font-style: italic;
}

#bold, #bold_italic {
	font-weight: bold;
}

#bold_italic {
	font-size: 1.1em;
}

#inline_pic {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

#desc {
	border-style: solid;
	border-width: 1px;
	width: 30em;
	text-align: center;
	display: block;
	margin: 0 auto;
}

#desc h2 {
	padding-top: 0px;
	margin-top: 0;
	
}

#rcol {
	float: right;
	padding: 10px 5px 5px 0px;
	min-height: 600px;
	width: 175px;
	color: black;
	font-size: .75em;
	color: #444444;
}

#rcol p {
	margin: 0;
	padding: 0;	
	font-weight: bold;
	text-decoration: underline;
}

#rcol ul, li {
	padding: 0;
	list-style: none;
}

#rcol li {
	padding-left: 5px;
}

#offers {
	padding: 10px;
}

/*
#menu a {
	text-decoration: none;

}

#menu p {
	padding: 0 1em;	
}

#menu p:hover {
	background-color: #8d7d6f;
	color: white;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
}
*/

#footer {
	padding-bottom: 0;
	margin: 0 auto;
	margin-bottom: 5px;
	clear: both;
	width: 800px;
	height: 20px;
	background-image: url("img/footer.jpg");
	background-repeat: no-repeat;
	color: white;
	font: sans-serif helvetica;
	border: 0;
}

#footer p {
	padding: 0;
	margin: 0;
}
