/*
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: #89a67c url(images/ybg.jpg) repeat-y;
	color: #dfece4;
	font-size: .9em; 
	text-align: justify;
	font-family: "Arial", "Trebuchet MS", "Verdana", sans-serif;
	cursor: crosshair;
	}

br {
	line-height: 8px;
	}

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

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

#content	{
	width: 340px;
	float: left;
	margin: -301px 0px 0px 330px;
	text-align: justify;
	font-size: .8em;
	padding: 0px 0px 0px 0px;
	background: transparent;
	}

	#content h1 {
		color: #941e92;
		background: url() repeat-y;
		margin: 0px 0px 0px 0px;
		padding: 0px 20px 0px 0px;
		font-size: 1.5em; 
		font-family: "Arial", "Trebuchet MS", "Verdana", sans-serif;
		font-style: none;
		letter-spacing: -1px;
		text-align: right;
		text-transform: uppercase;
		}
	#content h1:first-letter {
		color: #660066;
		font-family: "Georgia", serif;
		font-size: 1.5em;
		text-transform: uppercase;
		font-weight: bold;
		}

		.box {
			background: url(images/boxleftcorner.png) no-repeat bottom left;
			margin: 0px 0px 15px 0px;
			padding: 5px 5px 5px 5px; 
			font-family: "Arial";
			font-size: .95em;
			text-align: justify;
			background-color: #a2b397;
			border-bottom: 2px solid #941e92;
			border-top: 1px solid #9dc156;
			line-height: 1.4em;
			}

#navi 	{
	float: left;
	margin: -360px 0px 0px 578px;
	font-family: "Arial", "Trebuchet MS", "Verdana", sans-serif;
	font-size: .8em;
	padding: 0px 0px 0px 0px;
	color: #dfece4;
	z-index: 3;
	}

	#navi ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		white-space: nowrap;
		}

	#navi li {
		display: inline;
		line-height: 24px;
		}

	#navi li:hover {
		padding: 0px 0px 0px 0px;
		}

	#navi a {
		display: inline;
		font-family: "Arial", "Trebuchet MS", "Verdana", sans-serif;
		font-size: .95em;
		color: #96b950;
		background: #d9e6cf;
		padding: 3px 6px 4px 7px;
		text-decoration: none;
		}

	#navi a:hover {
		background-color: #fcf3a8;
		color: #f06a4d;
		border: 1px solid #fff;
		padding: 2px 5px 3px 6px;
		}

#footer {
	clear: both;
	color: #dfece4;
	font-size: .5em;
	text-align: center;
	font-family: "small fonts";
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 50px 0px 330px;
	}

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

a:hover, a:active {
	color:#982598;
	cursor: crosshair;
	}
	
b {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	color: #824883;
	}

i {
	color:#fff;
	}

u {
	color:#65700f;
	font-family: "arial";
	text-transform: none;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	}

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

textarea{
	margin: 5px 0px 5px 0px;
	font-size: inherit;
   	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #ecdcd1;
	border: 1px solid #57213e;
	background-color: #d0a5ac;
	width: 45%;
	}
