* html {margin:0; padding:0}
body {
	margin: 0; padding: 0;
	background-image: url(../images/root_img/body_bg_top.png);
	background-position: left top;
	background-repeat: repeat-x;
	font-family:calibri, "Trebuchet MS", arial, helvetica, sans-serif; 
	background-color:#fff; 
	font-size:14px;
	}
	
a:link, a:visited {font-size:14px; color: #999; text-decoration: none;}	
a:hover, a:active {font-size:14px; color: #000; text-decoration: underline;}		

#home a:link, #home a:visited {font-size:14px; color: #999; text-decoration: none;}	
#home a:hover, #home a:active {font-size:14px; color: #99cc33; text-decoration: underline;}	

/*  the element that contains all the other block level containers */
#wrapper {
	width: 950px; 
	margin: 10px auto 20px auto; padding: 0; 
	border: 2px solid #8d9b6f;
	-moz-box-shadow: 2px 4px 9px #777; /* horizontal, vertical, blur, color */
	-webkit-box-shadow: 2px 4px 9px #777;
	box-shadow: 2px 4px 9px #777;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	/* URL files are relative to the page that imports the style sheet not the CSS file to the imported file */
	behavior: url('../../styles/border-radius.htc');

	}
#header {
	float: left; display: block;
	margin: 0; padding: 5px;
	width: 950px; height: 70px;
	}	
#home {
	float: right; display: block; 
	margin: 0 15px 0 0;
	text-align: right;
	}
#header .title {font-size: 20px; color: #99cc33;}
#header .subTitle {color: #999;}
	
#primaryContent {
	float: left; display: block;
	width: 950px;
	margin: 0; padding: 0;
	}
#primaryContent img {
	border: 0;
	}	
#primaryContent p {
	margin: 20px 45px 20px 15px; padding: 5px;
	}
#primaryContent span.letterstart {
	font-size: 24px; letter-spacing: .075em;
	}	
	
#primaryContent ul.clients {
	float: left; display: inline;
	list-style: none; 
	width: 1020px;
	margin: 15px 0 0 15px; padding: 0;
	border: 0px solid #444;	
	}
#primaryContent ul.clients li {
	float: left; display: block;
	width: 200px;
	padding: 0 40px 0 0;
	}
	
#primaryContent form {margin: 15px 5px;}	
#primaryContent form fieldset {color:#999; border: 0px solid #dedede; padding: 5px;}	
#primaryContent form legend {font-size: 18px; padding: 0 0 5px 0;}
#primaryContent form input { margin: 0 0 5px 0;}
#primaryContent .error {color: #900;}
#footer {
	float: left; display: block;
	width: 950px;
	margin: 10px; padding: 0;	
}
#footer p {
	color: #666; text-align: center;	
}