/*
Do not edit anything unless you know what you are doing.
Even then, do not edit and redistribute or claim as your own.
*/

body {
	background: #fafdf0 url(images/xbg.jpg) repeat-x;
	color: #54b5cc;
	font-size: .9em; 
	text-align: justify;
	font-family: "Arial", "Trebuchet MS", "Verdana", sans-serif;
	cursor: crosshair;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden; 
	}

br {
	line-height: 8px;
	}

* {
	margin: 0;
	padding: 0;
	border: none;
	}

#container {
	background: url() repeat-y;
	margin: 0px;
	float: none;
	width: 754px;
	}
	
#header	{
	width: 100%;
	height: 612px;
	background: url(images/header.jpg) no-repeat;
	}

#footer {
	background: url(images/footer.jpg) repeat-x;
	clear: both;
	color: #f292ad;
	text-align: left;
	font-size: .75em;
	height:32px;
	margin: 0px 0px 0px 0px;
	padding: 46px 0px 0px 5px;
	}

#content	{
	width: 420px;
	float: right;
	margin: -455px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	font-size: .8em;
	background: transparent;
	}

	#content h1 {
		color: #8bda6d;
		background: url(images/h1bg.png) no-repeat bottom;
		margin: 0px 0px 0px 0px;
		padding: 0px 30px 0px 0px;
		font-size: 1.4em; 
		font-family: "georgia";
		letter-spacing: 0px;
		text-align: right;
		text-transform: uppercase;
		background-color: transparent;
		border: 0px;
		height: 25px;
		}

		.box {
			background: url(images/boxbg.png) repeat;
			margin: 0px 0px 20px 0px;
			padding: 0px 5px 5px 5px; 
			font-family: "Arial";
			font-size: .95em;
			text-align: justify;
			border: 0px;
			background-color: transparent;
			border-bottom: 1px dashed #b7db84;
			}

#navi {
	color: #7dc9db;
	font-size: 1em; 
	font-family: "Tahoma" sans-serif;
	margin: -605px 0px 0px 410px;
	float: left;

	}

	#navi ul {
		list-style-type: none;
		text-align: center;
		padding: 0px;
		position: relative;
		}
	
	#navi li {
		display: inline;
		text-align: center;
		margin: 0px 0px;
		}
	
	#navi li a {
		padding:7px 9px 10px;
		color: #75c409;
		background-color: transparent;
		border-right: 1px solid transparent;
		border-left: 1px solid transparent;
		text-decoration: none;
		background: url(images/navibg.jpg) repeat-x 0px 0px;
		}
	
	#navi li a:hover {
		color: #4886b2;
		background-color: transparent;
		border-right: 1px solid #3e52a2;
		border-left: 1px solid #3e52a2;
		background: url(images/navibg.jpg) repeat-x 0px -34px;
		}

	#navi li a:active {
		color: #fff;
		background-color: transparent;
		border-right: 1px solid #b2b2b2;
		border-left: 1px solid #b2b2b2;
		background: url(images/navibg.jpg) repeat-x 0px -68px;
		}

a:link, a:visited {
	color: #34a47b;
	text-decoration: none;
	}

a:hover, a:active {
	color: #ef9d86;
	}
	
b {
	color: #2c4596;
	}

i {
	color:#62b323;
	}

u {
	color:#ef9d86;
	text-decoration: none;
	border-bottom: 1px dashed #b7db84;
	}

input{
	font-size: inherit;
  	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #ecdcd1;
	border: 1px solid #bd9c9d;
	background-color: #fff;
		}

textarea{
	margin: 5px 0px 5px 0px;
	font-size: inherit;
   	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #ecdcd1;
	border: 1px solid #bd9c9d;
	background-color: #fff;
	width: 75%;
	height: 100px;
	}
