/* CSS Document */

@import "http://abc.net.au/includes/css/globalNav.css";


#gN_align {
	width:980px; text-align:left; margin:0 auto; padding:0;
}
#gN_Nav a:link, #gN_Nav a:visited {
	text-decoration:none; color:#eee; padding:0px 8px 0px 8px;
}

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	margin:0;
	padding:0;
	
}

#flashcontent {
	font-family:"Georgia", "Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
	width:100%;
	height:100%;
	text-align:left;
	/*margin:0 auto auto auto;*/
}

#textwrapper{
	width:100%;
	height:100%;
	overflow:auto;
	
	background:url(../images/home4.jpg) fixed center right no-repeat;
}

#textblock{
	padding-right:450px;
	padding-left:100px;
	padding-top:30px;
}

a{
	color:#FFF;
	text-decoration:none;
}

hr{
	border:0;
	border-top:1px dashed #222;
}

a:hover{
	text-decoration:underline;
}

#involved_link{
	padding-top:16px;
	font-family:"Arial";
	font-style:normal;
	font-size:12px;
}
/* end hide */

body {
	height: 100%;
	color:#CCC;
	margin: 0;
	padding: 0;
	background:#000;
	/*background:url(../images/wordstile.jpg) center top #000;*/
}

#footer{
	width:980px;
	margin: auto auto auto auto;
}

#footer ul{
	list-style-image:none;
	padding:0;
	margin:0;
	display:inline;
}

#footer ul li{
	display:inline;
	padding-right:2px;
}

#logo{
	margin-top:8px;
	float:right;
}
