body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bckg.gif) #cfc3d1 center center repeat-y;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #fff;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	background-image: url(images/bckg.gif);
	background-repeat: repeat-y;
} 
#header {
	width: 438px;
	height: 185px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 13px;
} 
#nav {
	width: 360px;
	margin-top: 155px;
	margin-left: 70px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}
#nav li {
	list-style: none;
	display: block;
	float: left;
	padding: 3px 5px;
}
a {
	color: #fff;
}
#sidebar {
	float: left;
	width: 425px;
	height: 285px;
	padding-right: 15px;
	padding-top: 27px;
	background: url(images/flash-img.jpg) no-repeat 10px 20px;
}
	#contact {
	margin-top: 25px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 20px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	width: 376px;
	height: 259px;
	background: url(images/contact.gif) no-repeat;
	}
	input, textarea {
		background: #e6e6e6;
		color: #573455;
		font: 12px Arial, Helvetica, sans-serif;
		border: 0px;
	}
	#contact li {
		list-style: none;
	}
#content {
	float: left;
	width: 420px;
	height: 500px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 5px;
	margin-top: 35px;
	text-align: left;
} 
#footer { 
	padding: 0 10px 0 20px; 
} 
#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 */
}
.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;
}
#leftContent {
	background-image: url(images/leftContent.gif);
	background-repeat: no-repeat;
	float: left;
	height: 700px;
	width: 438px;
	margin-left: 13px;
}
#rightContent {
	background-image: url(images/rightContent.gif);
	background-repeat: no-repeat;
	float: left;
	height: 700px;
	width: 438px;
}
