img {
	border: none;
}
body,td,th {
	font-family: Calibri, Arial, Lucida Grande, sans-serif;
	color: #000000;
	
}
div {
	overflow:hidden;
}
body {
	background-color: #646464;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-position: top;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-y:auto;
	height: 100%;
	padding: 0px;
}
p {
	padding-left: 40px;
	padding-right: 40px;
}
#content {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	top:0px;
	width:810px;
	background-color:#d0d0cc;
	z-index:3;
	overflow: hidden;
}
a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: #000000;
	font-style: oblique;
	padding-left: 20px;
}
h2 {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	padding-left: 30px;
}
.leftfloat {
	width: 65%;
	float: left;
}
.rightfloat {
	width: 27%;
	float: right;
	padding-right: 40px;
}
.floater {
	clear: both;
}
.artholder {
	width: 30%;
	float: left;
	text-align: center;
	padding: 10px;
}