/* Standard Elements */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #9dce43;
	color: #000000;
	background-color: #9dce43;
	margin: 0;
	margin-top: 2px;
	text-align: center;
}
body a:link {
	text-decoration: none;
	color: yellow;
}
body a:visited {
	text-decoration: none;
	color: yellow;
}
body a:hover {
	text-decoration: underline;
	color: yellow;
}

/* Custom Elements */
.opaque
{
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	opacity:0.99;
	border:5px solid green;
}
#container 
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 600px;
	border: solid 1px green;
	border-left: solid 1px green;
}
#logo 
{
	position: relative;
	right: -280px;
	top: -130px;
}
#swoop 
{
	float:left;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
#Error {
	width: 400px;
	color: Red;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}

/* Navigation Menu */
#navmenu {
	float: left;
	text-align: left;
	position: relative;
	left: 20px;
	top: -50px;
	z-index: 3;
}
#nav, #nav ul {
	width: 150px;
	border-bottom: 1px solid ;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	position: relative;
}
#nav li a {
	border: 1px solid ;
	border-bottom: 0;
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff;
	padding: 5px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	font-weight: bold;
}
#nav li ul {
	left: 150px;
	top: 0;
	border-bottom: 1px solid ;
	position: absolute;
	display: none;
}
#nav li ul li {
	width: 150px;
}
#nav li ul li a {
	color: black;
	background: #fff;
	border: 1px solid ;
	border-bottom: 0;
	padding:2px 5px; 
}
#nav li a:hover {
	background: #FFFFFF; 
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
#nav li:hover ul, ul#nav li.over ul { display: block; }

/* Fix IE. Hide from IE Mac \*/
* html #nav li { float: left; }
* html #nav li a { height: 1%; }
/* End */

/* End Navigation Menu */

#content {
	background-color: #000;
	color: #FFF;
	padding: 4px;
	border: 1px solid green;
	width: 450px;
	height: 300px;
	position: relative;
	right: -60px;
	*right: 40px;
	text-align: left;
	filter:alpha(opacity=66);
	-moz-opacity:.66;
	opacity:.66;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: gray;
	overflow: auto;

}
#page_title {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
#foot 
{
	background: #FFF;
	width: 800px;
	height: 40px;
	float:left;

	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
	position: relative;
	top: 56px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
#foot a 
{
	text-decoration: none;
	color: #000;
}

/* Spare Custom Elements */
#spare1 {
}
#spare1 {
}
#spare2 {
}
#spare3 {
}
#spare4 {
}
#spare5 {
}
#spare6 {
}

.amzIframe {
WIDTH: 120px;
HEIGHT: 240px;
BACKGROUND-COLOR: #fff;
FILTER: alpha(opacity=100);
-moz-opacity: 1.00;
opacity: 1.00; 
}













































