* /* Our "universal rule" */ 
{ 
padding: 0; 
margin: 0; 
} 

body { text-align: center;} 


#column {
	float: right; /* Our column is going to be right aligned */
	width: 260px; /* Our total width - content width is 260px */
	/*	background: #ADCCE9;  */
	text-align: center;
	padding: 90px;
} 

#columnNav {
	float: right; /* Our column is going to be right aligned */
	width: 642px; /* Our total width - content width is 260px */
	margin-top: -30px;
} 

/*#columndownload {
	float:none;  Our column is going to be right aligned 
	width: 260px;  Our total width - content width is 260px 
	background: #CCCCCC;
	vertical-align: bottom;
} */

#columndownload { 
	float: right;  /*Our column is going to be right aligned */
	width: 260px; /* Our total width - content width is 260px  */
	background: #CCCCCC;
	vertical-align: bottom;
} 

#content { 
float: left; /* Our content is going to be left aligned */ 
width: 760px; /* And it's going to have a 500px width */ 
} 

#footer {
	clear: both; /* We have to clear our floats */
	width: 1024px; /* We need to set the width on the footer since it's outside the mainContainer, and therefor isn't controlled by it */
	margin: 0 auto;
	height: 65px;
	background-image:url(../images/footerimage.jpg)} 

#galleryimg {
	float: right;
	margin-left: 800px;
	position: absolute; 
}
/*
#gallerysm {
	left:826px;
	width:245px;
	height:90px;
	position: absolute;
	top: 276px;
}
*/

#gallerysm {
	float: right;
	margin-left: 800px;
	position: absolute;
	}

#header { 
color: #fff; 
} 

#imageNavRow { 
float: left; /* Our content is going to be left aligned */ 
width: 382px; /* And it's going to have a 500px width */  
} 

#imageTicker {
float: left;
width: 760px;
height: 182px;
}

#imageTickerrt {
float: right;
margin-right: 50px;
height: 182px;
}

#imageTickersmall {
float: left;
width: 760px;
height: 80px;
}

#linebreak {
float: left;
width: 1024px;
}

#mainContainer { 
width: 1024px; 
margin: 0 auto; /* We are going to center this design */ 
text-align: left; /* Since we used text-align: center in the body to be sure some older IE versions are going to center our design, we now align the text left */ 
} 


#newsTicker {
/*	position:absolute; */
	clear:right;
	left:10px;
	width:809px;
	height:443px;
}



#teaser {
		float:left;
		width:260px;
		padding:0 0 14px 0;
		margin:10px auto;
		background:url(tsr-b.gif) bottom left no-repeat;
	}
	


#teaser h3 {
		margin:0;
		padding:7px 10px 3px 10px;
		background:url(tsr-t.gif) top left no-repeat;
	}

#teaser p, .teaser a.more {
		margin:0;
		padding:0 10px 3px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
	}
	
#teaser a.more {
		display:block;
		text-align:right;
		background:url(tsr-a.gif) 260px 50% no-repeat;
		padding:0 24px 0 0;
		text-decoration:none;
		color:#44a;
	}
	
#teaser a.more:hover {
		text-decoration:underline;
	}
