html *, body {
margin: 0px;
padding: 0px;
line-height: 1.5em;
font-size: 1em;
font: normal;
font-family: "Geneva","Calibri","Helvetica", "Arial", sans-serif;
}

body	{
	background: #212121;
}

h1	{
	font-size: 3em;
	font-weight: bold;
}

h2	{
	font-size: 2.5em;
	padding-left: 1em;
	font-weight: bold;
}

#container	{
	max-width: 1024px;
	margin: 0px auto;
}

a	{
	color: #E3170D;
	text-decoration: none;
	border-bottom: 1px solid #E3170D;
}

#navigation	{
	background: #000000;
	padding: .5em;
	border-bottom: 1px #212121 solid;
	border-top: 1px #212121 solid;
}

#navigation ul li	{
	padding: .5em;
	list-style: none;
	display: inline;
	background: #212121;
	color: #ffffff;
	min-height: 1.5em;
	min-width: 2em;
}

#navigation ul li:hover	{
	background: #333333;
}

#navigation a	{
	color: #ffffff;
	border-bottom: 1px #f2f2f2 solid;
}

#header	{
	background: url(../images/header-bg.png) repeat-x;
	padding: .5em;
	text-align: center;
	color: #ffffff;
}

#content	{
	color: #0A0A0A;
	background: #ffffff url(../images/gray-fade.png) repeat-x 0 top;
	padding-top: 3em;
	padding-bottom: 3em;
	clear: both;
}

#footer	{
	border-top: 1px #E3E3E3 dotted;
	text-align: center;
	font-size: .9em;
	padding: 1.5em;
	clear: both;
	background: #ffffff;
	min-height: 45px;
}

#content-body p, fieldset	{
	font-size: 1em;
	text-indent: 1.5em;
	padding-left: 3.5em;
	padding-right: 5em;
	padding-bottom: 1.5em;
	border: 0px;
}

#content-body embed, object	{
	margin-left: 1.5em;
}

#content-body	{
	margin-right: 255px;
}

#sidebar	{
	width: 250px;
	float: right;
	padding-right: 2em;
}

fieldset li	{
	list-style: none;
}

#sidebar p	{
	margin-bottom: 1.5em;
}
.curved	{
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	behavior: url(../files/border-radius.htc);
}

.callout	{
	background: #212121;
	color: #ffffff;
	margin-left: 1.5em;
	margin-right: 1.5em;
	padding: 1.5em;
	width: 250px;
}

