@charset "utf-8";
/* COMMON */
* { padding: 0; margin: 0; }
img { border-style: none; }

p {
	margin: 5px 0 10px 0;
	line-height: 1.5em;
}

ul {
	line-height: 1.5em;
	margin-top: 1em;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

body {
	background-color: #FAFAFA;
	margin: 0;
	padding: 0;
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	color: #000000;
}

h1 {
	font-size: 160%;
	font-family: Verdana, Tahoma;
	font-weight: normal;
}

h2 {
	font-size: 100%;
	font-family: Verdana, Tahoma;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	font-family: Verdana, Tahoma;
	font-weight: bold;
	text-align: center;
}
/* COMMON END*/

.button {
	font-family: Verdana, Tahoma;
	width: 60px;
	vertical-align: middle;
}
.search {
	border-top: 1px solid #333333;
	border-left: 1px solid #999999;
	border-right: none;
	border-bottom: none;
	width: 150px;
	vertical-align: middle;
}

#bar {
	height: 20px;
	background: #FFFFFF url(http://www.golightlygroup.net.au/images/aaa/bg01.gif) repeat-x;
	text-align: right;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	border-bottom: solid #808080 1px;
}
#bar a {
	margin: 0 8px 0 0;
	color: #333333;
	font-weight: bold;
}

#page {
	width: 622px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	background: #FAFAFA;
}

#border {
	margin: 0 auto;
	width: 620px;
}

#goog {
	float: right;
	margin: 0px 0 0px 0;
	padding: 16px 20px 0 0;
}

#top {
	padding: 0px 0px 0 0;
	height: 150px;
	background: url(/images/stamp.png) no-repeat;
}

#botm {
	min-height: 350px;
	/* IE6 min-height hack*/
	height:auto !important;
	height:350px;
	/* IE6 min-height hack*/
	padding: 0 5px 0 5px;
	background: url(http://www.golightlygroup.net.au/images/aaa/bg02.png) no-repeat;
	text-align: center;
}
#botm p {font-weight: bold;}
#botm.srch {padding: 12px 0 0 1px;}

#foot {
	text-align: center;
	padding: 0px 0 5px 0;
	font-size: 7pt;
	color: #4D4D4D;
}
#foot a {
	color: #4D4D4D;
	text-decoration: underline;
}
#foot p { margin: 10px 0 0 0;}

/* ADS */
#adgroup { padding: 5px 0 0 0;}

#ad01 {
	padding: 0 10px 0 20px;
	float: left;
}
#ad03 {
	margin: 0 auto;
	width: 468px;
}
/* ADS END*/