body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E7E2FF;
	color: #000000;
	text-align: center;
	margin: 0 0 0 0;
	background-image: url(images/lines.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}
b{
	font-weight: 900;
}
h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FF0000;
}
h3 {
	font-size: 13px;
}
.left{
	float: left;
}
.right{
	float: right;
	padding-top: 10px;
	padding-left: 10px;
}

#menu{
	position: absolute;
	top: 143px;
	left: 630px;
	width: 140px;
	height: 278px;
}

#container{
	position: relative;
	background-image: url(images/middle.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
	padding-bottom: 250px;
}
#content {
	position: relative;
	top: 110px;
	left: 22px;
	width: 600px;
}


a {
	color: #5C00C4;
	text-decoration: none;
}
.red{
	color: #FF0000
}

