.header {
	background-image: url(images/stripe3.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 100%;
	height: 45px;
	background-color: #f0ecdb;
}

.bar{
border-bottom-color: #2b2b2b;
border-bottom-width: 2px;
border-bottom-style: solid;
background-image: url(images/backing.gif);
width: 100%;
	height: 15px;
}
.menu {
text-align: right;
color: white;
font-size: 14px;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
line-height: 40px;
border-top-color: black;
border-bottom-color: black;
border-bottom-width: 1px;
border-bottom-style: solid;
border-top-style: solid;
border-top-width: 1px;
margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	width: 100%;
	height: 40px;
	background-image: url(images/snowstripe.png);
	background-color: #4280c8;
}

.content {
	
	
	font-size: 14px;
	
	
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	
	
	padding: 10px;
	
	
	margin-right: auto;
	margin-left: auto;
	
	width: 900px;
	
	background-color: #ffffff;
	
	border-right-color: black;
border-left-color: black;
border-right-width: 1px;
border-right-style: solid;
border-left-style: solid;
border-left-width: 1px;
}

.footer {
line-height: 40px;
font-size: 14px;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
color: white;
text-align: right;
border-top-color: black;
border-bottom-color: black;
border-bottom-width: 1px;
border-bottom-style: solid;
border-top-style: solid;
border-top-width: 1px;
margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 40px;
	background-image: url(images/snowstripe.png);
	background-color: #4280c8;

}

body {
	
	padding: 0px;
	
	margin: 0px;
	
	
	
}

.middle{

background-color: #f0ecdb;

width:100%;

}

.menu a:link{
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.menu a:visited{
	font-weight: bold;
	text-decoration: none;
	color: white;
}

.menu a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: white;
}

.centered{
	text-align: center;
}


.spacer{ height:170px;}
.thumbnail{height:130px;width:180px;float:left;}
.description{height:130px;width:400px;float:right;}
.desc{height: auto; width:600px; padding:0px 0px 0px 50px}  

.imageborder{border:1px solid  black;}

#picture{

border-width: 2px;

border-color: black;

border-style: solid;

width: 897px;
 color: #333;
 
 background: #000000;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 height: 350px;

    overflow:hidden;
    float:middle;
    
    
}

.header_right{
	
	padding-top: 20px;
	
	float: right;
	display: inline;
}

.header_left{
	position: absolute;
	z-index: 200;
	width: 650px;
	display: inline;
}

.clear{
	
	clear: both;
	
	background-color: #4e9c46;
	margin: 0px;
}

.bugaloo{height: 85px; display: inline-block; border-width: 1px; border-style: dashed; background-color: #fff6db; color: black; font-size: 14px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; text-align: center; width: 800px;}

.bugaloo_left { display: inline; height: 63px; width: 308px; float: left; margin: 10px; text-align: center; }
.bugaloo_right { margin-left: 10px; margin-right: 10px; margin-top: 10px; width: 450px; height: 63px; display: inline; float: right; }
a { color: #2160ff; }


#T1{font-size: 14px; font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-weight: bold; height:40px;}
.title{width:60px;float:left;}
.inputter{width:100px;float:left}
.textarea{width:100px;height:50px;float:left}
.divider{height:30px;}
#form{height:350px;padding:0px 0px 0px 50px} 
.subbutton{width:100px;padding: 130px 0px 0px 60px; }










#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:897px;
		height:350px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:897px;
		background-color: #95ff36;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		padding-bottom: 5px;
		padding-top: 5px;
		background:url(images/backingstripe.png) ;
		position: relative;
		margin:1em 0;
		padding-left:10px;
		height:28px;
		top: -50px	;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		
		background:url(images/button.png) no-repeat ;
		color:#ffffff;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:url(images/button2.png) no-repeat;
		color:#ffffff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
	#descriptionText{
		font-size: 16px;
		font-family: fantasy;
		color: white;
		float: right;
		top: -90px;
		position: relative;
	}
