a, a:link, a:visited, a:active {
	text-decoration:none;
	outline: none;
	color: #a0a0a0;
}

a:hover {
	text-decoration:none;
	outline: none;
	color: #ed5613;
}


html {
	height: 100%;
	min-height: 100%;
}

body {
	color: #C0C0C0;
	height: 100%;
	min-height: 100%;
	background: #000000;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Helvetica, Arial, Sans-Serif;
	padding: 0px; 
	margin: 0px;
	font-size: 11px;
}

img {
	border: 0 none;
}

#c0 {
	width: 900px;
	margin: 0 auto;
}

#header
{
	background: transparent url('../img/x1.png') no-repeat;
	width: 900px;
	height: 280px;
}


#menu {
	background: transparent url('../img/x2.png') no-repeat;
	width: 900px;
	height: 50px;
}

#umenu {
	background: transparent url('../img/x3.png') no-repeat;
	width: 900px;
	height: 31px;
}

#content {
	background: #000000 url('../img/x4.png') no-repeat top left;
	width: 880px;
	padding: 0 10px 10px 10px;
	float: left;
}





#content-panel {
	float: left;
	width: 618px;
	min-height: 400px;
	
	border: 1px solid #808080;
	border-top-width: 0;
	
	padding: 0px;
	margin: 0px;
}

#right-panel {
	float: right;
	width: 218px;
	min-height: 400px;
	
	border: 1px solid #808080;
	border-top-width: 0;
	
	padding: 0 10px;
	margin: 0px;
	
	font-size: 11px;
	line-height:1.7em;
}


#footer {
	clear: both;
	width: 900px;
	height: 100px;
}

#qc24-logo {
	height: 50px;
	width: 50px;
	margin:0 auto;
}

#qc24-logo a {
	background: #000 url('../img/qc24e.gif') no-repeat;
	height: 50px;
	width: 50px;
	display: block;
}

#qc24-logo a:hover {
	background-position: 0px -50px;
}

#copyright {
	color: #606060;
	padding: 5px;
	text-align: center;
	
	font-size: 11px;
}








