@charset "UTF-8";
/* CSS Document */

body, html {
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/bg.jpg);
	margin-top: 10px 0px 0px 0px;
	background-color: #000000;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	background-image: url(images/containerbg.gif);
}

#image {
	height: 322px;
	width: 415px;
	background-image:url(images/image_border.gif);
	background-repeat: no-repeat;
	float: left;
}

#right_image {
	padding: 10px;
	background-color: #131313;
	float: right;
	margin: 0px 0px 10px 20px;
}

#left_image {
	padding: 10px;
	background-color: #131313;
	float: left;
	margin: 0px 20px 10px 0px;
}

/* ////////////////////////////////// MAIN TEXT ///////////////////////////////////// */
.text {
	font-family: Tahoma, Verdana, Helvetica;
	color: #ffffff;
	line-height: 21px;
	font-size: 14px;
	text-decoration: none;
}
.text a {
	color: #e2ddba;
	text-decoration: underline;
	font-weight: bold;
}
.text a:hover {
	color: #B4AF94;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	margin: 0px 0px 22px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #e2ddba;
	font-weight: normal;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #e2ddba;
	display: inline;
	font-weight: normal;
}

b {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #e2ddba;
	display: inline;
	line-height: 24px;
}
b.white {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 21px;
}

/* ////////////////////////////////// MAIN BIG NAVIGATION TEXT ///////////////////////////////////// */
.bignav {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #e2ddba;
}
.bignav a {
	color: #e2ddba;
	text-decoration: none;
}
.bignav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* ////////////////////////////////// MAIN SMALL NAVIGATION TEXT ///////////////////////////////////// */
.smallnav {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
}
.smallnav a {
	color: #ffffff;
	text-decoration: none;
}
.smallnav a:hover {
	color: #e2ddba;
	text-decoration: underline;
}

/* ////////////////////////////////// FOOTER TEXT ///////////////////////////////////// */
.footertext {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	line-height: 15px;
	color: #a6a388;
	font-weight: normal;
}
.footertext a {
	color: #a6a388;
	text-decoration: none;
}
.footertext a:hover {
	text-decoration: underline;
	color: #ffffff;
}
