* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color:#333333;
	word-spacing:inherit;
}

p {
 word-spacing: normal;
 white-space: pre;
 
 }
 
a {
text-decoration: none;
color: #666666;
}
a:hover {
text-decoration: none;
color: #000;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 120px;
line-height: 60px;
background: #fff url(goldlogo.jpg) no-repeat right; 



}
#header h1 {
color : #000; 
font-size: 50px;
letter-spacing: -7px;
}
#right h4 {
color:#000000;
}
#left {
margin-top: 10px;
float: left;
width: 160px;
font-size: 13px;
color:#000000;
padding: 10px;
background: #fff;
}
#left ul {
list-style-type: square;
padding: 5px 0 10px 30px;
color: #000;
}
#left h2 {
font-size: 20px;
font-weight: 100;
letter-spacing: -2px;
padding: 5px 0 5px 0;
color: #000000;
}

#right {
margin-top: 10px;
float: right;
width: 580px;
background:#fff;
text-align: justify;
padding: 10px;
	background-image:url(ccbg.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#right h2 {
font-weight: 100;
letter-spacing: -2px;
font-size: 28px;
padding: 15px 0 10px 0;
color:#000000;
}
#right h2 a {
color:#000000;
}
#right h2 a:hover {
color: #666666;
text-decoration: none;
}

#footer {
background: #fff;
font-size: 11px;
text-align: center;
margin-top: 30px;
padding: 5px 0;
}