@charset "iso-8859-1";
/* CSS Document */
body {
	margin:		0;
	padding:	0;
	background:	#fff url(i/bg.gif) repeat;
	}
	
#container {
	margin:		0;
	padding:	0;
	width: 		760px;
	}
	
#header {
	width:	760px;
	height:	205px;
	background: url(i/header_bg.jpg) no-repeat left top;
	}
	
.logo {
	position: absolute;
	left: 200px;
	top: 110px;
	border:	0;
	}

#main {
	position:relative;
	width:760px;
	}
	
#nav {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 185px;
	margin:0;
	padding: 0;
	background: url(i/nav_repeat.gif) repeat-y;
	}

#navmain {
	background: url(i/nav_bottom.gif) no-repeat left bottom;
	}
	
#navlist li	{
	display: inline;
	color: #000;
	}
	
#navlist	{
	background: url(i/nav_top.gif) no-repeat;
	padding: 40px 20px;
	margin: 0;
	width: 185px;
	list-style-type: none;
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	width: 185px;
	}

#navlist li a {
	width: 145px;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #000;
	padding: 4px;
	white-space: nowrap;
	}

#navlist li a:hover { 
	background: url(i/underline.gif) repeat-x 100% 100%; 
	color: #900;
	}
	
#content {
	float:right;
	width: 540px;
	margin:0;
	padding: 0;
	background: url(i/main_repeat.gif) repeat-y;
	}
	
	
.title {
	margin:0;
	padding: 40px ;
	padding-bottom: 10px;
	background: url(i/main_top.gif) 0 0 no-repeat;
	 }

#content img {
	margin: 0 0 0 35px;
}
	 
#nextprev {
	width: 100%;
	height: 5em;
	background: url(i/main_bottom.gif) left bottom no-repeat;
	}

ul#navigation {
	list-style-type: none;
	margin:0 30px 0 30px;
	padding: .5em 0;
	border-top: 1px solid #900;
	}

ul#navigation li a {
	display: block;
	width: 5em;
	color: #FFF;
	padding: .2em 0;
	text-align: center;
	text-decoration: none;
	}

ul#navigation li a:hover {
	color: #FFF;
	}

ul#navigation img{ 
	margin:0;
	}

ul#navigation .left { 
	float: left; 
	}

ul#navigation .right { 
	float: right; 
	}

.index a {
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #000;
	padding: 2px;
	}

.index a:hover { 
	background: url(i/underline.gif) repeat-x 100% 100%; 
	color: #900;
	}

#footer {
	float:right;
	width: 760px;
	padding: 4px;
	padding-right: 20px;
	font: 0.7em Geneva, Arial, Helvetica, san-serif;
	text-align: right;
	}

#footer a {
	text-decoration:none;
	color: #930;
	}

#footer a:hover {
	text-decoration:underline;
	}
	
p {
	padding: 0 40px;
	margin: 0.5em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: small;
	color: #000;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;
	}
	
html>body	{
	font-size: small;	
	} 
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #930;
	}

h2 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 1em;
	color: #930;
	font-weight: normal;
	}


