/***** DEFAULT ******/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 10px 0px;
	background:#FFF url(../images/bg-black.gif) repeat;
}

img {
	border: none;
}

a {
	color: #0000FF;
}

a:hover {
	color: #FF6600;
}

#container{
width:772px;
background-color:#FFFFFF;
border:1px solid #CC9900;
margin-left:auto;
margin-right:auto;
padding:4px;
}



/***** MENU ******/

#menu {
	vertical-align: top;
	background: url(../images/menu-image-gold.jpg) repeat-y;
	padding: 20px;
	font-size: 9pt;
	line-height: 25pt;
	font-weight: bold;
	color: #003366;
}

#menu a {
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	color: #FFFFFF;
}


/***** HEADER ITEMS ******/

#logo {
	width: 220px;
	height: 100px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

#feature {
	width: 550px;
	height: 100px;
	background-image: url(/images/sydney_skyline.jpg);
	background-repeat: no-repeat;
}


/***** FOOTER ITEMS ******/

#footer {
	text-align: center;
	padding-top: 30px;
	font-size: 7pt;
}


/***** TEXT ITEMS ******/

#content {
	padding: 20px;
	
	vertical-align: top;
}

p, li {
	font-size: 8.5pt;
	line-height: 13pt;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
	color: #003366;
	margin-bottom: 4px;
}

h2 {
	font-size: 9pt;
	font-weight: bold;
	color: #003366;
	padding-top: 8px;
}
