body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-color: white; margin: 0; padding: 0; }
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0;
	background-image:url(images/header-vect.gif);
	width:800px;
	height:304px;
	position:relative;
}
#header ul {  width:800px; display:block; top:265px; position:absolute; height:19px; text-align:center; left: 8px; padding-top: 6px;  }
#header li{ color: white; display:inline; }
#header ul a{
	text-decoration:none;
	color: white;
	margin: 0px 15px;
}
#header ul a:hover{ text-decoration:underline; color:#16E510; }
#header_text {
	top:90px;
	left:43px;
	width:230px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}

/********************** Content ***************************/
#content {
	background-image:url(images/content.gif);
	width:800px;
}
#navlist { margin-left: 20px; list-style-image: url(images/aus.gif); }
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0 20px;
}

h2{ color:gray; font-size:10px; font-weight: lighter; text-align:left; }
#left {
	float:left;
	width:428px;
	margin-left:27px;
	display:inline;
}

#left a{color:#FF0000;}
#left a:hover{color:#16E510;}
#photos{ float: inherit; margin: 15px; }
#right { text-align: center; width:210px; height: 90%; float: right; padding: 20px; margin-top:20px; }
#up { float: right; }
#right a{color:#FF0000;}
#right a:hover{color:#6dc969;}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer.gif);
height:50px;
}
#footer { width:800px; text-align:center; color:#747474; font-size: 9px; padding: 10px 0; }
#footer a{ color:#747474; text-decoration:none; font-size: 9px; }
#footer a:hover{ color: black; font-size: 9px; }
