/*
Copyright 2007
Written by Christopher Stanton
Released under the GNU General Public License (GPL)
*/

html {margin: 0; padding: 0; border: 0;}

body {
	background-image: url(/images/marigold_wallpaper_and_chintz-1875-green-refactored.jpg);
	color: #000000; 
	background-color: #000000; 
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 800px;
	margin:5px auto;
}

.banner {
	width: 100%;
	height: 75px;

	background-color: transparent;
	border-color: black;
	border-style:solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-bottom-width: 1px;
}

.banner  a               { color: #000000; }
.banner  a:active        { color: #000000; }
.banner  a:hover         { color: #000000; }

.banner .center {
	float: left;
	width: 600px;
	height: 100%;
	background-color: #C1EBF9;
	color: #000000;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;

	text-align: center;
}

.banner .center .title {
	height: 100%;
	width: 450px;

	font-family: serif;
	font-style: oblique;
	font-variant: normal;
	font-weight: normal;
	font-size: 32px;
	word-spacing: normal;
	letter-spacing: 10px;
	text-decoration: none;
	text-align: bottom;
	text-indent: 0ex;
	margin: 0px 0px 0px 75px;
}

.banner .to-left {
	float: left;
}

.banner .to-right {
	float: right;
}
