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



#wrapper{
	margin: 1em auto 0 auto;
	position: relative;
	padding: 0;
	width: 800px;
	}

#banner{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 144px;
	margin-left: 0px;
}

#navigation{
	background: #CCCCCC;
	position: absolute;
	top: 140px;
	left: 0px;
	width: 800px;
	height: 54px;
}

#homebutton a{
	display:block;
	float: left;
	background: url(images/DTO_Home_button.gif) top;
	width: 200px;
	height: 54px;
}

#homebutton a:hover{
	display:block;
	float: left;
	background: url(images/DTO_Home_button.gif) no-repeat bottom;
	width: 200px;
	height: 54px;
}

#homebutton-on a{
	display:block;
	float: left;
	background: url(images/DTO_Home_On.gif);
	width: 200px;
	height: 54px;
}


#aboutbutton a{
	display:block;
	float: left;
	background: url(images/DTO_About_button.gif) top;
	width: 200px;
	height: 54px;
}

#aboutbutton a:hover{
	display:block;
	float: left;
	background: url(images/DTO_About_button.gif) no-repeat bottom;
	width: 200px;
	height: 54px;
}

#aboutbutton-on a{
	display:block;
	float: left;
	background: url(images/DTO_About_On.gif);
	width: 200px;
	height: 54px;
}

#linksbutton a{
	display:block;
	float: left;
	background: url(images/DTO_Media_button.gif) top;
	width: 200px;
	height: 54px;
}
 
#linksbutton a:hover{
	display:block;
	float: left;
	background: url(images/DTO_Media_button.gif) no-repeat bottom;
	width: 200px;
	height: 54px;
}

#linksbutton-on a{
	display:block;
	float: left;
	background: url(images/DTO_Media_On.gif);
	width: 200px;
	height: 54px;
}

#contactbutton a{
	display:block;
	float: left;
	background: url(images/DTO_Contact_button.gif) top;
	width: 200px;
	height: 54px;
}

#contactbutton a:hover{
	display:block;
	float: left;
	background: url(images/DTO_Contact_button.gif) no-repeat bottom;
	width: 200px;
	height: 54px;
}

#contactbutton-on a{
	display:block;
	float: left;
	background: url(images/DTO_Contact_On.gif);
	width: 200px;
	height: 54px;
}

#leftcolumn{
	background: #ffffff;
	position: absolute;
	top: 205px;
	left: 0px;
	width: 200px;
	height: 800px;
}

#testimonial1{
	background: #ffff;
	position: absolute;
	top: 0px;
	left: 8px;
	width: 200px;
	height: auto;
}

#events{	
	background: #ffffff;
	position: absolute;
	top: 140px;
	left: 0px;
	width: 200px;
	height: 400px;
}

#events2{	
	background: #ffffff;
	position: absolute;
	top: 260px;
	left: 0px;
	width: 200px;
	height: 400px;
}


#centercolumn{
	background:#ffffff;
	position: absolute;
	top: 205px;
	left: 205px;
	width: 360px;
	height: 800px;
}

#bodycopy{
	background:#ffffff;
	position: absolute;
	top: 0px;
	left: 15px;
	width: 355px;
	height: 800px;
}

#rightcolumn{
	background:#ffffff;
	position: absolute;
	top: 205px;
	left: 600px;
	width: 200px;
	height: 800px;
}

#videolink{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 170px;
}


#testimonial2{
	background:#ffffff;
	position: absolute;
	top: 180px;
	left: 30px;
	width: 170px;
}

#testimonial3{
	background:#ffffff;
	position: absolute;
	top: 0px;
	left: 20px;
	width: 200px;
}

#contactimg1{
	background: #ffff;
	position: absolute;
	top: 10px;
	left: 14px;
	width: 160px;
	height: 144px;
}

#contacttext1{
	background: #ffff;
	position: absolute;
	left: 210px;
	top: 60px;
	width: 150px;
	height: 144px;
}


#contactimg2{
	background: #ffff;
	position: absolute;
	top: 200px;
	left: 9px;
	width: 160px;
	height: 144px;
}

#contacttext2{
	background: #ffff;
	position: absolute;
	left: 190px;
	top: 240px;
	width: 200px;
	height: 144px;
}

.testimonial{
	font-family: ITC Officina Serif, Times, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 200%;
}

.caption{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.eventdates{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#9966CC;
}

.eventcopy{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
}


h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}


h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


img
{  border-style: none;
}

















