@charset "UTF-8";

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-image: url(img/bg.jpg);
	font-family: Trebuchet MS, Times, Georgia;
	opacity: 0.99999
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* begin page elements */

#top {
	width: 700px;
	height: 179px;
	background-image: url(img/topbg.jpg);
}

#top h1 {
	font-size: 2.3em;
	text-align: center;
	font-weight: lighter;
	color: #484848;
}

#top h2 {
	font-size: 0.7em;
	text-align: center;
	padding-top: 79px;
	font-weight: lighter;
	color: #484848;
}

#nav {
	width: 117px;
	float: left;
	line-height: 1.7em;
	font-size: 0.8em;
	background-repeat: no-repeat;
}

#nav ul {
	padding-top: 30px;
	padding-left: 12px;
	list-style: none;
	display: block;
}

#nav li {
	padding-top: 0.3em;
}

#nav a {
	padding: 5px;
	text-decoration: none;
	color: #888888;
	font-size: 0.9em;
	text-transform: uppercase;
}

#nav a:hover {
	color: #580917;
}

#content {
	width: 577px;
	float: right;
}

#container {
	width: 700px;
	margin: auto;
	background-color: #FFFFFF;
	border: 2px solid;
}

#footer {
	clear: both;
	width: 700px;
	text-align: center;
	font-size: 0.7em;
	padding-top: 90px;
	height: 10px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	color: #4E4E4E;
	margin-bottom: 40px;
}

.text {
	float: right;
	width: 480px;
	line-height: 1.7em;
	font-size: 0.85em;
	padding-top: 47px;
	padding-left: 40px;
	padding-right: 55px;
	color: #474747;
	;
}

.text td {
	border: 1px solid;
	padding: 5px;
}

.text tr {
	border: 1px solid;
	padding: 5px;
}

.text p {
	margin-bottom: 1.4em;
}

.text img {
	border: 1px solid;
	margin: 1.4em;
}

.text h2 {
	font-size: 1.7em;
	font-weight: lighter;
	margin-bottom: 1.4em;
	color: #757575;
}

.text h3 {
	font-size: 1.3em;
	font-weight: lighter;
	margin-bottom: 1.1em;
	color: #757575;
}

.text h4 {
	font-size: 1.1em;
	font-weight: lighter;
	margin-bottom: 1.1em;
	color: #757575;
}

.text a {
	color: #397588;
	text-decoration: none;
}

.text a:hover {
	color: #1C294A;
}

.right {
	width: 55px;
	height: 200px;
	float: right;
	background-repeat: no-repeat;
	background-image: url(img/bass.jpg);
}

.imgright {
	float: right;
}

.left {
	float: left;
}


.quote {
	font-size: 1.3em;
	font-weight: lighter;
	color: #B1B1B1;
}

.small {
	font-size: 0.75em;
	font-weight: lighter;
}

.under {
	text-decoration: underline;
}

.table {
	width: 200px;
	border: 1px solid;
	padding: 5px;
}
