/*
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: #cdeaea url() repeat;
	color: #7dc9db;
	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 auto;
	float: none;
	width: 685px;
	}
	
#header	{
	width: 100%;
	height: 344px;
	background: url(images/header.jpg) no-repeat;
	}

#footer {
	background: url(images/footer.jpg) no-repeat;
	clear: both;
	color: #f292ad;
	text-align: center;
	font-size: .75em;
	height:51px;
	margin: 0px 0px 0px 0px;
	padding: 26px 0px 0px 0px;
	}

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

	#content h1 {
		color: #b3de6b;
		background: url(images/h1head.jpg) no-repeat;
		margin: -13px 0px 0px 0px;
		padding: 16px 0px 0px 33px;
		font-size: 1.5em; 
		font-family: "century gothic";
		letter-spacing: 0px;
		text-align: left;
		text-transform: uppercase;
		background-color: #f2ffea;
		border: 0px;
		height: 23px;
		}

		.box {
			background: url(images/h1foot.jpg) no-repeat bottom left;
			margin: 0px 0px 10px 0px;
			padding: 5px 5px 25px 5px; 
			font-family: "Arial";
			font-size: .95em;
			text-align: justify;
			border: 0px;
			background-color: #f2ffea;
			}

#navi {
	color: #7dc9db;
	font-size: 1em; 
	font-family: "georgia";
	margin: -8px auto 8px;
	}

	#navi ul {
		list-style-type: none;
		text-align: center;
		padding: 0px;
		position: relative;
		}
	
	#navi li {
		display: inline;
		text-align: center;
		margin: 2px 0px;
		}
	
	#navi li a {
		padding: 5px 9px;
		color: #f399b2;
		background-color: #f2ffea;
		border: 1px solid #cdeaea;
		text-decoration: none;
		}
	
	#navi li a:hover {
		color: #a5ddea;
		background-color: #daf5f5;
		border: 1px solid #cdeaea;
		}

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

a:hover, a:active {
	color: #ab0100;
	}
	
b {
	color: #fd8949;
	}

i {
	color:#d8347d;
	}

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

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