@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family:Tahoma, "Helvetica Neue", Helvetica, arial, sans-serif;
}
#background {
	background-image:url(images/Shadow.gif);
	background-repeat: repeat-y;
	margin: auto;
	clear: both;
	float: none;
	width: 850px;
}
#wrapper {
	width: 800px;
	height: 100%;
	margin: 0px auto;
	float: none;
	clear: both;
	background-color: #FFFFFF;
	overflow: hidden; 
	/*the overflow solved the Firefox repeat-y issue, allowing the gradient to be repeated for the whole height*/
}
#header {
	height:30px;
	width: 800px;
	background-image: url(images/Header.gif);
	background-repeat: no-repeat;
	color: #565656;
	font-size: 0.7em;
	font-weight: lighter;
	padding-left: 645px;
	padding-top: 80px;
}
#header a:link, a:visited {
	color: #565656;
	text-decoration: none;
}
#header a:hover, a:active {
	color: #808080;
	text-decoration: none;
}
#header img {
	border:0px;
	margin-left:20px;
}
#mainimage {
	float: left;
	height:146px;
	width:800px;
	/*background-image: url(images/HomeImage.jpg);
	background-repeat: no-repeat;*/
	font-size: 1.1em;
	font-weight: lighter;
	color: #808080;
	/*padding-left: 280px;
	padding-top: 50px;*/
	line-height: 1.35em;
}
#menubar {
	float: left;
	height: 32px;
	width: 800px;
	background-image: url(images/MenuBar.gif);
	background-repeat: no-repeat;
	font-size: 0.80em;
	/*line-height: 0em;*/
	margin-top: 0px;
	font-weight: lighter;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menubar #here {
	color:#DD1311;
}
/** html #menubar {
	height:25px;
	padding-top: 0;
	line-height: 2em;
}*/
#menubar li {
	display: inline;
	margin-left: 0px;
	padding: 0px;
	margin-right: 30px;
}
#menubar ul {
	text-align:center;
	margin: 0px;
	width: 730px;
	display: block;
}
/** html #menubar ul {
	width: auto;
}*/
#menubar a:link, #menubar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menubar a:hover, #menubar a:active {
	color: #DD1311;
	text-decoration: none;
}
#container {
	height: auto;
	width: 800px;
	/*float: left;*/
}
#text {
	float: left;
	height: auto;
	width: 475px;
	padding-left: 25px;
	padding-right: 21px;
	margin-right:15px;
}
#text h1 {
	font-size: 1em;
	margin-top:6px;
	margin-bottom: -5px;
	color: #565656;
}
#taxtips {
	height: 116px;
	width: 102px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 115px;
	float: left;
	background-image:url(images/SMSF-panel.jpg);
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 21px;
}
#persbudgeting {
	height: 116px;
	width: 102px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 115px;
	float: left;
	background-image: url(images/OnlineCompanies.jpg);
	background-repeat: no-repeat;
	margin-top: 29px;
	margin-right: 21px;
}
#onlinecompanies {
	float: left;
	width: 95px;
	margin-top: 29px;
	margin-left: 25px;
	height: 118px;
	background-image: url(images/PersBudgeting.jpg);
	background-repeat: no-repeat;
	padding-left: 115px;
	padding-right:15px;
	display:inline;
}
#container h2 {
	font-size: 0.9em;
	font-weight: lighter;
	color: #565656;
	margin-bottom: -9px;
	margin-top: 10px;
	line-height: 1.35em;
	padding-left: 0px;
	min-width: 75px;
}
#training {
	background-image: url(images/Training.jpg);
	background-repeat: no-repeat;
	height: 118px;
	width: 102px;
	margin-top: 29px;
	float: left;
	margin-left: 29px;
	padding-left: 115px;
	padding-right: 10px;
}
#wealth {
	background-image: url(images/WealthCreation.jpg);
	background-repeat: no-repeat;
	height: 118px;
	width: 102px;
	margin-top: 29px;
	float: left;
	margin-left: 29px;
	padding-left: 115px;
	padding-right: 10px;
}
#footer {
	color: #FFFFFF;
	background-color: #6C6C6C;
	height: 22px;
	width: 800px;
	float: left;
	margin-top: 24px;
	margin-bottom: 0px;
	clear: both;
}
#footer p {
	font-size: 0.55em;
	margin-top:4px;
}
#container p {
	font-size:0.7em;
	line-height: 1.4em;
	color: #565656;
	margin-top: 14px;
}
#container #text p {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #565656;
	margin-bottom: 0px;
}
#container a:link, #container a:visited  {
	color: #565656;
	text-decoration: none;
}
#container a:hover, #container a:active  {
	color: #808080;
	text-decoration:underline;
}
#footer a:link, #footer a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active  {
	color: #C0C0C0;
	text-decoration:underline;
}

