/* CSS Document */
<!--
html, body {
	background-color:black;
	color:white;
	font-size:14px;
	line-height:140%;
	font-family:Trebuchet MS, Arial;
}
h1 { font-size:16px; }
h2 { font-size:14px; clear:both; }
p {}
a, a:link, a:active, a:visited { color:#98B6D1; text-decoration:none;}
a:hover { color:#FF9900; text-decoration:underline;}

#cs_wrapper{
	margin:0 auto;
	width:805px;
}
#sunset{
	background-image:url(images/design_sunset.jpg);
	height:114px;
}
#header{
	height:140px;
	overflow:hidden;
	background-image:url(images/design_header_bg.jpg);
}

#sonic{
	float:right;
	margin:35px 5px 10px 0;
	width:60px;
	height:15px;
	overflow:hidden;
}
#navigation{
	float:right;
	height:50px;
}

#content{
	background-image:url(images/content_bg.gif);
	background-repeat:repeat-y;
	padding: 5px 25px;
}

#footer{
	clear:both;
	width:805px;
	height:32px;
	background-image:url('images/footer.gif');
}
#idc_switch{
	width:110px;
	height:32px;
}
#image-bar{
	float:right; 
	margin-left:10px; 
	margin-bottom:10px;
}
.FL { float:left; }
.FR { float:right; }td img {display: block;}
-->

