@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 860px;
	margin: auto;
	height: 630px;
	margin-top: 30px;
	background-color: #FAFFE8;
} 
#menu  {
	width: 530px;
	height: 20px;
	margin-right: 165px;
	margin-left: 165px;
	padding-top: 60px;
	padding-bottom: 20px;
} 
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 142%;
	text-indent: 10px;
	margin: 0px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-indent: 0px;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logo  {
	width: 200px;
	position: absolute;
	top: 130px;
	margin-right: 330px;
	margin-left: 330px;
	height: 170px;
} 
#text {
	height: 240px;
	width: 400px;
	top: 300px;
	margin-right: 230px;
	margin-left: 230px;
	position: absolute;
	padding: 0;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
#footer  {
	width: 530px;
	height: 30px;
	top:570px;
	position: absolute;
	margin-right: 165px;
	margin-left: 165px;
	padding-top: 10px;
} 
img{border:none;}

/* Easy Slider */

	#slider{}
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{
	width:400px;
	height:230px;
	overflow:hidden;
	list-style-type: none;
		}	

	#slider2 {
		border:0;
		}
	#slider2 li{
	list-style-image: none;
	list-style-type: none;
		}
	#slider2 li p{
	margin:0px;
	list-style-image: none;
	list-style-type: none;
		}						

	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 

	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:20px;
	height:25px;
	position:absolute;
	left:180px;
	top:5px;
		}
	#nextBtn, #nextBtn2{
	left:220px;
		}
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{
	display:block;
	width:20px;
	height:25px;
	background-color: transparent;
	background-image: url(../images/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
	#nextBtn a, #nextBtn2 a{
	background-color: transparent;
	background-image: url(../images/btn_next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}												
/* // Easy Slider */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 142%;
	letter-spacing: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	color: #666666;
	list-style-type: none;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 142%;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #6699CC;
}

a:link, a:visited, a:hover, a:active  {
	text-transform: none;
	cursor: default;
	text-decoration: none;
	outline:none
	}
a {
	color: #6699CC;
}

