/* CSS Document */

body{
	padding: 0px;
	margin: 0px;
	background-color: #f2f1ea;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #45421f;
	}

img{
	border: none;
	outline: none;
	}
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #45421f;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 7px 0px 7px 0px;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 7px 0px 7px 0px;
	text-decoration: none;
}

a:focus { 
	-moz-outline-style: none; 
	}

a:hover {
	color: #276232;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

#envelope{
	position:relative;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#container {
	position: relative;
	margin: 0px auto 0px auto;
	width: 910px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-color: #fcfaf1;
}

#slideshow_container{
	width: 900px;
	height: 424px;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#slideshow_left {
	width: 450px;
	height: 424px;
	z-index: 500;
	position: absolute;
	top: 0px;
	left: 0px;
}

#slideshow_right {
	width: 450px;
	height: 424px;
	z-index: 500;
	position: absolute;
	top: 0px;
	right: 0px;
}

.box {
	position: relative;
	margin: 0px 5px 0px 5px;
	width: 900px;
	background-color: #fcfaf1;
}

.textbox {
	width: 900px;
	margin: 0px;
	padding: 0px;
}

.col {
	width: 269px;
	float: left;
	padding-left: 23px;
	margin: 0px 0px 14px 0px;
}

.clear {
	clear: left;
}

.textbox2 {
	width: 900px;
	margin: 0px;
	padding: 0px;
}

.col2 {
	width: 422px;
	float: left;
	padding-left: 23px;
	margin: 0px;
}

