body{
	font-size: 0.75em;
	font-family: "Arial", Helvetica, Geneva, sans-serif;
}

/* Line height for all text in paragraph tags*/
p{
	line-height: 1.5em;
}
#wrap {
	width: 725px;
	margin: 0px auto 0px auto;/* top, right, bottom, left */
}
#header {
	width: 99%;
	margin: 0px auto 0px auto;/* top, right, bottom, left */
}
#menu {
	width: 99%;
	margin: 0px auto 0px auto;/* top, right, bottom, left */
}
#contain {
	width: 717px;
	margin: 0px auto 0px auto;
	background-color: white;
}
#content
{
	margin: 0px auto 0px 5px;
	float: left;
	width: 99%;
}
#left{
	width: 52%;
	float: left;
	text-align: justify;
	
}
#right{
	width: 48%;
	float: left;
	text-align: justify;
}
#cleft{
	width: 47%;
	float: left;
	text-align: justify;
	margin-right: 7px;
}

#cright{
	width: 52%;
	float: left;
	text-align: justify;
}
#picture{
	float: left;
	width: 200px;
	margin: 18px auto 0px auto;/* top, right, bottom, left */
}
#gen {
	margin: 0px auto 0px 5px; /* top, right, bottom, left */
	float:left;
	width:50%;
	padding: 5px;
}
#info {
	float:right;
	width:45%;
	margin: 4px auto 0px auto; /* top, right, bottom, left */
	background-color: white;
	padding: 10px;
}
#clear {
	clear:both;
}
#ad {
	width: 99%;
	margin: 0px auto 0px auto;/* top, right, bottom, left */
}
#footer {
	height: 97px;
	width: 100%;
}
a:link{
	text-decoration: none;
	color: blue;
}
a:visited{
	text-decoration: none;
	color: blue;
}
a:hover{
	text-decoration: underline;
	color: orange;
}

.pete {
	color: #49C3EE;
}

