body, html {
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	color: #fff;
}
a img {
		text-decoration: underline;
		border: 0;
}
#wrapper {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}
#navbar {
	width: 600px;
	height: 70px;
	background-color:#809ec0;
	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;
	text-transform: uppercase;
}

#navbar ul {
	float: left;
	padding: 0;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 17px;
	display:inline;
}

#navbar li{
	display:inline;
	text-decoration: none;
	padding-right: 14px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
#navbar a{
	text-decoration: none;
	color: #fff;
}
#navbar a:hover{
	text-decoration: none;
	color: #Fc6;
}
#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: 215px;
	height: 45px;
	color: #000;
	background-color: #Fc6;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	}
.bbb{

}
#sidebar-right{
	width:275px;
	padding-top: 26px;
	background-color:#809ec0;
	text-align: center;
	float: right;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
}
#sidebar-right img.whiteborder{
	border: 4px solid #FFF;	
	
}
#sidebar-right a{
	color: #fff;
}
#sidebar-right p{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
	margin-right:20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
#sidebar-right h3{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 20px;
	margin-right:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	letter-spacing: 1px;
}
#content {
	width:520px;
	color:#555;
	float: left;
	font-size: 16px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 0px;
}
#content a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover{
	color: #555;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
#content ul{
	color: #555;
}
#footer {
	clear: both;
	width:825px;
	height: 25px;
	background-color:#555;
	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;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #FFF;
}
#footer a{
	text-decoration: none;
	color: #fff;
}
.caption {color: #fff; text-align: center}
.vcard {color: #fff; padding-top: 10px; text-align: center}
.button {
	padding: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	color: #fff;
	border-radius: 7px;
	font-size: 18px;
	font-family: Tahoma, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	background-color: #555;
   }
.button:hover {
	border-top-color: #c9cbcf;
	background: #c9cbcf;
	color: #FFF;
   }
.button:active {
	border-top-color: #89a4cc;
	background: #89a4cc;
	color: #FFF;
	text-decoration: none;
   }
.button2 {
	padding: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size: 18px;
	font-family: Tahoma, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	background-color: #Fc6;
   }
.button2:hover {
	border-top-color: #FFF;
	background: #809ec0F;
	color: #FFF;
   }
.button2:active {
	border-top-color: #FFF;
	background: #809ec0;
	color: #FFF;
	text-decoration: none;
   }

