* {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
	font-family: "Trebuchet MS", "Century Gothic", sans-serif;
}
hr {
	display: none;
}
a {
	color:#990000;
	text-decoration: none;
}
dt {
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
}
/*************************************************/
#title {
	background-color: #ffcc11;
}
#title p, #title strong, #title a {
	display: block;
}
#title a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 25px;
}
#title p {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 80px;
}
/*************************************************/
#nav {
	background-color: #3B3B3B;
	font-size: .7em;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: lowercase;
}
#nav a:hover {
	color: #FFCC11;
}
#nav li {
	display: inline;
	padding-left: 1em;
}
#nav ul {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
/*************************************************/
#body {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	color: #000000;
	min-height: 400px;
	padding-top: 30px;
}
#body li {
	list-style-type: disc;
	margin-left: 3em;
}
#body p, #body ul {
	margin-bottom: 2em;
}
#body h1 {
	color: #990000;
	font-size: 2em;
}
#body h2 {
	color: #CC0000;
	font-size: 1.5em;
}
/*************************************************/
#footer {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: .6em;
	color: #999999;
	padding-top: 50px;
	padding-bottom: 50px;
}
/*************************************************/
#content {
	width: 450px;
	padding-left: 50px;
	float: left;
}
img {
	border-width: 1px;
	border-style: solid;

}
img.left {
	float: left;
	margin-right: 1em;
}
img.right {
	float: right;
	margin-left: 1em;
}
#sidebar {
	width: 265px;
	float: left;
	font-size: 0.9em;
	color: #333333;
}
#sidebar blockquote {
	background-image: url(images/quote-start.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 4em;
}
#sidebar blockquote blockquote {
	background-image: url(images/quote-end.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
}
#sidebar p {
	padding: .5em 3em;
	margin: 0px;
}
#sidebar em {
	color: #990000;
}
