@charset "utf-8";
/* CSS Document */

#jcc

{
	position:absolute;
	top:20px;
	width:256px;
	height:180px;
	background-image: url(../images/jcc.png);
	background-repeat: no-repeat;
	margin-left:10px;
			
	z-index:1;
}

#logo {
	width:1024px;
	height:150px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	text-align: center; /* For IE */
	margin-left:auto;
	margin-right:auto;	

}

#header-holder{
	/*width:100%;
	min-width:1024px;*/
	width:1024px;
	margin-top:10px;
	/*background: #transparent; */
	/* Show a solid color for older browsers */
/*	background: -moz-linear-gradient(#444, #222);
	background: -o-linear-gradient(#444, #222);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#444), to(#222));*/ /* older webkit syntax */
/*	background: -webkit-linear-gradient(#444, #222);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;	*/
}
#navigation-holder{
	/*width:100%;
	min-width:1024px;*/
	width:1024px;
	background: #119ffe; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#52baff, #119ffe);
	background: -o-linear-gradient(#52baff, #119ffe);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#52baff), to(#119ffe)); /* older webkit syntax */
	background: -webkit-linear-gradient(#52baff, #119ffe);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;	
}
#navigation {
	width:1024px;
	height:38px;
	vertical-align:middle;
	text-align:center; /* For IE */
	margin-left:auto;
	margin-right:auto;
}
