body{
margin:0;
padding:0;
line-height: 1.2em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 979px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #ffffff;
height: 100px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 245px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 228px; /*Width of left column*/
	margin-left: -979px; /*Set left margin to -(MainContainerWidth)*/
	background: white;
}

#nav{
	width: 228px;
	text-align: right;
}

#footer{
	clear: left;
	width: 100%;
	background: white;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}


}

.innertube{
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0px;
}

.left_spec_image{
	width: 504px;
	float: left;
}

.vertical_caro{
	width: 200px;
	float: right;
}

.about_heading{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #58595b;
}

.about_item{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
}

.about_item_info{
	font-family: Helvetica, Arial, sans-serif;
}

.credit{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: right;
	margin-top: 100px;
}
a:link {color:#999999;}      
a:visited {color:#999999;}  
a:hover {color:#58595b;} 
a:active {color:#999999;}

a.kim:link {color:#999999;}      
a.kim:visited {color:#999999;}  
a.kim:hover {color:#58595b;} 
a.kim:active {color:#999999;}
