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

br {
	line-height: 8px;
	}

.navtext	{
	text-align: left;
	padding: 0px 0px 0px 4px;
	}

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

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

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

	#content h1 {
		color: #731941;
		background: url() no-repeat;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 25px;
		font-size: 1.5em; 
		font-family: "Georgia";
		font-style: italic;
		letter-spacing: 6px;
		text-align: left;
		text-transform: lowercase;
		background-color: #a2b8bb;
		border-bottom: 3px solid #5d779e;
		}

	#content h2 {
		color: #aac0c0;
		background: url() no-repeat;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 75px;
		font-size: .9em; 
		font-family: "Georgia";
		font-weight: normal;
		letter-spacing: 2px;
		text-align: left;
		text-transform: lowercase;
		background-color: #e9f4e5;
		}

		.box {
			background: url() no-repeat;
			margin: 0px 0px 15px 0px;
			padding: 5px 5px 5px 5px; 
			font-family: "Arial";
			font-size: .95em;
			text-align: justify;
			background-color: #ddeadd;
			border-bottom: 2px solid #5d779e;
			}
			
			.box:hover {
			background-color: #e9f4e5;
			}

#navi 	{
	float: left;
	margin: -230px 0px 0px 300px;
	font-family: "Arial", "Trebuchet MS", "Verdana", sans-serif;
	font-size: .8em;
	padding: 0px 0px 0px 0px;
	color: #000;
	z-index: 2;
	}

	#navi ul {
		margin: px 0px 0px 0px;
		padding: 0px 0px 10px 0px;
		white-space: nowrap;
		}

	#navi li {
		display: inline;
		list-style-type: none;
		}

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

	.navi:link, .navi:visited {
		font-family: "Arial", "Trebuchet MS", "Verdana", sans-serif;
		font-size: .95em;
		border-left: 0px solid #fff;
		color: #b30702;
		cursor: crosshair;
		background: #e0e9e3;
		text-decoration: none;
		text-align: left;
		padding: 3px 8px 3px 8px;
		margin: 0px 0px 0px 0px;
		}

	.navi:hover, .navi:active {
		font-family: "Arial", "Trebuchet MS", "Verdana", sans-serif;
		font-size: .95em;
		outline: 1px solid #57213e;
		color: #fff;
		cursor: crosshair;
		background: #bd7c97;
		text-align: left;
		padding: 3px 8px 3px 8px;
		margin: 0px 0px 0px 0px;
		}

#footer {
	clear: both;
	color: #9fb6ba;
	font-size: .5em;
	text-align: left;
	font-family: "small fonts";
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 5px;
	}

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

a:hover, a:active {
	color:#5d779e;
	cursor: crosshair;
	}
	
b {
	font-family: "georgia", sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	font-style: normal;
	font-size: 1em;
	color: #5d779e;
	}

i {
	color:#000;
	font-family: arial;
	}

u {
	color:#7f1100;
	font-family: "arial";
	text-transform: none;
	text-decoration: none;
	border-bottom: 1px dotted #bfd085;
	}

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%;
	}
