/* CSS Document */


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #646464;
	line-height: 1.5em;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
		margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:0px 0px 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin:0px 0px 20px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #49392f;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #646464;
}
a:link {
	color: #47382e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #47382e;
}
a:hover {
	text-decoration: none;
	color: #47382e;
}
a:active {
	text-decoration: underline;
	color: #47382e;
}
.img_container {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
}
.img_container_sub {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
	margin:20px 20px 10px 0px;
	float:left;
}
.img_container_sub2 {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
	float:left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
hr {
  	border: none;
  	width: 100%;
	background-color:#e2ded8;
	height: 1px;
	margin:10px 0px 10px 0px;
}
#wrapper {
	position:relative;
	width:850px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color:#FFFFFF;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* CONTENT */
footer {
	background-color: #666666;
	margin: 0px;
	padding: 10px;
	height: 100px;
	width: auto;
}
.box1 {
	background-color: #2E4C68;
	height: 75px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.box2 {
	background-color: #333333;
	height: 25px;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: middle;
}
.class2 A:link {
	text-decoration: none;
	color: #FFFFFF;
}
.class2 A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.class2 A:active {
	color: #FFFFFF;
}
.class2 A:hover {color: #FF9900;}
