body {
	background-attachment: fixed;
	background-color: #0AC8FC;
	background-image: url(background.jpg);
	background-position: center;
	background-repeat: repeat-y repeat-x;
	font-family: Arial;
	font-size: 10pt;
}
h1 {
	color: White;
	font-size: 36pt;
	text-align: center;
}
h2 {
	text-align: center;
	font-weight: bold;
	font-size: 13pt;	
}
.left_side {
	float: left;
	text-align: center;
	width: 50%;
}
.right_side {
	float: right;
	text-align: center;
	width: 50%;
}
img {
	text-decoration: none;
	border: none;
}
a, a:visited, a:active {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
}
a:hover {
	color: blue;
}
a img {
	text-decoration: none;
}
p {
  text-align: justify;
}
.main {
	margin: 0px auto 0px auto;
	background-position: center;
	width: 750px;
	padding: 5px 5px 20px 5px;
	height: 100%;
}
.left {
	float: left;
}
.right {
	float: right;
}
input, select {
	background-color: #EEE3CC;
}
.picturebody {
	background: Black;
	color: #E6D5AE;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.menu_item {
	text-align: center;
	font-size: 13pt;	
	text-transform: uppercase;
	color: black;
}