html, body {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	background-color: #eb444b;
	background-image: url(../_images/back.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: verdana, tahoma, arial, helvetica, sans;
	font-size: 0.9em;
	}
a {
	color: #eb444b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
#main {
	background-color: white;
	background-image: none;
	width: 900px;
	margin: 0 auto;
	}
#header {
	background-color: #eb444b;
	width: 900px;
	height: 212px;
	margin: 0;
	padding: 0;
	background-image: url(../_images/header_lowres.jpg);
	}
#footer {
	clear: both;
	height: 30px;
	width: 900px;
	text-align: center;
	}

.boxhead {
	width: 188px;
	height: 36px;
	border: 1px solid #eb444b;
	background-color: #eb444b;
	text-align: center;
	}
.boxcontent {
	width: 168px;
	background-color: white;
	border: 1px solid #eb444b;
	padding: 10px;
	margin-bottom: 30px;
	}
#nav {
	position: relative;
	float: left;
	margin-left: 30px;
	}
#nav ul, #nav li {
	margin: 0; padding: 0;
	list-style-type: none;
	}
#nav li li {
	margin-left: 30px;
	}
#nav a {
	display: block;
	color: black;
	text-decoration: none;
	height: 20px;
	width: 128px;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 40px;
	}
#nav .active a {
	color: #eb444b;
	font-weight: bold;
	background-image: url(../_images/drum.gif);
	background-position: left center;
	background-repeat: no-repeat;
	}
#nav li.active li a {
	width: 98px;
	color: black;
	font-weight: normal;
	background-image: none;
	}
#nav li.active li.active a {
	color: #eb444b;
	font-weight: bold;
	background-image: url(../_images/drum.gif);
	}
#nav a:hover {
	color: #eb444b;
	padding-left: 41px;
	text-decoration: underline;
	background-image: url(../_images/drum.gif);
	background-position: left center;
	background-repeat: no-repeat;
	}
#right {
	position: relative;
	float: right;
	margin-right: 30px;
	}
#nav .boxhead {
	background-image: url(../_images/img_nav.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}	
#news .boxhead {
	background-image: url(../_images/img_news.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}	
#info .boxhead {
	background-image: url(../_images/img_info.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}	
#center {
	position: relative;
	margin-left: 250px;
	width: 400px;
	margin-bottom: 30px;
	}
h1 {
	font-size: 1.6em;
	color: #eb444b;
	padding-top: 30px;
	}
h2 {
	font-size: 1.4em;
	color: #eb444b;
	padding-top: 10px;
	}
h3 {
	font-size: 1.2em;
	color: #eb444b;
	padding-top: 0x;
	}

table.gallery {
	width: 400px;
	}
table.gallery td.left {
	width: 140px;
	vertical-align: top;
}
table.gallery td.right {
	width: 260px;
	vertical-align: top;
}
table.gallery td.right h3 {
	padding-top: 0;
	margin-top: 0;
}
.usage {
	font-size: 0.6em;
}

.divider {
	height: 50px;
	background-image: url(../_images/drum.gif);
	background-position: center center;
	background-repeat: no-repeat;
	}
.pager {
	margin-top: 30px;
	}
table.pedigree p {
	margin:0;
	padding:0;
	}
