@charset "utf-8";
/* Celia Young CSS Document */

body {
	margin:0px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.container {
	border-left:#988751 solid 2px;
	border-right:#988751 solid 2px;
}

.header {
	background:url(../images/header-wave.jpg) no-repeat top;
}

a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.nav ul {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	list-style:none;
	margin:10px 0px 0px 10px;
	padding:0px;
}

.nav ul li {
	color:#000000;
	float:left;
	margin:0px;
	padding:0px;
}

.nav ul li a {
	color:#988751;
	padding:9px;
}

.nav ul li a:hover {
	color:#000000;
	padding:9px;
}

.main {
}

.mainCol-1 {
	width:220px;
	padding:0px 10px;
}

.leftPanTitle {
	background:url(../images/left-panel-title-bg.jpg) no-repeat bottom center;
	height:40px;
/*	color:#333333;*/
	color:#cc3333;
	text-transform:uppercase;
	font-weight:bold;
}

.leftPanBg {
	background:url(../images/left-panel-bg.jpg) repeat-y center;
}

.leftPanTopBg {
	background:url(../images/left-panel-top-bg.jpg) no-repeat top center;
	height:50px;
}

.leftPanBotmBg {
	background:url(../images/left-panel-botm-bg.jpg) no-repeat center;
	height:10px;
}

.blackText {
	color:#000000;
}

.darkText {
	color:#333333;
}

.mainCol-2 {
	background:url(../images/chainese-text.gif) no-repeat center top;
	width:75px;
}

.mainCol-3 {
	padding-left:0px;
	padding-right:20px;
	color:#666666;
	line-height:18px;
	text-align:justify;
}

.mainCol-3 h1 {
	color:#d2232a;
	line-height:normal;
	font-size:18px;
	text-transform:uppercase;
	margin:0px;
}
.mainCol-3 h3 {
	color:#d2232a;
	line-height:normal;
	font-size:13px;
	margin:0px;
}
.mainCol-3 a {
	text-decoration:none;
	color:#8b7a45;
}
.mainCol-3 a:hover {
	text-decoration:underline;
	color:#8b7a45;
}
.mainCol-4 {
	width:220px;
	padding:0px 10px;
}

.footer {
}

.footerMenu {
	background:url(../images/footer-menu-bg.gif) repeat-x;
	height:29px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
}

.footerMenu a {
	color:#FFFFFF;
	padding:0px 25px;
}

.footerMenu a:hover {
	color:#333333;
	padding:0px 25px;
}

.footerBotm {
	background:#eeebe2;
	height:50px;
	color:#666666;
}

