body {
	background-image: url("bg.gif");
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#333333;
	text-decoration: none;
}

a:visited { 
	color:#999999;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#FF9900;
}	
	
#navlist {
	margin-left: -40px;
	height: 10px;
}

#navlist ul,li {
	margin: 0 0 0 0;
	padding: 0;
}

#navlist li {
	display: inline;
	list-style-type:none;
	font-size: 12px;
	color:#999999;
	text-decoration: none;
}

#navlist a {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding: 0 0 0 20px;
	margin-right: 10px;
	font-size: 12px;
	color:#999999;
	text-decoration: none;
}

#navlist li #current {
	color:#6699cc;
}

#navlist li:first-child a {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: -30% 40%;
}

#navlist a:hover {
	color: #6699cc;
}

.column {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666;
	margin: 20px 10px 0 20px;
	vertical-align:text-top;
}

.columnsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #666666;
	margin: 20px 10px 0 20px;
	vertical-align:text-top;
}	

.location {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #666666;
	margin: 20px 0px 0 6px;
	vertical-align:text-top;
	border-right-style:solid;
	border-width:1px;
	
}

.contact {
	margin: 100px 0px 0 100px;
	
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666;	
}

.ad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color:#bb3c1c;
	font-weight:bold;
	margin-left: 20px;
	position:relative;
	top:-16px;
}

.number {
	padding-left:200px;
	font-size:11px;
	color: #a3a3a5;
}
#outerdiv {
	width:770px;
	height:1200px;
	overflow:hidden;
	position:relative;
	margin-left: 2px;
}

#inneriframe {
	position:absolute;
	top:-80px;
	left: -110px;
	width:880px;
	height:800px;
}
/* crossfade stuff*/
/* class styles */
			.fade-box {
				margin-left: 0px;
				position: absolute;
				top: 163;
				width: 300px;
				height: 150px;	
			}
			.fade-box p {
				width: 280px;
				padding: 5px 10px 0 10px;
				margin: 0;
				background: #E0EADF;
			}
			.fade-box h2 {
				width: 290px;
				margin-top: 29px;
				padding-left: 10px;
				background: #E0EADF;
			}
			
			/* id styles */
			#content-body {
				margin: 0 auto 0 auto;
				width: 764px;
				background: #FFF;
			}
			#title-box {
				width: 764px;
				height: 30px;
				/* the following is a hack to work around IE's box model */
				//height: 64px;
				padding-top: 34px;
				background: url(images/title-back.gif) repeat-x;
			}
			#page-title {
				margin: 0 0 0 30px;
				display: block;
				width: 160px;
				height: 30px;
				padding: 2px 0px 0px 4px;
				background: url(images/heading-back.gif) no-repeat;

			}
			#crossfade-container {
				margin: 0px 0px 0px 10px;
				width: 300px;
				height: 150px;
				background: url(images/fade-box-bg.gif);	
			}
			#introduction p {
				width: 290px;
				padding: 5px 10px 0 10px;
				margin: 0;
			}
			#introduction h2 {
				width: 290px;
				margin-top: 10px;
				padding-left: 10px;
			}
			
			/* the boxes that fade */
			#box-1 {
				
			}
			#box-2 {
				
			}
			#box-3 {
				
			}


	
