@charset "UTF-8";
/* CSS Document */

body {
	
	background-image:url(../pics/background.jpg);
	
	background-repeat:repeat;
	
	font-family:Arial, Helvetica, sans-serif;
	
	font-size:14px;
	
	color:#333;
	
}

h1 {
	
	font-size:18px;
	
}

h2 {
	font-size:10px;
	
}

h3 {
	
	font-size:14px;
	
}


#wrap {
	
	padding:8px;
	
	width:900px;
	
	background-color:#FFF;
	
	margin:auto;
	
	border:#FF9 solid thin;
	
	background-image:url(../pics/stripe_bottom.jpg);
	
	background-repeat:no-repeat;
	
	background-position:bottom;
	
}

#header {
	
	background-image:url(../pics/header1.jpg);
	
	background-position:center top;
	
	background-repeat:no-repeat;
	
	height:176px;
	
	width:100%;
	
}

/*********************Navigation***************************/

#navigation {
	
	float:left;
	
	margin-left:-39px;
	
	margin-bottom:30px;
	
}

#navigation a {
	
	display:block;
	
}

ul#mainnavi li a {
	
	color:#333;
	
	font-weight:bold;
	
	padding-left:15px;
	
	text-decoration:none;
	
}

ul#mainnavi li.current {
	
	color:#333;
	
	border-bottom:6px solid #F30;
	
}

ul#mainnavi {
	
	list-style-type:none;
	
}

ul#mainnavi li {
	
	background:#FC9;
	
	border-bottom:#F93 solid 6px;
	
	margin-top:5px;
	
	height:30px;
	
	width:224px;
	
	text-align:left;
	
	padding-top:15px;
	
}

ul#mainnavi li.current a {
	
	color:#333;
	
}

/**************************End Navigation*******************************/

#content {
	
	float:right;
	
	width:600px;
	
	margin-right:25px;
	
	margin-top:20px;
	
}


a:link {
	color:#333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#333;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #333;
}

