/* Internal Page					 */
/*-----------------------------------*/
/* Main image slot in top section    */

#mainImageSlot {
	width: 1000px;
	height: 150px;
	border-bottom: 1px solid #fff;
/*	background: transparent url(/a/img/aboutHyundai/philosophy/feature.jpg) top left no-repeat;*/
		background: transparent url(/a/img/aboutHyundai/philosophy/Road.jpg) top left no-repeat;
}

/* Page */
#page {
	background: #fff;
	width: 100%;
	border: 0;
}

		#page h3 {
			font-size: 1.5em;
		}

		#page ul {
			/*list-style-type: none;*/
			margin: 10px 20px;
		}
				
		#page .newsSummary {
			background: #5E7376;
			padding: 10px;
			color: #fff;
			font-weight: bold;
		}

		/* Columns */
		#page .col {
			padding: 10px;
			width: 423px;
			widt\h: 403px;
			margin-right: 2px;
			float: left;
		}

		#page .inner {
			padding: 10px;
		}

		#page .inner img {
			float: left;
		}
		#page .inner div.right {
			float: right;
		}

			#page .inner q {
				font-weight: bold;
			}

			#page .col h4 {
				margin-top: 10px;
			}

		#page .last {
			width: 424px;
			background: #ccc;
			border: 1px solid #000;
			margin-right: 0;
			padding: 0;
		}
		
		#page .last.col .inner{
			position:relative;			
		}
		#page .last.col .inner #rac{
			position:absolute;
			top:0;
			right:0;
		}

		#page .featureBlock {
			background: #5e7376;
			border-top: 1px solid #fff;
			border-bottom: 1px solid #fff;
		}

		#page .featureBlock img {
			border-right: 1px solid #fff;
		}
		
		/* assumes only 1 link - joel*/
		#page strong a{
			display:block;
			width:18em;
			padding:10px;
			background-color:#537376;
			color:#fff;
			height:2em;
			line-height:2em;
		}
		
		
