/* color structure ================================================================== */


/* c1 color and background ---------------------------------------------------------- */

body#c1 {
	background-image: url(../_img/back.jpg);
}
table#1 {
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
}

#c1 #building {
}

#c1 #building #header {
}

#c1 #building #footer {
}


/* globalbar structure */

#c1 #building #header #globalbar a {
}


/* switchbar structure */

#c1 #building #header #switchbar {
}

#c1 #building #header #switchbar a {
	color:#ffffff;
}


/* content structure */

#c1 #building #content {
}


/* site information structure */

#c1 #inforbar {
	color: #FFFFFF;
}

#c1 #inforbar a {
	color:#FFFFFF;
}


/* creditbar structure */

#c1 #building #footer #creditbar {
	color:#FFFFFF;
}


/* brand logo structure */

#c1 #c2bi, #c1 #c3bi {
	display: none;
}

#c1 #c1bi .brandlogo {
	background-color:#000000;
}


/* hover color set */

#c1 #building #header #globalbar a:hover {
	color:#000000;
}

#c1 #building #header #switchbar a:hover {
	color:#FFFFFF;
}

#c1 #inforbar a:hover {
	color:#FFCC00;
}
