@charset "utf-8";
/* CSS Document
Captive Monkey 01/05/2008
Copyright (c) CaptiveMonkey
 */

body {
	background: #000000 url(images/bgimage.jpg) top center no-repeat;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Verdana, Arial;
	color:#fff;
	font-size:82.5%;
}

a:link {
	text-decoration: underline; 
	color:#ffffff; 
	font-weight:normal;
	}
	
a:visited {
	text-decoration: 
	underline; color:#ffffff; 
	font-weight:normal;
	}
	
a:active {
	text-decoration: underline;
	color:#ffffff; 
	font-weight:normal;
	}
	
a:hover {
	text-decoration: none; 
	color:#ffffff; 
	font-weight:normal;
}

/* Page Items */

#container {
	width:800px;
	margin:0 auto;
}

#top {
	float:left;
	width:800px;
	text-align:left;
}

#nav {
	float:left;
	width:797px;
}

#content {
	width:800px;
}

#leftcolumn { 
	 float: left;
	 padding: 10px 10px 10px 10px;
	 width: 230px;
	 text-align:left;
}
#rightcolumn { 
	 float: right;
	 display: inline;
	 padding: 10px 10px 20px 10px;
	 width: 520px;
	 text-align:left;
}

#footer {
	float:left;
	width:780px;
	text-align:center;
	font-size:10px;
	padding: 10px 10px 10px 10px;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:40px;
	font-size:13px;
	font-weight:bold;
	background:transparent url(images/black.jpg) repeat-x top left;
	font-family:Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	height:40px;
	}
ul#menu li a:hover{
	background:transparent url(images/blue.jpg) repeat-x top left;	
	}
	
.forml {
	float:left;
	width:200px;
}

.formr {
	float:left;
	width:200px;
}

.formhead {
	background:transparent;
	color:#ffffff;
	border:0px;
	font-size:16px;
	font-weight:bold;
}

.inputc {
	background:#000000;
	color:#ffffff;
	border:1px solid #999999;
}

.jag {position: absolute; top: 0px; left: 0px; } 