@charset "utf-8";

body {
	background:url(images/bg-body.png) repeat-x top center #F4F2EB;
	}
	
#body {
	width: 730px;
	background-color: #DCDDDF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial;
	font-size: 0.8em;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
	float: left;
}
#body a {
	color: #990066;
	text-decoration: none;
	font-weight: bold;
}
#body a:hover {
	text-decoration: underline;
}
#area a {
	font-weight: bold;
	color: #CCCCCC;
}
#area a:hover {
	text-decoration: underline;
}

#area {
	background-color: #615255;
	width: 455px;
	color: #FFFFFF;
	padding: 15px;
}

#images {
	float: right;
	height: 264px;
	width: 609px;
	padding-right: 10px;
	padding-left: 10px;
}

#navigation {
	height: 264px;
	width: 140px;
	float: left;
	margin-left: 10px;
	background-color: #999999;
	display: inline;
}
ul#nav {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none inside;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 89px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #450F1F;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 44px;
	background-image:url(images/curl.gif);
	background-repeat:no-repeat;
	background-position: 7px -45px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #990066;
	border-right-color: #990066;
	border-bottom-color: #990066;
	border-left-color: #990066;
}

ul#nav li a#current {	
	background-image:url(images/curlch.gif);
	background-repeat:no-repeat;
	background-position: 7px 2px;}   /* current page, move id in the xhtml when creating a new page */
	
ul#nav li a:hover#current {	
	background: #B2B2B2; color: #fff;
	background-image:url(images/curl.gif);
	background-repeat:no-repeat;
	background-position: 7px 2px;} 

ul#nav li a:hover {background: #B2B2B2; color: #fff;
	background-image:url(images/curl.gif);
	background-repeat:no-repeat;
	background-position: 7px 2px;}

#header {
	height: 92px;
	width: 760px;
	background-color: #FFFFFF;
	padding: 10px;
}
#wrapper {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
}
#copyright {
	font-family: "Trebuchet MS", Arial;
	font-size: 0.7em;
	width: 780px;
	background-color: #F4F2EB;
	color: #666666;
}
#copyright a:link {
	color: #666666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright a:visited {
	text-decoration: none;
	color: #666666;
}

#footer {
	height: 20px;
	width: 755px;
	font-family: "Trebuchet MS", Arial;
	font-size: 0.8em;
	font-weight: bold;
	color: #990066;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	clear: both;
}
#footer a {
	color: #990066;
	text-decoration: none;
}
h5 {
	font-family: "Trebuchet MS", Arial;
	font-size: medium;
	color: #99868A;
	letter-spacing: -0.5px;
}
