body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #858585;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/watermark.jpg);

}
a:link {
	color: #51656F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #858585;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#container {
	width: 870px;
	margin: 50px auto 0px;
	border: 0px none #000000;
} 

#sidebar1 {
	width: 221px;
	float: left;
	position: fixed;
	margin-right: 20px;
	padding: 0px;
}

#sidebar1 ul#nav{

}
	#sidebar1 ul#nav li {
	list-style: none;
	background:#000000;
	float: left;
		}
		#sidebar1 ul#nav li a {
		display: block;	
		text-indent: -9999px;
		outline: none

			}
			#sidebar1 ul#nav li.navlogo a {
				height: 199px;
				width: 221px;
				background: url(images/nav-logo.jpg) left center no-repeat #000000;
			}
			#sidebar1 ul#nav li.home a {
				height: 45px;
				width: 221px;
				background: url(images/nav-home.jpg);
				background-position: left center
			}
			#sidebar1 ul#nav li.print a {
				height: 40px;
				width: 221px;
				background: url(images/nav-print.jpg);
				background-position: left center
			}
			#sidebar1 ul#nav li.web a {
				height: 39px;
				width: 221px;
				background: url(images/nav-web.jpg);
				background-position: left center
			}
			#sidebar1 ul#nav li.photo a {
				height: 40px;
				width: 221px;
				background: url(images/nav-photo.jpg);
				background-position: left center
			}
			#sidebar1 ul#nav li.presentation a {
				height: 39px;
				width: 221px;	
				background: url(images/nav-presentation.jpg);
				background-position: left center
			}
			#sidebar1 ul#nav li.pricing a {
				height: 40px;
				width: 221px;
				background: url(images/nav-pricing.jpg);
				background-position: left center
			}
			#sidebar1 ul#nav li.about a {
				height: 45px;
				width: 221px;
				background: url(images/nav-about.jpg);
				background-position: left center
			}
			#sidebar1 ul#nav li a:hover {
				background-position: right center				
			}
				
#mainContent {
	margin: 15px 0px 0px;
	width: 600px;
	padding: 0px;
	float: right;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.bottomLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #858585;
	text-decoration: none;
	line-height: 21px;
}

.textFine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #858585;
	text-decoration: none;
}

.textStandard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #858585;
	text-decoration: none;
}

.boxes {
	border-top: 0px solid #858585;
	border-right: 0px solid #858585;
	border-bottom: 0px solid #858585;
	border-left: 0px solid #858585;
}

.NavLinks {
	font-size: 14px;
	color: #858585;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;

}

.sampleBorder {
	border: 1px double #858585;
}

.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#footer {
	padding: 0;
	margin: 0px;
	width: 600px;
	float: right;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
