body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996600;
	/*background-color:#993300;*/
	/*background-color:#B56C47;*/
	background-color:#000000;
	margin: 0px;
	text-align: center;
}
a {
	font-weight:bold;
}
a:link {
	color:#999900;
	text-decoration:none;
}
a:visited {
	color:#999900;
	text-decoration:none;
}
a:hover {
	color:#993300;
	text-decoration:underline;
}
a:active {
	color:#993300;
	text-decoration:underline;
}
#main {
	/*position: relative;*/
	margin:0px auto;
	padding:0px;
	width:700px;
	background-color:#FFFFFF;
	background-image: url(http://www.santos.net.au/img/template/banner.jpg);
	background-repeat:no-repeat;
	text-align:left;
	border:1px solid #FFFFFF;	
}
#menu {
	/*position: relative;*/
	width:460px;
	height:40px;
	margin-left:16px;
	margin-top:83px;
	font-size:12px;
}
#menu a {
	margin-right:6px;
	font-weight:bold;
	text-decoration:none;
}
#menu a:link {
	color:#6A6A00;
}
#menu a:visited {
	color:#6A6A00;
	text-decoration:none;
}
#menu a:hover {
	color:#993300;
	padding-bottom:1px;
	border-bottom:4px solid #993300;
}
#menu a:active {
	color:#996600;
	padding-bottom:1px;
	border-bottom:4px solid #996600;
}
#footer {
	margin:0px;
	height:30px;
	background-image: url(http://www.santos.net.au/img/template/footer_back.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
}
#content {
	/*padding:10px;*/
}
#new {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	width:170px;
	border:2px solid #6A6A00;	
}
#clear {
	clear:both; 
	width:0px; 
	height:1px;
}
h1 {
	font-family:"Times New Roman";
	font-size: 17px;
	font-weight:bold;
	text-transform:captilaize;
	color:#FFFFFF;
	text-align:center;
	background-image: url(http://www.santos.net.au/img/template/footer_back.jpg);
	background-repeat:repeat-x;
	height:30px;
	margin:1px;
	padding-top:5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #996600;
}
.boxContent {
	margin:5px;
	text-align:center;
}
.textfield {
	border:1px solid #6A6A00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#6A6A00;
}
.button {
	font:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(http://www.santos.net.au/img/template/footer_back.jpg);
	background-repeat:repeat-x;
	border:1px solid #6A6A00;
	padding:1px;
	cursor:pointer;
}
.imageThumb {
}
.imageFull {
	border:4px solid #6A6A00;
}
.imageBorder {
	border:1px solid #6A6A00;
}