@charset      "utf-8";

/* 	danroesser.com
	Copyright (c) 2005 Dan Roesser. All rights reserved.
	Last updated: 9/29/05 */

/* top.php CSS */
body
{
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

a:link, a:visited, a:active
{
	color: #000000;
	text-decoration: none;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 1px 0px 1px 0px;
	border-color: #D9D9D9;
}

a:hover
{
	background-color: #D9D9D9;
}

/* #box div used to center page */
#box
{
	width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 1px dotted #FFF;
	text-align:left;
}

#logo
{
	border: 1px dotted #FFF;
	margin-top: 50px;
	width: auto;
	float: left;
}

#main
{
	border: 1px dotted #FFF;
	margin-top: 50px;
	width: auto;
	padding: 0 100px 0 100px;
	float: left;
}

#menu
{
	border: 1px dotted #FFF;
	width: 172px;
	height: 800px;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-family: "Gill Sans", GillSans, "Trebuchet MS", Verdana;
	font-size: 18px;
	color: #991722;
}

#menu a:link, #menu a:visited, #menu a:active
{
	color: #991722;
	text-decoration: none;
	border-style: none none none none;
}

#menu a:hover
{
	background-color: #991722;
	color: #FFF;
	padding: 5px 0 5px 0;
}

.just
{
	text-align: justify;
	line-height: 2.5em;
}

.just span
{
	width: 100%;
	visibility: hidden;
	word-spacing: 1000px;
}

#content
{
	border: 1px dotted #FFF;
	margin-left: 100px;
	width: 520px;
	float: left;
}

.section { padding-bottom: 10px; }

.title
{
	font-family: "Gill Sans", GillSans, "Trebuchet MS", Verdana;
	font-size: 18px;
	color: #991722;
	letter-spacing: 2px;
	line-height: 2.5em;
}

.description
{
	line-height: 1.5em;
	padding-bottom: 15px;
}
