body		{
		margin: 0;
		padding: 0;
		background-color; #800000;
		color: white;
rem		font-family: tahoma, arial; 
		font-family: verdana, arial;
		font-size: 10pt; 
		font-style: normal; 
		font-weight: normal; 
		}

#wrapper	{
		background-color: #fdf8f2;
		color: black;
		margin: 30px 40px 30px 40px;
		padding: 10px;
		}

#header .name	{
		font-family: Imprint MT Shadow;
		font-style: italic;
		font-size: 30pt;
		color: #990000;
		}

#header-bottom	{
		border-top: 1px solid #b9d2e3;
		border-bottom: 1px solid #b9d2e3;
		height: 1%;
		}

#header-bottom ul	{
		margin: 0;
		padding: 0 30px 0 0;
		text-align: right;
		}

#header-bottom li	{
		display: inline;
		}

#header-bottom a:link, #header-bottom a:visited {
		text-decoration: none;
		background-color: #fdf8f2;
		color: #050845;
		}

#header-bottom a:hover	{
		text-decoration: none;
		background-color: #050845;
		color: #fdf8f2;
		}

#tagline		{
		font-weight: normal;
		background-color: #fdf8f2;
		color: #050845;
		font-style: normal;
		font-size: 8pt;
		margin: 0;
		padding: 0 0 0 20px;
		width: 400px;
		float: left;
		}

#main		{
		position: relative;
		top: 0;
		left: 0:
		width: 100%;
		margin-top: 10px;
		}

#content	{
		margin: 0 0 0 210px;
		border: 1px solid #990000;
		background-color: white;
		color: black;
rem		height: 100%;
		height: 900px;
		}

#content .inner	{
		margin: 10px 20px 10px 20px;
		}

#content .inner h2	{
		color: #990000;
		padding-bottom: 0.2em;
		border-bottom: 1px solid #b9d2e3;
		font-size: 110%;
		}

#content .inner ul.features {
		margin: 0;
		padding: 0;
		list-style: none;
		}

#content .inner h3	{
		font-size: 90%;
		color: #990000;
		}

#mainfeature	{
		background-color: #990000;
		color: white;
		padding: 2em 2em 1em 1em;
		height: 10%;
		}

#mainfeature h2	{
		margin: 0;
		font-weight: normal;
		font-size: 140%;
		}

#mainfeature p	{
		font-size: 110%;
		font-style: italic;
		}

#sidebar		{
 		position: absolute;
rem		float: left;
		top: 0;
		left: 0;
		width: 200px;
		background-color: white;
		border: solid #990000 1px;
		color: #990000;
		margin: 0;
		padding: 0;
rem 		height: 100%;
		height: 900px;
		}

#sidebar .inner	{
		padding: 10px;
		}

#sidbar ul	{
		margin-left: 0;
		padding-left: 5px;
		}

#sidebar li	{
		padding-top: 5px;
		}

#sidebar a:link, a:visited {
		text-decoration: none;
		color: #990000;
		}

#sidebar a:hover	{
		text-decoration: none;
		font-weight: bold;
		color: #990000;
		}

#sidebar p	{
		font-size: 8pt;
		}

#footer		{
		position: relative;
		padding: 10px;
		margin-left: 0;
		margin-right: 0;
		margin-top: 10px;
		border: solid #990000 1px;
		background-color: white;
		color: #990000;
		font-size: 7pt;
		text-align: center;
		clear: both;
		}