/* CSS Document */
/* --------- 1. defaults  --------- */

* {
		padding: 0;
		margin: 0;
		}

body {
		font: small Arial, sans-serif;
		color: #ffffff;
		background: #660000 url(62.gif) no-repeat fixed;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
		}
		
#navi {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height: 22px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	background-color: #000000;
	padding-top: 10px;
		}
#navi a {
	color: #FFFFFF;
	text-decoration: none;
}
#navi a:hover {
	color: #990000;
	text-decoration: none;
}

		
#masthead {
	padding: 0px;
	height: 115px;
	background-color: #000000;
	background-image: url(06/catlogomarch08.jpg);
	background-repeat: no-repeat;
		}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(07/front.jpg);
	display: block;
	background-repeat: no-repeat;
	height: 1400px;
	width: 800px;
	background-color: #FFFFFF;
}
#content_left {
	width: 390px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	display: block;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 5px;
	text-align: justify;
	text-indent: 3px;
}


		
#content_left {
	display: block;
	float: left;
	width: 383px;
}



#content_right {
	display: block;
	float: right;
	width: 390px;
}

#footer {
}
/* ---------- 5. hacks ---------- */

body	{ /* IE 5 centring bug fix */
		text-align: center;
		}
		
#wrapper {
		text-align: left;
		}
		
#navigation, h1 { /* IE 5 TT bug fix */
		text-transform: uppercase;
		}
		
body {
		font-size: x-small;
		voice-family: "\"}\""; 
		voice-family:inherit;
		font-size: small;
		}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000033;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
.content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}
.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #000066;
}
.leftmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}



a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
