body, html
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	font-family: verdana;
	margin-top: 0;
	font-size: 10pt;
	line-height: 1.2em;
}

h1
{
	font-size: 28pt;
	text-shadow: 1px 1px #444;
	line-height: 1em;
	padding-bottom: 4px;
	margin: 0;
}

img
{
	border: none;
}

p
{
	margin: 2px 0;
}

.small
{
	font-size: 11px;
}

a
{
	color: #4865CB;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.b
{
	font-weight: bold;
}

.i
{
	font-style: italic;
}

#container
{
	height: 0%;
	width: 1100px;
}

#nav
{
	background: transparent url(../img/light/bg.png) repeat-y fixed left center;
	min-width: 350px;
	width: auto !important;
	width: 350px;
	height: 100%;
	padding-top: 30px;
	position: fixed;
	text-align: right;
	color: white;
	float: left;
}

#nav a
{
	color: #f50000;
}

#sidebar
{
	padding-right: 30px;
}

#content
{
	clear: both;
	float: right;
	width: 730px;
	position: relative;
}

#contact
{
	margin: 1.5em 0;
}

.spacer
{
	margin: 15px 0 15px 0;
}

#content .spacer
{
	margin: 15px 0 15px 0;
	border: 3px;
	border-bottom: 3px dashed #999;
}

h2
{
	background: url(../img/light/gray-trans.png) no-repeat;
	height: 52px;
	width: 369px;
	left: -34px;
	position: relative;
	padding: 10px 0px 0px 34px;
	font-size: 25px;
	color: white;
	text-shadow: 1px 1px #444;
	margin-bottom: -10px;
	margin-top: 25px;
}

.red
{
	background: url(../img/light/red-trans.png) no-repeat;
}

.blue
{
	background: url(../img/light/blue-trans.png) no-repeat;
}

.orange
{
	background: url(../img/light/orange-trans.png) no-repeat;
}

.lime
{
	background: url(../img/light/lime-trans.png) no-repeat;
}

#content .section h3
{
	font-size: 1em;
	margin: 0 0 4px 4px;
	padding: 0;
	font-weight: bold;
}

#content .content
{
	padding: 6px 12px 12px 15px;
}

#content .first
{
	margin-top: 0;
}

ul
{
	padding: 0 0 0 20px;
	margin: .5em 0 .5em 1px;
	list-style: none;
}

iframe
{
	border: 0;
}
