@charset "utf-8";
/* CSS Document */
body,html{
	background-color	: #000;
	color				: #FFF;
	width				: 100%;
	height				: 100%;
	margin				: 0;
}

#container-sc{
	width				: 100%;
	position			: absolute;
}

#nav{
	width				: 866px;
	height				: 30px;
	margin				: 25px auto 10px auto;
	position			: relative;
}

#content{
	width				: 866px;
	height				: 692px;
	position			: relative;
	background			: url(../images/bg.jpg);
	margin				: 10px auto;
}

#contenttext {
	width				: 500px;
	padding-left		: 25px;
	padding-right		: 10px;
	overflow			: visible;
	font-family			: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size			: 11px;
	font-style			: normal;
	font-weight			: normal;
	text-decoration		: none;
	color				: #fff;
	line-height 		: 16px;
	position			: relative;
}

#contenttext a:link { 
	color				: #e56c2b;
	text-decoration		: none;
	font-weight			: 500;
}

#contenttext a:visited { 
	color				: #e56c2b;
	text-decoration		: none;
	font-weight			: 500;
}

#contenttext a:hover { 
	color				: #fff;
	text-decoration		: none;
	font-weight			: 500;
}

#contenttext a:active { 
	color				: #e56c2b;
	text-decoration		: none;
	font-weight			: 500;
}

#footer {
	width				: 866px;
	height				: 10px;
	padding				: 10px 0;
	height				: 60px;
	margin				: 0 auto;
	text-align			: center;
	font-size			: 11px;
	color				: #CCC;
}

#footer a:link, #footer a:visited, #footer a:active{
	color				: #CCC;
	text-decoration		: none;
}

#footer a:hover {
	color				: #FFF;
	text-decoration		: underline;
}

#rightPanel{
	float				: right;
	width				: 296px;
	height				: 692px;
	position			: relative;
}

#ttl{
	margin				: 25px 0 0 10px;	
}

#highlight{
	color				: #e56c2b;	
	font-weight			: bold;
}

