/**
 * $Id$
 * Website Baker template: simple
 * This template is one of four basis templates distributed with Website Baker.
 * Feel free to modify or build up on this template.
 *
 * This file contains all CSS definitions required to display the template
 * in the Website Baker frontend. 
 *
 * LICENSE: GNU General Public License
 * 
 * @author     Ryan Djurovich, C. Sommer
 * @copyright  GNU General Public License
 * @license    http://www.gnu.org/licenses/gpl.html
 * @version    2.70
 * @platform   Website Baker 2.7
 *
 * Website Baker is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * Website Baker is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
*/

*{
	margin:0;
	padding:0;
	border:0px solid #eee;
}
html,body,#bg,#bg table,#bg td,#content {
	width:100%;
	height:100%;	
}

#bg div {
	position:absolute;
	width:200%;
	height:100%;
	top:-20%;
	left:-50%;
}
#bg img {
	min-height:50%;
	min-width:50%;
	margin:0 auto;
	display:block;
}
#content {	
	position: absolute;
	margin-left: 305px;
	width: 600px;
	top: 80;
	left: 50%;
	z-index: 70;

}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #000000;
}

html, body {margin:0; padding:0; width:100%; height:100%; overflow-x:hidden;}


#background{position:absolute; z-index:1; width:100%; }


body {
	margin: 	0px;
}
a:link, a:visited, a:active {
	color: #004477;
	text-decoration: none;
}
a:hover {
	color: #336699;		
	text-decoration: underline;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0px 5px 0px;
}
.header {
	text-align: left;
	color: #FFFFFF;
	height: 50px;
}
.menu {
	background-color: #FFFFFF;
	padding: 19px;
	width: 80px;
	vertical-align: top;
	min-height: 300px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	text-transform: uppercase;
	text-align: left;
}
.menu ul, .menu li {
	list-style-type: none;
	display: block;
	margin: 0 0 5px 0;
	padding: 0 0 3px 0;
}



.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.content {
	background-color: #FFFFFF;
	padding: 15px 19px 19px;
	vertical-align: top;
	text-align: left;
	line-height: 135%;
	min-height: 250px;
}
.content ul { list-style-type: circle; padding-left: 15px; }

.footer {
	text-align: center;
	font-size: 10px;
	height: 6px;
	padding-top: 10px;
	color: white;
}
.footer a, .footer a:link { color: white; }
.footer a:hover { color: #336699; }
