@charset "UTF-8";
body {
	background-image: url(images/bg_dot.png);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #FFF;
}
#leftNav {
	background-color: #506A82;
	width: 223px;
	height: 100%;
	padding-top: 72px;
	padding-right: 20px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	float: left;
	position: fixed;
	text-align: right;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center 300px;
}
#address {
	width: 800px;
	float: right;
	margin-top: 16px;
	text-align: right;
	margin-right: 30px;
	padding-right: 40px;
	letter-spacing: .2em;
	font-size: 11px;
	color: #CCC;
}
#content {
	float: left;
	margin-left: 270px;
	width: 660px;
	margin-top: 36px;
}
img {
	margin-right: 20px;
	margin-bottom: 20px;
}
#footer {
	float: right;
	margin-top: 20px;
	margin-right: 30px;
	padding-right: 40px;
	text-align: right;
	width: 500px;
	font-size: 10px;
	letter-spacing: .2em;
	padding-bottom: 40px;
	color: #CCC;
}
h1 {
	font-size: 17px;
	color: #7A90A2;
	margin-bottom: -8px;
	font-weight: normal;
	line-height: 24px;
}
p {
	line-height: 19px;
}
a {
	font-weight: bold;
	color: #7A90A2;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#leftNav a{
	letter-spacing: 0.2em;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 21px;
	font-weight: lighter;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #667D94;
	margin-right: -20px;
	padding-right: 20px;
}
#leftNav a:hover{
	color: #FFF;
	border-bottom-color: #7A90A2;
}
.name {
	font-size: 12px;
	line-height: 22px;
}
.client {
	font-size: 10px;
	line-height: 10px;
}
.leftPad {
	margin-left: 10px;
	margin-right: -10px;
}

