@font-face {  
	  font-family:'BankGothic Md BT'; 
	  src: url( 'bankgoth.eot' );
	src: local('Nevergold'),
			 url('bankgthd.ttf') format('truetype');
font-weight: normal;
font-style: normal;

	  
}  
.rounded20 {
	
	border-radius: 20px;
	behavior: url(border-radius.htc);
}

#login {
	position:absolute;
/*	top:20em; */
	bottom:10em;
	right:20em;
	color:#000;
	text-align:left;
}
#login form {
	font-size:10px;
      width: 12em;    
      margin-right: 6px;    
        
}  
#login .text {       
      font-size: 10px;    
      width: 10em;    
      margin-right: 6px;    
        
}  
/**
 * $Id$
 * Website Baker template: allcss
 * 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.
*/

body,td,th {
	font-family: BankGothic Md BT;
	font-size: 12px;
	color: #000;

}
#wrapper {
	/* define background elements */
	
	background-image: url(images/cosmicdawn.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 600px;
	width: 960px;
	/* define text format */
	font-size:15px;
	font-family:"BankGothic Md BT";
	font-weight:normal;
	list-style:none;
	text-align: center;
	margin: auto;
	vertical-align: top;
	background-position: center top;
	
}
.ie #wrapper {
	background-image:none !important;
}
body {
	background-color: #000;
	/* [disabled]background-image: url(images/cosmicdawn.png); */
	margin: 0;
	/* [disabled]background-position: center; */
	/* [disabled]background-repeat: repeat-y; */
	background-attachment: scroll;

}
a:link, a:visited, a:active {
	color: #603;
	text-decoration: none;
}
a:hover {
	color: #936;
	text-decoration: none;
	/* [disabled]padding: 0 1em 0 1em; */
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
	width: 580px;
}
h1 {
	font-size: 16px;
	color: #993366;
	text-align: left;
	margin: 8px 2px 8px 2px;
}
form {
	margin: 0;
	position: relative;
	z-index: 10;
	top: 5px;
	left: 5px;
}
.main {
	width: 750px;
	margin: auto;
	padding: 0;
	background-color: #FC0;
}
.banner, .search_box {
	height: 80px;
	/* [disabled]background-image: url(images/header.jpg); */
	background-repeat: repeat-x;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
}
#main-right {
	padding-left:55%;
	text-align:left;
	margin-right:3em;

}
#main-left {
	float:left;

}
.banner {
	width: 700px;
	padding-left: 20px;
	float: left;
	text-align: left;
	/* [disabled]background-color: #000 !important; */
}
.search_box {
	float: right;
	clear: right;
	width: 200px;
	/* [disabled]background-color: #000; */
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.highlight {
	background-color: #D0D0D0;
}
.banner a {
	color: #FC0;
}
.banner span {
	color: #D0D0D0;
}

.menu {
	border-radius: 1em 1em 1em 1em;
	width: 860px;
	height:40px;
	/* Needs IE fix */		
	padding-botton:15px;
	margin-top:5px;
	background-color: #FC0;
	top: 145px;
	left: 50%;
	text-align: center;

	
	margin-left:-410px;
	font-size: 14px;
	/* box-shadow: inset 0 0 8px #000; */
		position: absolute;
}

.menu ul {
	text-align: justify;
MARGIN-LEFT:-1EM;
	list-style:none;
	text-decoration:none;
	list-style-type: none;
	
}
.menu li{
	float: left;
	background-color: #FF9;
		border-radius: 1em 1em 1em 1em;
		/* Needs IE fix */	
		padding:0 .75em 0 .75em;
	mARGIN-RIGHT:.5EM;
	box-shadow: inset 0 0 4px #FC0;

	
}
.menu li a:hover {
	background-color:#FF6;
	border-radius: 1em 1em 1em 1em;
	/* [disabled]margin: 0 0 .5em .5em; */
}


.menu_current  {
	/* [disabled]border-bottom: 1px dashed #999; */
	font-weight:bold;
}

.menu fieldset {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}

.menu legend {
	color: #603;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.menu input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

.content {
/*	
	border-radius:20px;*/
	border-radius: 3em 3em 3em 3em;
	box-shadow: inset 0 0 8px #000;
	padding-top: 1em;
	padding-right: 5em;
	padding-bottom: 2em;
	padding-left: 5em;

	left: 50%;
	margin-left: -465px;
	
	position: absolute;
	top: 200px;
	
	
	background-color: #FC0;
	
	min-height: 350px;
	width: 810px;
	
	
	
	text-align: left;
}	


.footer {
	background-color: #FC0;
	clear: both;
	height: 20px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	font-size: 9px;
	color: #316AC5;
	text-align: center;
	line-height: 18px;
	position: absolute;
	bottom: 22px;
	left: 0px;
}
.powered_by {
	text-align: center;
	font-size: 10px;
	left:50%;
	margin-left:-450px;
	position: absolute;
	background-color: #FC0;
	height: 12em;
	border-radius: .5em .5em .5em .5em;
	padding:3px 1em 3px 1em;
	top: 5px;
}
#login {
	/* [disabled]position:relative; */
	/* [disabled]left:5px; */
	/* [disabled]top: 5px; */
	/* [disabled]z-index: 10; */
}
.edit-this {
	position:absolute;
	top:1em;
	float:right;
	left:95%;
	right:3em;
}
