body {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px;
	background-color:#000;
}

img {
	border:none;
}


/*--------------------*/
/*-- page structure --*/
/*--------------------*/
#wrap {
	width:780px;
	height:550px;
	margin:30px auto;
	background-color:#FFF;
}

#statementwrap{
	width:780px;
	margin:30px auto;
	background-color:#FFF;
}

#statmentcontent {
	width:760px;
	padding:10px;
	background-color:#FF6600;
}

#mainmenu {
	margin:0 auto;
	height:120px;
	width:714px;
	height:30px;
	padding-top:40px;
/*	border:1px solid blue;*/
}

#content {
	margin:10px auto 0;
	width:714px;
	height:430px;
/*	border:1px solid red;*/
}

#sidebar {
	float:left;
	height:400px;
	width:150px;
/*	border:1px solid green;*/
}

#main {
	float:right;
	height:400px;
	width:550px;
/*	border:1px solid green;*/
}

#imgnav {
	margin:0 auto;
	width:714px;
	height:30px;
/*	border:1px solid orange;*/
}

#circles {
	float:left;
}

#previous_next {
	float:right;
	margin-right:20px;
/*	border:1px solid green;*/
}

/*------------------------*/
/*-- sidebar attributes --*/
/*------------------------*/
#sidebar img {
	margin-bottom:6px;
}

/*---------------------------------*/
/*-- navigation panel attributes --*/
/*---------------------------------*/
#circles img {
	margin-right:5px;
}

/*------------------------*/
/*-- contact attributes --*/
/*------------------------*/
#contactinfo {
	margin:20px 0 0 310px;
}


.clear {
	clear:both;
	line-height:.01em;
}

