body {
	background-color: #CCC;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.container {
	width: 960px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	color: #000;
	min-height:100%;
}
.header {
	position: fixed;
	width: 960px;
	z-index: 3;
	text-align: center;
}
.content {
	position: relative;
	padding: 0px;
	text-align: left;
	top: 250px;
	width: 980px;
	left: 60px;
}
.lftcol {
	width: 465px;
	margin-right: 25px;
	float:left;
	position:static;
	padding-bottom: 100px;
}
.rightcol {
	width: 465px;
	margin-left: 25px;
	float: left;
	position:static;
	padding-bottom: 100px;
}
#footer {
	width: 960px;
	position: absolute;
	height: 190px;
	bottom: 0px;
	margin-top: 30px;
}
#footer2 {
	width: 960px;
	position: fixed;
	height: 190px;
	bottom: 0px;
}
.container .content #footer img {
	bottom: 0px;
	position: absolute;
}
.clear {
	clear: both;
	text-align: left;
}
a:link {
	color: #900;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
a:visited {
	color: #900;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
a:hover {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
.header ul {
	list-style-type: none;
	padding: 1px 1px 1px 0px;
	margin: 1px;
	text-align: center;
	-webkit-transform: rotate(-3deg); /**safari, chrome**/
	-moz-transform: rotate(-3deg); /**firefox**/
	transform: rotate(-3deg);
	position: fixed;
	top: 210px;
	left: 58px;
	}
.header ul li {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900;
	padding: 0px;
	margin: 3px 3px 3px 0px;
	letter-spacing: 0.1em;
	text-align: center;
}
.ftnote {
	color: #666;
}
.header ul li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #900;
	font-family: Verdana, Geneva, sans-serif;
	padding: 1px 5px;
	margin: 3px 5px 3px 0px;
	background-color: #999;
}
.smcap {
	font-variant: small-caps;
	color: #900;
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 12px;
}
.header ul li a:hover {
	background: #900;
	color: #FFF;
}
.tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #900;
	padding-top: 10px;
	padding-bottom: 10px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000;
	border-bottom-color:#900;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-left-color: #900;
	padding: 4px;
	width: 480px;
}
.pquote {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	line-height: 30px;
}
