body, html {
	margin:0;
	padding:0;
	font-family:Helvetica,Arial,sans-serif;
	color: #fff;
}
a img {
		text-decoration: underline;
		border: 0;
}
#wrapper {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
#content-wrapper{
	background: url(/images/ccdcs-content-bg.jpg);
	background-repeat: repeat-y;
	float: left;
}
#navbar {
	width: 600px;
	height: 45px;
	background-color:#A4BAD1;
    float: left;
	text-decoration: none;
	color: #fff;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

#navbar ul {
	float: left;
	padding: 0;
	margin: 12px 0 0 10px;
}

#navbar li{
	display:inline;
	text-decoration: none;
	padding-right: 30px;
	font-size: 20px;
}
#navbar a{
	text-decoration: none;
	color: #fff;
}

#navbar p {
	margin: 7px 0 0;
	padding: 0;
}
#new-client{
	float:  left;
	text-align: center;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	width: 210px;
	height: 20px;
	padding-top: 10px;
	color: #fff;
	background-color: #6a6867;
	margin-top: 15px;
}
.bbb{

}
#sidebar-right{
	width:275px;
	padding-top: 26px;
	background-color:#A4BAD1;
	text-align: center;
	float: right;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
}
#sidebar-right img{
	
	
}
#sidebar-right a{
	color: #fff;
}
#sidebar-right p{
	padding:0 10px;
}
#content {
	width:530px;
	margin-left: 10px;
	padding-right: 10px;
	padding-top: 26px;
	color:#6A6967;
	float: left;
	
}
#content a{
	color: #000;
	text-decoration: none;	
}
#content a:hover{
	color: #000;
	text-decoration: underline;
}
#content ul{
	color: #000;
}
#footer {
	clear: both ;
	width:825px;
	height: 23px;
	background-color:#A4BAD1;
	text-align: center;
	text-decoration: none;
	margin: 0 0 30px;
	padding-top: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	
}
#footer a{
	text-decoration: none;
	color: #fff;
}
.caption {color: #fff; text-align: center}
.vcard {color: #fff; padding-top: 10px; text-align: center}
.button {
   background: #686867;
   background: -webkit-gradient(linear, left top, left bottom, from(#839ec4), to(#686867));
   background: -moz-linear-gradient(top, #839ec4, #686867);
   padding: 6.5px 7px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #c9cbcf;
   background: #c9cbcf;
   color: #6dbde8;
   }
.button:active {
   border-top-color: #89a4cc;
   background: #89a4cc;
   }