/* @override 
	http://pa.smj.gpgwebreview.com/designs/stylesheets/base.css
	http://de.smj.gpgwebreview.com/designs/stylesheets/base.css
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	height: 99px;
}

#header h1 {
	padding: 13px;
	color: #fff;
	text-align: center;
	font-size: 250%;
	margin: 0px;
}

#header h1 img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

#mainmenu {
	font-size: 14px;
	font-weight: bold;
}

#mainmenu a {
	padding: 6px 30px;
	text-decoration: none;
}

.menu {
	padding: 0px;
	height: 30px;
	text-align: center;
	width: 684px;
	margin: 0px auto;
}

.menu li {
	display: inline;
}

#mainmenu li { 
	display: block;
	margin: 0px -3px;
	padding: 6px 0px;
	height: 16px;
	float: left;
}

#mainmenu li.selected {
	border-bottom: 1px solid #fff;
}

#main {
	position: relative;
	width: 880px;
	margin: auto;
	padding: 20px;
}

#content {
	margin-bottom: 50px;
}

#footer {
	font-size: 75%;
	text-align: center;
}

#footer li {
	margin: 10px;
}

#footer-content {
	margin: 20px;
}