@charset "utf-8";
/* CSS Document */
#container {
	background-color: #7f0000;
	background-image: url(../images/Tertiary_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
} 

#col1 {
	float: right; /* since this element is floated, a width must be given */
	width: 675px;
	padding-right: 36px;
	margin-bottom: 12px;
}

#container #col1 h1 {
	background-image: url(../images/header_bg_med.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #FFF;
	font-weight: normal;
	padding-left: 15px;
	height: 28px;
	padding-top: 0.25em;
	text-transform: capitalize;
	margin-top: 12px;
	margin-bottom: 0px;
}

#container #col1 h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #cc0000;
	margin: 0px;
	padding: 0px;
}


