/* 
Copyright (c) 2005 quackdesign.com
ARC Centre for Kangaroo Genomics
*/
#splash {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:650px;
}
body {
	margin: 0px;
	background-image: url(../images/about_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:100%;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:148px;
}
#section {
	position:absolute;
	background-image: url(../images/about_title.gif);
	background-repeat: repeat-x;
	background-position: top;
	left:0px;
	top:148px;
	width:800px;
	height:76px;
}
#submenu {
	position:absolute;
	left:0px;
	top:214px;
	width:198px;
	height:376px;
}
#content {
	position:absolute;
	left:220px;
	top:214px;
	width:560px;
	vertical-align: top;
}
#footer {
	position: absolute;
	width:800px;
	height: 20px;
	z-index: 1;
	bottom: 0px;
	text-align: center;
	}
.text {
	font-family: Verdana, "Bitstream Vera Sans", Helvetica, "Swiss 721", Arial, sans-serif;
	font-size: 12px;
	line-height: 135%;
	color: #333333;
	padding: 10px;
}
.faint {
	font-family: Verdana, "Bitstream Vera Sans", Helvetica, "Swiss 721", Arial, sans-serif;
	font-size: 9px;
	color: #999999;
}
.title {
	font-family: Verdana, "Bitstream Vera Sans", Helvetica, "Swiss 721", Arial, sans-serif;
	font-size: 16px;
	font-weight: 200;
	line-height: 150%;
	color: #CC3300;
}
.bigtitle {
	font-family: Verdana, "Bitstream Vera Sans", Helvetica, "Swiss 721", Arial, sans-serif;
	font-size: 14px;
	color: #CC3300;
	font-weight: bold;
}
a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #0066ff;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
