﻿* {
	margin: 0;
}
html, body
{
    height: 100%;
	font-size: 100%;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #F4F4EC;    
	background-image: url('images/bg_jmb.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 90% 90px;
}
p {
	display: block;
	margin-bottom: 15px;
}
a:link, a:visited, a:active {
	color: #0000CC;
	text-decoration: underline;
}
a:hover {
	color: #3333FF;
	text-decoration: underline;
}
table.center {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div.container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px;
}
div.header
{
	height: 90px;
    background-image: url('images/top_bg.png');
}
div.header_menu
{
	position: absolute;
	top: 0px;
	left: 350px;
	padding-top: 60px;
	font-size: 0.8em;
}
div.pagetitle
{
    padding-top: 30px;
	padding-left: 60px;
	padding-right: 60px;
}
div.content
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
    font-size: 0.8em;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 5px;
	padding-right: 5px;
}
div.footer, div.footerpad
{
	height: 20px;
	width: 100%;
    font-size: 0.6em;
	text-align: center;
}
div.caption
{
	margin-left: auto;
	margin-right: auto;
	font-size: 0.8em;
}
div.reviewdata
{
	position: relative;
	height: 90px;
	font-size: 0.8em;
}
div.reviewsummary {
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	width: 400px;
	text-align: left;
	border: 1px black solid;
}
div.sponsor {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	width: 750px;
}
a.header_menu:link, a.header_menu:visited, a.header_menu:active {
	color: #000000;
	text-decoration: underline;
}
a.header_menu:hover {
	color: #999999;
	text-decoration: underline;
}
.center {
	text-align: center;
}