@charset &quot;TF-8&quot;;
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10;
	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: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/bgd_round.png);
	background-repeat: no-repeat;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtr #block {
	border: thin solid #CCCCCC;
	margin-top: 15px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColFixCtr #block-rompduo {
	border: thin solid #CCCCCC;
	margin-top: 15px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.oneColFixCtr #mainContent-block {
}
.oneColFixCtr #mainContent-events {
}
.oneColFixCtr #mainContent-recordings {
}
.oneColFixCtr #mainContent-adam {
}
.oneColFixCtr #mainContent-barry {
}
#pix {
	float: right;
}
