/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	margin: 0 0 0 0;
	background-image: url(images/lines.gif);
	background-repeat: repeat-x;
	font-size: 12px;
}

#left{
	position: absolute;
	background-image: url(images/lefttile.jpg);
	top: 0px;
	left: 0px;
	width: 140px;
	height: 278px;
}

#container{
	position: relative;
	background-image: url(images/middle.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	text-align: left;
	padding-bottom: 250px;
}
#menu {
	font-size: 24px;
	font-weight: 900;
	position: relative;
	top: 10px;
	left: 295px;
	width: 473px;
}
#content {
	position: relative;
	top: 50px;
	left: 295px;
	width: 473px;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover{
	color: #FF6600;
}

h1{
	font-size: 24px;
	color:#FF0000;
}
h3{
	font-size: 14px;
	color: #FFFF99;
	margin: 8px 0 8px 0;
}