@charset "utf-8";
/* CSS Document */

body {
	margin: 15px 0 0 0;
/*	background-image:url(../background/bgleft_green.jpg);
	background-position:top left;
	background-attachment:fixed;
	background-repeat:no-repeat; */
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}



/* Cast Background right side of screen
The cast background image is split into left and right images. The left image in specified as the background for the body tag
This div will display the right side image on the right side of the page so the content can display between the two backgrounds
*/

#bgright {
	position:relative;
	width:500px;
	height:629px;
	margin-left:auto;
	margin-right:0;
	top:0;
	right:0;
	z-index:1000;
}

#container {
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:550px;
	z-index:2000;
}

#pagebg {
	position:absolute;
	width:100%;
	min-width:1000px;
	left:0;
	right:0;
	z-index:1000;	
}

#wrapper {
	position:relative;
	width:100%;
	top:0;
	left:0;
	right:0;
}

#left {
	position:relative;
	width:500px;
	height:600px;
	background-image:url(../background/bgLeft_green.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:0;
	margin-right:0;	
}

#nav {
	position:relative;
	width:850px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	top:0;
	z-index:2100;
}

a:link {
	color:#33FF00;
	text-decoration:none;
}

a:visited {
	color:#33FF00;
	text-decoration:none;
}

a:hover {
	color:#FFFF66;
	text-decoration:underline;
}

h1 {
	font-size:24px;
	color:#FF6600;
}