body {
	margin: 11px 0 0 0;
	padding: 0;
	background: #000000 url(images/img5.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: .1em;
	font: normal medium Arial, Helvetica, sans-serif;
	color: #64747D;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #64747D;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 720px;
	height: 180px;
	margin: 0 auto;
	background: url(images/cpclogo.gif) no-repeat;
	color: #000000;
	padding: 0px 0px 0px 0px;
	
}

#header h1 {
	padding-top: 55px;
	font-size: 3em;
}


/* Content */

#content {
	width: 720px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
}

#colOne {
	float: left;
	padding: 11px 10px 0 0px;
	width: 100px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: x-small;
	font-weight: bold;
	color: #64747D;
	line-height: normal;
}

#colOne:hover, #menu .active a {
color: #FFFFFF;
}


#colTwo {
	float: left;
	text-align:justify;
	width: 600px;
	padding: 0px 0px 0 0px;
}

/* Content Elements */

#content h2 {
	height: 21px;
	margin-bottom: 20px;
	padding: 0px 0 0 0px;
	background: url(images/img6.gif);
	letter-spacing: normal;
	font-size: 1.2em;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #FFFFFF;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	height: 70px;
	padding: 7px 0 0 0;
	background: url(images/img5.gif) repeat-x;
}

#footer * {
	color: #000000;
}

#footer p {
	text-align: center;
	font-size: smaller;
}