BODY {
	background-color: #000000; 
	background-image: url(../images/background_main.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	color: #999999;
}

h3 {
	line-height: 20px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
}

h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 12px;
}

strong {
	font-weight: bold;
	color: #ffffff;
}

a{
	color: #DDDDDD;
	text-decoration: none;
}

a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#navigation{
	height: 54px;
}

#home-content-upper{
	height: 306px;
}

#home-content-lower{
	height: 270px;
	background-image: url(../images/background_lower.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#home-content-lower .home-content {
	padding-left: 20px;
	padding-top: 10px;	
}

#home-content-lower h3{
	font-weight: bold;
	color: #ffffff;
	padding-top: 20px;
}

#home-content-lower .home-content  a{
	color: #FFFFFF;
	text-decoration: underline;
}

#section-content-header {
	height: 108px;
}

#section-content-upper {
	width: 950px;
	height: 200px;
}

#side-content {
	width: 190px;
	height: 500px;
}

#section-content {
	width: 730px;
	height: 200px;
}

#section-content-lower {
	padding-bottom: 20px;
}

#section-content-lower  P{
	margin-right: 30px;
	line-height: 20px;
	padding-left: 20px;
}

#section-content-lower  P STRONG{
	color: #EDEDED;
	font-weight: bold;
}

#section-content-lower a{
	color: #DDDDDD;
	text-decoration: none;
}

#section-content-lower a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#section-content-lower  .formatted-list{
	padding-top: 10px;
	padding-left: 20px;
}

#section-content-lower  .formatted-list  UL{
	margin-left: 20px;
	margin-top: 10px;
	
	list-style-position: outside;
	list-style-image: url(../images/bullet.png);
	list-style-type: square;
}

#section-content-lower  UL LI{
	margin-top: 4px;
}

#section-content-lower  .timeline{
	position: relative;
	top: 200px;
	float: right;
	width: 400px;
	padding-top: 20px;
	padding-left: 20px;
}

#section-content-lower .inset {
	float: right;
	width: 215px;
	height: 215px;
	background-image: url(../images/background_inset.png);
	background-position: top left;
	background-repeat: repeat-x;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#section-content-lower .inset  img{
	position: relative;
	top: 10px;
	left: 10px;
}

#section-content-lower .contact-info-cell {
	padding-top: 5px;
	padding-bottom: 5px;
}

#section-content-lower .contact-info-cell strong{
	font-weight: bold;
	color: #ffffff;
}

#section-content-lower .contact-info-cell a{
	color: #999999;
	text-decoration: none;
}

#section-content-lower .contact-info-cell a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#sample-projects-box {
	width: 640;
	border: solid 1px #333;
	padding: 10px;
	background-color: #111;
}

.sample-project{
	height: 150;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.sample-project-image {
	position: relative; 
	float: right;
	padding: 4px;
	border: solid 1px #333;
	background-color: #111;
}

#client-login {
	margin-top: 200px;
	height: 400px;
	text-align: center;
	border-bottom: solid 1px #222;
}

#client-login strong{
	border-bottom: solid 1px #222;
}

#footer {
	background-image: url(../images/background_footer.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000000;
	height: 73px;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	border-bottom: solid 1px #222;
}

#footer  a{
	color: #999999;
	text-decoration: none;
}

#footer  a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#footer  strong {
	font-weight: bold;
	color: #ffffff;
}

#footer  h3 {
	padding-bottom: 0px;
}

#footer-bottom {
	height: 36px;
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	color: #666666;
}