body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
h1 {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	margin: 5px auto;
	padding: 0px;
/*	width: 70%; */
	display: block;
	text-align: left;
	width:707px;
}
#wrapper {
	background: url(images/bar2.gif) repeat-x left bottom;
	text-align: left;
	margin: 0px auto;
/* 	width: 70%;*/
	width: 707px;
}
#wrapper .MainPhoto {
	background: url(images/main_photo.jpg) no-repeat;
}
#wrapper #WrapTable2 {
	background: url(images/bar_background.gif) repeat-x;
}

.bold {
	font-weight: bold;
}
.small {
	font-size: 0.8em;
	line-height: normal;
}
.small2 {
	font-size: 0.9em;
}
.CenterText {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.ImgFloatLeft {
	float: left;
	margin-right: 10px;
}
.ImgFloatRight {
	float: right;
	margin-left: 10px;
}
.FloatClear {
	clear: both;
}
.TextRed {
	color: #FF0000;
}
.TextBlue {
	color: #0000CC;
}
