/* -----------------------------------------------
----------------- Global settings ----------------
------------------------------------------------*/
* 	{
	margin: 0;
	padding: 0;
}

body	{
	font-size: 13px;
	font-family: trebuchet ms, verdana, lucida sans unicode, arial;
	background: url(../images/bg.jpg) no-repeat center top #000000;
	color: #915439;
}

a {
	color: #915439;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.where {
	color: #915439;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: verdana, arial;
	text-transform: uppercase;
}

a.where:hover {
	text-decoration: none;
}

img.rotate {
	border: 4px solid #2e2b09;
}

div#clear {
	clear: both;
}

div.formleft {
	float: left;
	width: 25%;
	padding: 13px 10px 0px 10px;
}

div.formright {
	float: left;
	width: 65%;
	padding: 5px;
}

input {
	padding: 5px;
	font-size: 13px;
	font-family: verdana, trebuchet ms, arial;
	width: 90%;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
}

input[type="submit"] {
	width: 150px;
	padding: 5px;
	font-size: 13px;
	border-radius: 30px;
	background: #b68f70;
	border: 1px solid #946e50;
	color: #ffffff;
}

input[type="submit"]:hover {
	background: #cca88c;
	border: 1px solid #b49378;
	color: #eadfd7;
}

input[type="radio"] {
	padding: 10px;
	margin: 8px;
	width: 30px;
}

input[type="checkbox"] {
	padding: 10px;
	margin: 8px;
	width: 30px;
}

textarea {
	padding: 5px;
	font-size: 13px;
	font-family: verdana, trebuchet ms, arial;
	width: 90%;
	border-radius: 5px;
	border: 1px solid #c6c6c6;
}

div.success {
	padding: 20px;
	margin: 5px 0px 5px 0px;
	width: 85%;
	border: 1px solid #38a000;
	background: #c4e4b3;
	color: #38a000;
}

div.fail {
	padding: 20px;
	margin: 5px 0px 5px 0px;
	width: 85%;
	border: 1px solid #dd0000;
	background: #edbcbc;
	color: #dd0000;
}

/* -----------------------------------------------
------------------ Page layout -------------------
------------------------------------------------*/

div#frame	{
	width: 987px;
	margin: 0 auto;
	margin-top: 5px;
	border: 4px solid #2e2b09;
}
	
	div#poweredby {
		position: absolute;
		margin-left: 194px;
		margin-top: 340px;
	}
	
	div#rotatingimages {
		position: absolute;
		margin-left: 485px;
		margin-top: 210px;
		width: 423px;
		height: 226px;
		overflow: hidden;
		border: 4px solid #2e2b09;
	}
	
		div#rotatingimages div.slideshow {
			width: 423px;
			height: 226px;
		}
	
	div#menu {
		position: absolute;
		margin-left: 0px;
		margin-top: 205px;
		width: 194px;
	}
	
		div#menubg {
			background: #555201;
			padding-left: 20px;
		}
		
		ul#nav {
			list-style-type: none;
		}
		
			ul#nav li {
				padding: 0px;
				margin: 0px;
			}
			
			ul#nav li a {
				display: block;
				padding: 8px 0px 2px 0px;
				text-transform: uppercase;
				color: #d7d7d7;
				text-decoration: none;
			}
			
			ul#nav li a:hover {
				color: #000;
			}
			
			ul#nav li a.active {
				color: #000;
			}
			
	div#content {
		background: url(../images/contentbg.jpg) repeat-y 0px 100px;
		width: 100%;
		text-align: right;
		padding-top: 100px;
		min-height: 300px;
	}
	
		div#content div#text {
			margin: 10px 60px 0px 285px;
			padding: 0px 10px 0px 0px;
			text-align: justify;
		}
		
			div#content div#text div#leftmenu {
				float: left;
				width: 100%;
				margin: 5px;
				padding: 0px 0px 20px 0px;
				text-align: left;
			}
		
		div#left {		
		float: left;	
		margin-left: 5px;
		margin-top: 5px;
		margin-right: 5px;
		}
	
		