body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

div#main {
	position: relative;
	width: 800px;
	height: auto;
	top: 0px;
	margin: auto;
}

div#header {
	position: relative;
	width: 800px;
	top: 0px;
	height: auto;
	margin: auto;
}

div#menu {
	position: relative;
	top: -25px;
	width: 800px;
	height: 25px;
	background-image: url('images/menu.jpg');
}

div#menu p {
	font-family: garamond, tahoma, arial, verdana, times new roman;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
	font-size: 15px;
	font-weight: bold;
}

div#ogap {
	background-image: url('images/ogap.jpg');
	position: relative;
	top: -25px;
	margin: auto;
	width: 800px;
	height: 5px;
}

div#content {
	position: relative;
	top: -39px;
	background-image: url('images/crossfade.jpg');
	background-repeat: repeat-y;
	margin: auto;
	width: 800px;
	height: 100%;
}

div#left {
	position: absolute;
	width: 180px;
	top: 10px;
	left: 60px;
	height: auto;
}

div#right {
	position: absolute;
	width: 475px;
	top: 10px;
	left: 255px;
	height: auto;
}

p {
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	text-align: left;
}

a {
	color: #FFFFFF;	
	text-decoration: none;
}

div#footer {
	position: relative;
	top: -38px;
	width: 800px;
	height: 25px;
	background-image: url('images/ogap.jpg');
}

div#footer p {
	padding-top: 5px;
	text-align: center;
}


table#layout {
	margin-top: 10px;
}

table#layout img {
	border: 1px solid black;
}