@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 
	
	px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 20px;
	background-color: #E0E0E0;
}
.express {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	line-height: 25px;
	color: #393;
}
.oneColFixCtr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtr #container #mainContent div p .oneColFixCtr {
	padding: 5px;
}
.photoFloatLeft {
	float: left;
	margin: 2px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
}

}
.photoFloatR {
	margin: 2px;
	float: right;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	height: auto;
	width: auto;
}
.oneColFixCtr #container {
	padding-right: 15px;
}
