
a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #CC0000;
}

body {
	background: url("../images/page-background.jpg");
	font-family: Arial;
	font-size: 12px;
	height: 100%;
/*
	margin: 0px;
	padding: 0px;
*/
}

.content {
	padding: 0px 15px;
	line-height: 1.5em;
}

.copy {
	text-align: justify;
}

h1, h2, h3 {
	color: #CC0000;
	font-family: Georgia;
	/* letter-spacing: 1px; */
	margin: 0px;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 15px;
	font-style: italic;
}

h3 {
	color: #999999;
	font-style: italic;
	font-weight: bold;
}

html {
	height: 100%;
}

#menu {
	background: url("../images/menu-background.jpg");
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-bottom: 20px;
	padding-top: 20px;
}

#menu a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 3px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current {
	color: #CC0000;
}

#menu ul {
	/* list-style-image: url("../images/menu-bullet.jpg"); */
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}

#page_content {
	padding-top: 20px;
}

#page_footer {
	background-color: #FFFFFF;
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
}

#page_frame {
	background-color: #FFFFFF;
	border-left: solid #333333 2px;
	border-right: solid #333333 2px;
border: solid #333333 2px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

.quote {
	color: #333333;
	font-family: Times New Roman;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.quote_credit {
	color: #FFFFFF;
	font-family: Times New Roman;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	text-align: right;
	text-style: none;
	
}

.testimonial {
	background-color: #999999;
	margin-top: 75px;
	padding: 25px;
}

.two_column {
	background: url("../images/half-background.jpg");
}