body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	background-color: #336699;
}

.cp_header {
	width: 100%;
	height: 130px;
}
.cp_topleft {
	background-image: url(images/tl.gif);
	background-repeat: no-repeat;
	width: 20px;
}
.cp_logo {
	/*background-image: url(images/mainlogo.gif);*/
        background-image: url(images/clubpolo_logo_snow.gif);)
	background-repeat: no-repeat;
	width: 250px;
}
.cp_top {
	background-image: url(images/t.gif);
	background-repeat: repeat-x;
}
.cp_banner {
	height: 80px;
	text-align: right;
}
.cp_nav {
	height: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 12px;
	text-align: left;
}
.cp_nav a:link {
	text-decoration: none;
	color: #006699;
}
.cp_nav a:hover {
	text-decoration: none;
	color: #DD6900;
}
.cp_nav a:visited {
	text-decoration: none;
	color: #006699;
}
.cp_nav a:visited:hover {
	text-decoration: none;
	color: #DD6900;
}
.cp_google {
	padding: 0px;
	margin: 0px;
}
.cp_topright {
	background-image: url(images/tr.gif);
	background-repeat: no-repeat;
	width: 20px;
}

#cp_left {
	background-image: url(images/l.gif);
	background-repeat: repeat-y;
	display: compact;
	overflow: visible;
}
#cp_main {
	background-color: #FFFFFF;
	background-image: url(images/r.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0px 0px 0px 20px;
	padding: 2px 30px 2px 10px;
	display: block;
	overflow: visible;
	text-align: left;
}

.cp_footer {
	width: 100%;
	height: 60px;
}
.cp_bottomleft {
	width: 20px;
	background-image: url(images/bl.gif);
	background-repeat: no-repeat;
}
.cp_legal {
	background-image: url(images/b.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 9px;
	color: #006699;
	line-height: normal;
}
.cp_bottomright {
	background-image: url(images/br.gif);
	width: 20px;
}

