body {
	background-color: #F0F0F0;
	margin: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h1 {
	font-size: 200%;
	text-align: center;
}

img {
	padding: 0px;
	border: none;
}

p {
	margin-left: 15px;
	margin-right: 15px;
}

#mainwrapper {
	/* The border is just to keep track of the mainwrapper boundaries during development. Remove later!! */
	background-color: #FFFFFF;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	width: 780px;
	margin: auto;
	text-align: left;
}

.clear {
	clear: both;
}

#top-bar {
	/*background-color: #4C1211;*/
	background-image: url(../images/top-bar-bg.gif);
	background-repeat: repeat-y;
	height: 15px;
}

#left-bar {
	/*background-color: #4C1211;*/
	background-image: url(../images/left-bar-bg.gif);
	background-repeat: repeat-x;
	width: 15px;
	height: 765px;
	float: left;
}

#menu-bar {
	background-image:url(../images/menu-bg.jpg);
	background-repeat: no-repeat;
	/*background-color: #4C1211;*/
	height: 150px;
	margin-left: 15px;
}

#menu-bar .item {
	margin-top: 40px;
	margin-left: 2px;
	margin-right: 2px;
	display: inline;
	float: left;
}

#menu-bar .first {
	margin-left: 10px;
}

#menu-bar .selected {
	margin-top: 10px;
}

#menu-bar .item div {
	width: 115px;
	height: 100px;
}

#menu-bar .clear {
	display: none;
}

#content-main {
	padding: 10px;
	margin-left: 15px;
}

#content-main img {
	margin: 5px;
}

.imagegroup {
	margin: 15px;
	float: right;
	clear: right;
}

.factoid {
	width: 300px;
	text-align: center;
	float: right;
}

.links li{
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	/*background-color: #D7C991;*/
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-y;
	padding: 5px 0px;
	text-align: center;
	font-size: 12px;
	clear: both;
}

.contact-button {
	background-color: #4C1211;
	margin-left: -15px;
	margin-top: -10px;
	padding: 0px 10px;
	text-align: center;
	float: left;
}

.contact-button a {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
}

.contact-form-wrapper {
	width: 50%;
	float: left;
}

.rand-profile-wrapper {
	width: 50%;
	float: left;
}

.rand-profile {
	margin-left: 5px;
	padding: 5px 15px;
	border: 1px solid #E0E0E0;
}

.rand-profile p {
	margin: 0px;
}

.profile-image {
	margin-right: 10px;
	display: block;
	float: left;
}

.profile-title {
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
}

.profile-subtitle {
	font-weight: bold;
}

.rand-reason {
	background-color: #F0F0F0;
	border: 1px solid #AAAAAA;
	padding: 15px;
	margin: 15px 0px;
	font-style: italic;
}


.directory-title {
	background-repeat: no-repeat;
	background-position: left center;
	width: 50%;
	margin: 5px auto;
	padding-left: 31px;
	text-align: center;
}

.directory-title div {
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 31px;
}

.directory-title-img {
	background-repeat: no-repeat;
	background-position: left center;
	width: 16px;
	height: 16px;
}	

.directory-table, .directory-content {
	border: solid 1px #CCCCCC;
	width: 100%;
	font-size: 12px;
	margin-bottom: 15px;
}

.directory-table .title, .directory-content .title {
	background-color: #D7C991;
	border-bottom: solid 1px #000000;
	text-align: center;
}

.directory-table .row-odd, .directory-content .row-odd {
	background-color: #FFFFFF;
}

.directory-table .row-even, .directory-content .row-even {
	background-color: #DDDDDD;
}

.directory-table tr td.first, .directory-content tr td.first {
	border: none;
}

.directory-table tr td.unavailable {
	text-align:center;
}

.directory-menu {
	padding: 0px;
	margin: 0px;
}

.directory-menu li {
	margin: 10px 0px;
	list-style-position: inside;
}

.directory-menu li a {
	color: #000000;
}

.directory-table tr td {
	border-left: solid 1px #DDDDDD;
	width: 20%;
}

.directory-content tr td {
	border-left: solid 1px #DDDDDD;
	width: 33%;
	text-align: center;
}

.directory-page-small {
	font-size: 80%;
	font-weight: bold;
}

.directory-page-large {
	font-size: 100%;
	font-weight: bold;
}

.right-links a {
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000;
	padding: 5px 0px 5px 25px;
	display: block;
}

.directory-page-marker {
	text-align: center;
}

.directory-table-wrapper {
	width: 500px;
	float: left;
}

.directory-category-wrapper {
	width: 215px;
	margin-left: 30px;
	float: left;
}

