body {
	background-color: #FFF;
	background-image: url(images/auralbg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	margin-top: 0px;
	font-size:11px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}
#center {
	z-index: 900;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #999999;
	padding:0px;
	text-align: left;
	margin-top: 0px;
}
.booktext {
	font-size: 12px;
	font-weight: normal;
}
.bodyemphasis {
	font-weight: bold;
}
.bodyemphasisitalic {
	font-weight: bold;
	font-style: italic;
}
#mainbody {
	width: 740px;
	position: relative;
	top: 0px;
}
#head {
	width: 740px;
	height: 100px;
	background-image: url(images/au_logo_head.gif);
	background-repeat: no-repeat;
	padding: 1px;
}
#head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 10px;
	text-align: right;
}
#menu {
	width: 740px;
	position: relative;
	top: -2px;
	z-index: 1000;
}
a:link {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:visited {
	color: #ff0000;
	text-decoration: none;
}
.headertext {
	font-size: 24px;
	font-weight: bolder;
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
}
.header {
	font-size: 18px;
	font-weight: bolder;
}
.headertextsmall {font-size: 12px}
.bodyblock {
	font-size: 12px;
	font-weight: bolder;
	display: block;
	background-color: #000000;
	color: #FFFFFF;
	padding: 4px;
	line-height: 29px;
}
#imgcolumn {
	width: 320px;
	clear: right;
	float: left;
	position: relative;
	left: 46px;
	padding: 12px;
}
#imgcolumn2 {
	width: 320px;
	clear: right;
	float: left;
	position: relative;
	left: 46px;
	padding: 0px;
}
#img {
	width: 300px;
	border: 1px solid #666666;
}
#bodytext {
	width: 360px;
	clear: right;
	float: left;
	position: relative;
	top: 0px;
	left: 26px;
}
#vspace {
	height: 12px;
	clear: both;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 3em;
	margin-left: 0px;
	text-align: center;
}
#footer .inside{
	background:url(images/footer_black.gif) 50% 0 repeat-x;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}
#footer p{
	font-size:0.95em;
	margin: 0;
}
#footer p.copyright{ float:left; }
#footer p.attributes{ float:right; }
#footer p.attributes a{
	padding:0 0 0 1em;
	text-decoration:none;
	color:#525252;
}
#footer p.attributes a:hover{
	color:#FFF;
}


/*-----------------------------------------------------------------------------------------------
Suckerfish Horizontal DropDown Menu
-----------------------------------------------------------------------------------------------*/
#uberlink {
	color: #fff !important;
	font-weight: bold;
	background-color: #666;
}#nav, #nav ul { /* all lists */
	float: left;
	width: 740px;
	height: 20px
	list-style: none;
	line-height: 2;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #666;
	border-width: 1px 0;
	margin: 0 0 0 0;
	list-style-type: none;
}

#nav a {
	display: block;
	width: 9em;
	w\idth: 5em;
	color: #000;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li { /* all list items */
	float: left;
	padding: 0;
	width: 9em;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border: solid #ccc;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover { /* lists nested under hovered list items */
	background: #ccc;
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

#content a:hover {
	text-decoration: none;
}

