body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width: 900px;
	background-color: #afb0c3;
	font-family: Arial, helvetica, sans-serif;
}


#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
	width: 900px;
	text-align: left;
	padding: 0px;
	background-color: white;
}

/**********************************************************/
/*                       Header                           */
/**********************************************************/

#header {
	float: left;
	width: 800px;	
	font-weight: bold;
	text-align: left;	
	background-image: url(graphics/bugs.jpg);
	background-repeat: no-repeat;
	padding-left: 100px;
}



/**********************************************************/
/*                   Content                              */
/**********************************************************/


.content {
	float: left;
	width: 700px;
	font-size: 14px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: center;
	background-color: white;
}

.content img {
	float : left;
	padding-left: 60px;
}

.clearall {
	clear: both;
}

.content_left {
	float: left;
	width: 375px;
	font-size: 12px;
	background-color: #ffffcc;
}

.content_right {
	float: right;
	width: 275px;
	background-color: #ffffcc;
	font-size: 12px;
}


/********************************************************/
/*                      Footer                          */
/********************************************************/


.footer {
	width: 800px;
	float: left;
	font-size: 10px;
	text-align: right;
	background-color: white;
	padding-right: 100px;	
}


