	html{ font-size:16px; }


	body {
		background-color: #111;
		font-family: verdana,arial,helvetica,sans-serif;
		font-size:62.5%; /* 16px * 62.5% = 10px : 1em now = 10px */
		text-align: center;
		margin: 0;
		padding:0;
		color: #666;
	}
	
	#wrap {
		background-color: #111;
		/*min-height: 100%;*/
		width: 1200px;
		height: 610px;
		margin: 0 auto;
		}
		
	* html #wrap {
		
	}
	
	#flashcontent {
		width: 1200px;
		margin: 0 auto;
	}
	
	.noflash {
		color: #666;
		width: 600px;
		margin: 0 auto;
		padding-top: 3em;
	}
	
	h1 {
		/*background: url(msc_logo.gif) no-repeat center center;*/
		/*text-indent: -9999px;*/
		line-height: 1em;
		margin: 0 auto 4em;
		color: rgb(152,0,0);
		font-family: 'Trebuchet MS',Trebuchet,Verdana,sans-serif;
		text-transform: uppercase;
		font-size: 1.4em;
		font-weight: 600;
	}
	
	.address {
		font-size: 1.4em;
		margin: .8em auto 50px;
		color: #666;
		}
		
	.req9 {
		font-size: .8em;
		font-weight: 100;
		clear: both;
		}
		
	a:link,
	a:visited {
		color: #999;
		text-decoration: none;
		}
		
	a:hover {
		color: #fff;
		text-decoration: none;
	}
	
	a:focus {
		outline: 0;
	}
	
	.req9 a:link,
	.req9 a:visited {
		padding-right: 10px;
		}
		
	.req9 a:hover {
		background: url(arrow.gif) no-repeat center right;
		padding-right: 10px;
	}
	
	#carousel-wrapper {
		width: 550px;
		height: 400px;
		overflow: hidden;
		margin: 0 auto;
		display: block;
	}
	
	#carousel-items {
		list-style: none;
		height: 420px;
		width: 550px;
		margin: 0;
		padding: 0;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	
	#carousel img {
		margin: 0;
		padding: 0;
	}
	
	#carousel-items li {
		width: 550px;
		height: 410px;
	}
	
	#menu {
		margin: 0 auto;
		width: 600px;
		list-style-type: none;
	}
		
	#menu li {
		height: 40px;
		width: 55px;
		padding: 0px 5px 10px 5px;
		float: left;
		display: block;
			
	}
	
	.footer {
		width: 1200px;
		margin: 0 auto;
		font-size: .72em;
	}
	
	#twitter{
		height: 15px;
		padding: 0 0 2px 27px; 
		margin: 0 0 0 20px;
		background: url(/images2_client/twitter.png) no-repeat;
		background-position: 0px 0px;
		border: none;
	}
	
	#twitter:hover{
		background-position: 0px -15px;
	}
	
	#network{
		width: 1200px;
		margin: auto;
		height:21px;
	}

	.twitter2{
		float: left;
	}
	.facebook{
		width:75px;
		margin:-3px 0 0 20px;
		float: left;
	}

