
script {
	height: 0%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Reused Stylings */

	.maxwidthwrap {
		max-width: 370px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.widewrap {
		margin-left: 40px;
		margin-right: 40px;
		text-align: left;
		min-width: 300px;
	}
	
	.clearme {
		clear: both;
		height: 0%;
		overflow: hidden;
	}
	
	.floatme_left {
		float: left;
		display:inline;
		margin-right: 12px;
	}



/* Index Page */


			
		
		
			#main_news {
				
				background:  url(../images/bgr-news.gif) no-repeat;
				width: 540px;
				float: left;
				height: 90px;
				position: relative;
				color: #333333;
			}
			
				#main_news img {
					border: 0;
				}
			
				#main_news h3 {
					text-transform: uppercase;
					color: #FFFFFF;
					font-size: 10px;
					margin: 0;
					padding: 0;
					display: inline;
					padding-right: 12px;
					background: url(../../www.ithaca.edu/images/main/news_carat.gif) center right no-repeat;
					position: absolute;
					top: 28px;
					left: 11px;
				}
				
					#main_news img.news_left {
						position: absolute;
						left: 19px;
						top: 47px;
						cursor: pointer;
					}
					
					#main_news img.news_pause {
						position: absolute;
						left: 38px;
						top: 45px;
						cursor: pointer;
					}
					
					#main_news img.news_right {
						position: absolute;
						left: 71px;
						top: 47px;
						cursor: pointer;
					}
				
				#main_news_wrap {
					width: 410px;
					height: 84px;
					background-color: #8d8468;
					position: absolute;
					bottom: 0;
					right: 8px;
					overflow: hidden;
				}
				
				#main_news_wrap2 {
					width: 355px;
					position: relative;
				}
				
				#main_news_wrap3 {
					position: absolute;
					top: 0;
					left: 0;
					width: 217px;
				}
				
				.main_news_story {
					float: left;
					width: 370px;
					position: absolute;
				}
				
					.main_news_story img {
						float: left;
						margin-right: 15px;
					}
					
					.main_news_story h4 {
						font-size: 13px;
						font-weight: normal;
						margin: 13px 13px 0 0;
					}
					
						.main_news_story h4 a {
							color: #333333;
							text-decoration: none;
						}
					
					.main_news_story p {
						font-size: 10px;
						font-weight: bold;
						margin: 8px 0 0 0;
					}
					
						.main_news_story p a {
						color: #333333;
						text-decoration: none;
						}
						
						.main_news_story p a:hover {
							border-bottom: 1px dotted #324924;
						}
			
			
		
		
			
