/*--------------------body--------------------*/

body {
	margin: 0px;
	background-color: #F8F8F3;
	background-image: url(pictures/background.png);
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 10pt;
}

/*--------------------page--------------------*/

#page {
	width: 767px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	background-color: white;
}

/*--------------------header--------------------*/

#header {
	width: 747px;
	height: 37px;
	margin: 0px 0px 4px 10px;
	background-image: url(pictures/header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	margin: 0px 0px 0px 14px;
	padding: 6px 0px 0px 0px;
	font-size: 12pt;
	color: White;
	float: left;
}

#header ul {
	list-style: none;
	margin: 7px 21px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}

#header a {
	font-size: 10pt;
	color: White;
	text-decoration: none;
}

/*--------------------right--------------------*/

#right {
	width: 541px;
	min-height: 380px;
	margin: 0px 15px 10px 0px;
	_margin: 0px 7px 10px 0px;
	padding: 0px 0px 0px 10px;
	float: right;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: black;
}

/*--------------------left--------------------*/

#left {
	width: 180px;
	margin: 0px 0px 10px 10px;
}

#left h1 {
	height: 35px;
	margin: 0px;
	padding: 5px 0px 0px 15px;
	font-size: 10pt;
	background-image: url(pictures/left_h1.gif);
	background-repeat: no-repeat;
}

#left ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 25px;
}

#left li {
	margin: 0px 0px 10px 0px;
}

#left a {
	color: #2770C0;
	text-decoration: none;
}

#left a:hover {
	color: #174271;
}

#left img {
	margin: 5px 0px 0px 25px;
}

/*--------------------footer--------------------*/

#footer {
	width: 747px;
	height: 33px;
	margin: 0px 0px 0px 10px;
	clear: both;
	background-color: #F1EFE7;
}

#footer p {
	font-size: 7pt;
	line-height: 30px;
	text-align: center;
}
