@charset "UTF-8";
/* CSS Document */



/*body
{
	background-color:#eeeeee;
	font-family:Helvetica,Verdana,Sans-serif;

	body {color:404040}
	h1 {color:#ec0080}
}

#banner {
	background-attachment: fixed;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}*/

body {
	font-family:helvetica, ariel, sans-serif;
	font-size:12px;
	background-color: #eeeeee;
	color: #404040;
}

h1{color: #ec0080}


a:link { 
	color: #8c09d6;
	}
a:visited { 
	color: #ff7e00;
	}
a:hover { 
	color: #ec0080;
	text-decoration: none;
	}
a:active { 
	color: #ec0080;
	}



#wrapper {
		width:950px;
		margin:0px auto;
		border:1px solid #bbb;
		padding:10px;
		overflow:hidden;
	}
	
#header {
	background-image:url("images/cbcbanner.jpg");
	/*border:1px solid #bbb;*/
	width:100%;
	height:80px;
	padding:10px;
	background-repeat: no-repeat;
	background-position: center center;
}

#nav {
background-position:center;
background-attachment:fixed;
background-color:#eeeeee;
}

ul {
	list-style-type:none;
    padding:3px 0 20px 0;
    border-top:2px solid #E0E0E0;
    margin:10px 0;
}

ul li {
	float:left;
    /*margin:0 2px;*/    
}

ul li a {
	display:block;
    padding:2px 10px;
    background-color:#ff7e00;
    color:#8c09d6;
    text-decoration:none;
	font-weight:bold;
}

ul li a:visited {
	color:#8c09d6;
}

/* place the "current" pseudo class here */
ul li a.current {	
	background-color:#ec0080;
    color:#eeeeee;
	font-weight:bold;
}
ul li a.current:visited {	
	color:#eeeeee;
}

ul li a:hover {
    background-color:#ec0080;
    color:#ff7e00;
}	
	
#content {
	margin-top:10px;
	padding-bottom:10px;
}
	
#content div {
	padding:10px;
	/*border:1px solid #bbb;*/
}
	
#content-left {
	width:190px;
	text-align:left;
	float:left;
}
	
#content-main {
	margin-left:10px;
	width:370px;
	float:left;
}
	
#content-right {
	/*margin-left:10px;*/
	width:310px;
	background-position:center;
	text-align:center;
	float:right;
}

#content-noleft {
	width:560px; /*total of left and centre*/
	margin-left:10px;
	text-align:left;
	float:left;
}
	
#footer {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	border:1px solid #bbb;
	width:930px;
	font-style:italic;
	text-align:center;
}

#bottom {
	clear:both;
	text-align:right;
}

