body {
	background: #e7e7e7 url(body.png) top left;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}

body, td, th, h2, h3, h4, h5, h6 {
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6, b, strong, pre, code, tt {
	color: #9A1212;
}

h1 {
	font-size:20px;
	font-weight: normal;
}

a {color: #DB7093;}
a:visited, 
a:hover {color: #c43300;}
a:active {color: #000000;}

hr {
	border-style: none;
	border-width: 0px;
	height: 1px;
	color: #9A1212;
	background-color: #9A1212;
	clear: both;
}


/* #outer -- width 760px, centered, gray/white background */
#outer {
	width: 760px;
	margin: 0px auto;
	border:1px solid #8d8d8d;
/*	background-image:  url(footer.gif);	*/
	background-color: #aaa;
}

/* p#sitename -- appears on top */
#sitename {
	height:114px;
	line-height: 114px;
	text-align: center;
	background: url(header.jpg) no-repeat bottom center;
	padding: 0px;
	margin: 0px;
	font-size:2em;
	font-weight:bold;
}

#footer p {
	margin: 0.5em 1ex;
	text-align: right;
	font-weight: bold;
}

#footer a {
	color: white;
}

#navi {
	width: 200px;
	padding-bottom: 100px;
	background-color: #e8E8e8;
	background-image: url(menubottom1.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#content {
	width: 540px;
	padding: 5px 10px;
	background-color: white;
	background-image: url(content.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#navi, #content {
	display: table-cell;
	border-collapse: collapse;
	border-style: none;
}

#content img {
	border-style: solid;
	border-width: 1px;
	border-color: #9A1212;
	padding: 4px;
	background-color: white;
}

#content img.right {
	float: right;
	margin-left: 1ex;
}

#content img.left {
	float: left;
	margin-right: 1ex;
}

#navi ul {
	list-style:none;
	padding: 10px;
	margin: 0px;
}

#navi ul ul {
	padding: 0px;
	padding-left: 10px;
}

#navi a:visited,
#navi a:link,
#navi a {
	display: block;	
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #9A1212;
	text-decoration: none;
	text-align: left;
	width: 140px;
	height: 32px;
}

#navi a:hover{
	color: #dc4d1b;
	background: url(menuhover.gif) no-repeat;
}

#navi a {
	color: #dc4d1b;
}




