﻿@charset "utf-8";
/* CSS Document */
div#header {
	border-style: solid;
	border-width:  1px;
	background-image:url("../images/cherry.png");
	height:90px;
}

ul#nav, ul#nav li, ul#nav li a{
	margin:0px;
	display:block;
	height:30px;
	text-decoration:none;
	line-height:20px;
}

ul#nav{
	background:url(../images/nav.png) repeat-x;
	list-style-type:none;
}

ul#nav li{
	padding-left:5px;
	float:left;
	width:16%;
	overflow:hidden;
}

ul#nav li a{
	padding:10px 2px 0px 2px;
	height:20px;
	text-align:center;
}

ul#nav li a:hover{
	background:url(../images/nav_current.jpeg) no-repeat;
}

.current a{
	background:url(../images/nav_current.jpeg) no-repeat;
}

.container{
	background-color:white;
	margin:0px;
	height:aout;
	width:900px;
	padding:1px  50px 20px 50px;
}

.container h2{
	font-size: 25px;
	padding:7px 0 5px 10px;
	border-left:solid 0px ;
	border-bottom:solid 1px Gray;
	margin-bottom:7px;
	margin-top:10px;
}


body{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:25px;
	color:#333;
	}
	
body {
	overflow-y:scroll;
}

.p{
	text-indent:1em;
}

a {
	text-decoration: none;
}
