/* Default style sheet for planyourfuture.com.au */

html,body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;	
}

body {
	font: 100.01%/1.6 normal Arial,Helvetica,'Nimbus Sans L',sans-serif;
}

td { vertical-align:top; }

h1 {
	font: bold 2.4em/1.2 Verdana,Tahoma,sans-serif;
	color: #039;
	margin: .25em 0;
}
h2 {
	font: normal 1.2em/1.2 Verdana,Tahoma,sans-serif;
	color: #000;
	margin: .25em 0;
}

img {
	border: 0 none;
}

table#layout {
	width: 100%;
	height: 100%;
	font-size: .9em;
}
/* MSIE PC FIX \*/
* html table#layout { height:auto; }
/* END MSIE PC FIX */

td#nav {
	background-color: #039;
	color: #fff;
	padding: 10px;
	width: 200px;
	height: 100%;
	text-align:center;
}

td#nav ul {
	list-style: none;
	margin: 0;
	width: 200px;
	padding: 0;
	text-align:left;
}
td#nav ul a, td#nav ul span {
	display:block;
	width: 165px;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	padding: 0 10px 0 25px;
	margin: 5px 0;
	font-size: .9em;
	font-weight:bold;
}
td#nav ul a {
	background: #000 url(bg-link.png) no-repeat left bottom;
	color: #ccc;
	text-decoration: none;
}

td#nav ul a:hover {
	background-position: left top;
	color: #fff;
}
td#nav ul span {
	background: #000 url(bg-span.png) no-repeat left top;
	color: #039;
}

td#header {
	line-height: 1;
	background-color: #ccc;
	text-align:center;
	height: 44px;
	border-top: 5px solid red;
	border-bottom: 1px solid #999;
	padding: 5px;
	vertical-align:middle;
}

td#content {
	padding: 5px 1em;
	background: #fff url(bg-content.png) right bottom no-repeat;
	border-right: 10em solid #999;
}

td#footer {
	background-color: #999;
	color: #039;
	font-size: .8em;
	height: 25px;
	line-height: 1;
	padding: 5px 1em;
	text-align:center;
	border-bottom: 5px solid red;
	vertical-align:middle;
}

#content img {
	border: 1px solid #000099;
	margin-right: 5px;
	float: left;
}

#content li {
	margin-left: 15px;
}
