﻿/* CSS layout */
body {
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	background-color: #D9C8A5;
}
#masthead {
	background-image: url('Assets/cg_logo.gif');
	background-repeat: no-repeat;
	height: 100px;
	background-color: #000000;
}
#top_nav {
	background-color: #D9C8A5;
}

#container {
	border: 2px solid #663300;
	min-width: 600px;
	background-color: #FFFFFF;
}

#right_col {
	width: auto;
	float: none;
	display: inherit;
}

#page_content {
	padding: 20px;
	margin-right: 200px;
}
#footer {
	clear: both;
	font-size: 12px;
	text-align: center;
	padding-top: 15px;
	float: left;
}
body {
	font-size: 14px;
}
.testimonial {
	background-color: #ccddff;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
a:link {
	color: #002980;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FFFFCC;
}
