@charset "UTF-8";

/* Floating World styles */


body {
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

img {
	border: none;
}


/* Divs, containers etc. */

#container {
	width: 836px;
	text-align: left;
	margin: 0px auto 0px auto;
}

#header {
	width: 836px;
	height: 208px;
	background: url(../images/header.jpg) no-repeat;
}

#menu-bar {
	width: 613px;
	height: 46px;
	position: relative;
	top: 140px;
	left: 200px;
}

#content-area {
	width: 716px;
	background: url(../images/bg-repeat.jpg) repeat;
	padding: 20px 60px 30px 60px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	width: 836px;
	height: 67px;
	background: url(../images/footer.jpg) no-repeat;
	clear: both;
	padding: 15px 0px 0px 0px;
	text-align: center;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}


/* Text styles */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #671819;
	margin-top: 0px;
	font-weight: normal;
}

.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #671819;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}


.small-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	color: #671819;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

#content-area p.subtitle {
	margin-top: 0px;
	color: #671819;
}

#content-area p {
	font-size: 0.8em;
	color: #000000;
	margin: 0px 0px 15px 0px;
}

.short-descrip {
	padding: 0px 0px 0px 150px;
}

.long-descrip {
	padding: 0px 0px 0px 275px;
}

.red {
	color: #671819;
}

#footer p {
	margin: 10px 0px 0px 0px;
}


/* Table styles */

.browse-list {
	padding: 0px;
	margin: 0px;
	width: 716px;
}

.browse-list tr td {
	width: 50%;
	vertical-align: top;
	padding: 0px 15px 15px 0px;
}


/* Link styles */

#content-area a:link, #content-area a:visited {
	text-decoration: none;
	color: #660000;
}

#content-area a:hover, #content-area a:active {
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #671819;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}


/* Image styles */

#menu-bar img {
	margin: 0px 22px 0px 0px;
}

.cover {
	width: 250px;
	float: left;
	margin: 0px 25px 5px 0px;
}

.cover-thumb {
	width: 140px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.float-left {
	float: left;
	margin: 0px 20px 0px 0px;
	width: 200px;
}