body {
	background-color: #E6E6E6;
}
a{
	color: #990000;
	text-decoration: none;
}
a:hover{
	color: #990000;
	text-decoration: underline;
}
a:ative{
	color: #990000;
	text-decoration: underline;
}
.artist {
	font-family: Script MT Bold, Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
}
.text{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000;}
.greytext{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #666666;}
.grey {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #666666;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #993300;
}
.border {
	border: 1px solid #cccccc;
}
.textsmallgreytop {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #666666;
	padding-bottom: 5px;
}
.textsmallgrey {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #bdbcbc;
}
a.blueflowers:link {color: #bdbcbc; text-decoration: none; }
a.blueflowers:visited {color: #bdbcbc; text-decoration: none; }
a.blueflowers:hover {
	color: #666666;
	text-decoration: none;
}
a.blueflowers:active {color: #666666; text-decoration: none; }

.background {
	background-image: url(images/fantail.jpg);
	background-repeat: no-repeat;
	background-position: 500px 30px;
}
.background2 {
	background-image: url(images/kakapo.jpg);
	background-repeat: no-repeat;
	background-position: 500px 30px;
}
.background3 {
	background-image: url(images/kiwi.jpg);
	background-repeat: no-repeat;
	background-position: 500px 30px;
}
.background4 {
	background-image: url(images/tui.jpg);
	background-repeat: no-repeat;
	background-position: 500px 30px;
}
#header {
	width: 770px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.navigation a {
	color: #000000;
	background-color: #cccccc;
	float: left;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
.navigation a:hover,.navigation a#active {
	color: #ffffff;
	text-decoration: none;
	font-size: 10pt;
	background-color: #993300;
}
.orange {
	width: 770px;
	background-color: #cccccc;
	height: 18px;
}
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}

.lefttop {
	float: left;
	width: 25%;
	margin-right: 10px;
	margin-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30pt;
	color: #993300;
}
.righttop {
	width: 70%;
	float: right;
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
}
#content{
	width: 510px;
	padding-left: 40px;
}
#left{
	float: left;
	width: 260px;
	padding-left: 40px;
}
#right{
    float: right;
	width: 420px;
	padding-right: 10px;
}
