* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #CC3333;
}
a:hover {
	color: #FF9900;
}
a img {
	border:none;
}
body {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
}
hr {
	left: -9999px;
	position: absolute;
}
/*******************************/
#content {
	height: auto !important;
	height: 20em;
	min-height: 20em;
	padding: 1em 1em 1em 13em;
	background-image:url(../images/bg.jpg)
}
#content blockquote {
	padding-left: 2em;
	padding-right: 2em;
}
#content h1 {
	border-bottom: 1px solid #CCCCCC;
	color: #CC3333;
	font-size: 1.7em;
	margin-bottom:.5em;
}
#content h2 {
	border-bottom: 1px solid #CCCCCC;
	color: #CC3333;
	font-size: 1.3em;
	margin-bottom:.5em;
}
#content h2 a {
	text-decoration: none;
	}
#content p, #content li {
	margin-bottom: 1em;
}
#content ul, #content ol {
	margin-left: 2em;
}
/*******************************/
#footer {
	background: #CC3333;
	border-bottom: 5px solid #510022;
	border-top: 5px solid #510022;
	color: #FFFFFF;
	font-size: 0.9em;
	padding: 1em 1em 1em;
	text-align: right;
}
#footer * {
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
/*******************************/
#nav {
	font-weight: bold;
	left: 1em;
	line-height: 1.2em;
	position: absolute;
	top: 6em;
}
#nav * {
	list-style: none;
	text-decoration: none;
}
#nav ul {
	padding-top:.2em;
	padding-bottom: .5em;
}
#nav ul ul {
	margin-left: 1em;
}
#nav a {
	font-size: .8em;
}
#nav ul ul a {
	font-style:italic;
}
/*******************************/
#title a {
	background: #CC3333;
	border-bottom: 5px solid #510022;
	border-top: 5px solid #510022;
	color: #FFFFFF;
	display: block;
	font-size: 1.4em;
	padding: 1em 1em 1em;
	text-decoration: none;
}
/*******************************/
.capDivDefault img {
	border:solid 2px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
.capDivRight img {
	border:solid 2px;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	}
