@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);
	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: 400px;
	height: 109px;
	background-image: url(img/header.jpg);
	float: left;
}

#top h1 {
	font-size: 2.3em;
	padding-top: 19px;
	padding-left: 150px;
	font-weight: lighter;
	font-family: "Times New Roman", Arial, Helvetica;
	color: #4E5155;
}

#top h2 {
	font-size: 0.7em;
	padding-left: 165px;
	font-weight: lighter;
	font-family: "Times New Roman", Arial, Helvetica;
	color: #4E5155;
	letter-spacing: 2.7em;
}

#nav {
	width: 450px;
	float: left;
	line-height: 1.7em;
	font-size: 0.8em;
	height: 109px;
	text-align: center;
	background-image: url(img/nav.jpg);
}

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

#nav li {
	padding-top: 0.3em;
	display: inline;
	padding-right: 0.7em;
	padding-left: 0.7em;
}

#nav a {
	padding: 5px;
	text-decoration: none;
	color: #5C5C5C;
	font-family: Times New Roman, Arial, Helvetica;
	font-size: 1.3em;
	text-transform: uppercase;
}

#nav a:hover {
	color: #9C9C9C;
}

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

#container {
	width: 850px;
	margin: auto;
	background-image: url(img/container.jpg);
}

#footer {
	clear: both;
	width: 850px;
	text-align: center;
	font-size: 0.7em;
	padding-top: 90px;
	height: 10px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	color: #4E4E4E;
	padding-bottom: 90px;
	font-family: Trebuchet MS, Arial, Helvetica;
}

.text {
	float: right;
	width: 530px;
	line-height: 1.7em;
	font-size: 0.8em;
	padding-top: 47px;
	padding-left: 20px;
	font-family: Trebuchet MS, Arial, Helvetica;
	color: #2D2D2D;
	padding-right: 100px;
	font-weight: lighter;
}

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

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

.text h2 {
	font-size: 2.3em;
	font-weight: lighter;
	margin-bottom: 1.4em;
	color: #888888;
	line-height: 1.1em;
}

.text h3 {
	font-size: 1.4em;
	font-weight: lighter;
	margin-bottom: 1.4em;
	color: #4E4E4E;
}

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

.text a:hover {
	color: #CAE7C7;
}

.right {
	float: right;
}

.imgright {
	float: right;
}

.left {
	width: 200px;
	height: 500px;
	float: left;
	background-image: url(img/left.jpg);
}

.under {
	text-decoration: underline;
}
