body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #191717;
	color: white;
}

#container {

	width: 768px;
	text-align: left; /* IE hack */
}

#container {
	background: url(images/s1aextender.gif) repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#coffeebreak {
	background: url(images/s1acoffeebreak.gif) no-repeat;
	margin-left: -210px; /* Negative margin to push the curve out, while hugging the side */
	width: 213px;
	height: 422px;
	float: left;
	
	/* IE FIX*/
	position:relative;
	margin-right:-213px;
	margin-bottom:-422px;
}
#radioaustralasiahm {
   display:block;
   float:left;
   height:20px;
   margin:65px 0pt 0pt 20px;
   width:150px;
}

#header {
	height: 87px;
	background: url(images/s1aheader.gif) no-repeat;
}

#centre {
	background: url(images/s1acontenttop.gif) no-repeat;
	min-height: 335px;
}

/*Ie Fix - this only renders in Ie */
/*\*/
*html #centre {
	height: 218px;
}
/**/

#footer {
	height: 65px;
	background: url(images/s1afooter.gif) no-repeat 0 bottom;
	clear: both;
	font-size: 10pt;
}

#content {
	min-height: 218px;
}


/* Top Menu */
#topmenu {
	float: left;
	margin-top: 166px;
	margin-left: 50px;
}

#topmenu li {
	float: left;

	list-style-type: none;
}

#topmenu li a {
	display: block;
	
	/*padding-left: 10px;
	padding-right: 10px;*/
	padding-top: 6px;
	padding-bottom: 6px;
	width: 110px;
	text-align: center;
	text-decoration: none;
	color: white;
	
}

#topmenu li a:hover {
	/*background-color: rgba(255,255,255,0.13); Alpha not supported in firefox, using equivalent colour below*/
	background-color: #e3313e;
}

#content {
	float: left;
	width: 540px;
}

#leftsidebar {
	float: left;
	width: 196px;
	font-weight: normal;
	font-style: normal;
	font-size: small;
}
#leftsidebar li {
	float: left;
	list-style-type: none;
}

#leftsidebar li a {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 120px;
	text-align: center;
	text-decoration: none;	
	
}

#leftsidebar li a {
	color: white;
}

#leftsidebar li a:hover {
	font-weight: normal;
	color: #cc3333;
}


.contentItem {
	/*border: solid;*/
	list-style-type: disc;	
	padding: 10px;	
}

.contentI2 ul li {
	/*border: solid;*/
	list-style-type: none;	
	padding: 10px;
}

.profilepic {
	margin-right: 20px;
}

.contentextra {
	margin-top: -218px;
	margin-right: 20px;
	float: right;
	width:310px;
}

.contentextra ul {
	float: left;
	padding: 0px;
	margin-left: 0px;
}

.contentextra ul li {
	list-style-type: none;
	margin-left: 0px;
}

.contentprofile {
	margin-top: -155px;
	margin-right: 10px;
	margin-bottom:30px;
	float: right;
	width:395px;
	height: 100px;
}

.contentheading {
	font-weight: bold;
	color: #cc3333;
}

.contentheadinglrg {
	font-weight: bold;
	color: #cc3333;
	font-size: large;
}

.redl1 {
	font-weight: bold;
	color: #cc3333;
	font-size: large;
}

.wh1 {
	font-weight: bold;
	color: white;
	font-size: large;
}

.wh2 {
	font-weight: thin;
	color: white;
	font-size: small;
}

.wh3 {
	font-weight: bold;
	color: white;
	font-size: 11pt;
}

a img {
	border-style: none;
	text-decoration: none;
}

#content a {
	color:white;
	text-decoration: underline;
	text-indent: 5pt;
}

#content a:hover {
	color: #cc3333;
}


/* Footer Menu */
#footer ul {
	text-decoration: none;
	margin-right: 180px;
	padding-top: 13px;
}

#footer ul li {
	float: right;
	list-style-type: none;
	padding-left: 10px;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: #cc3333	;
}


/* Curved corners */
.contentItem {
display:block; 
border:0 solid white; 
border-width:0 1px; 
height:auto;
}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background: #191717; border-left:1px solid white; border-right:1px solid white;}
.xb1 {margin:0 5px; background: white;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xtop {
	margin-top: 10px;
}