/* 
	Aura: Webpage Exoskin v1. Copyright Leorex Pty Limited, 2003 (http://www.leorex.com/).
	Licenced under Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/1.0/)
*/
	 
	body {
		margin:0;
		padding:0;
		text-align:center;
		}
	
/* Base */
	#container {
		width:870px;
		margin:0 auto;
		padding:0;
		background-image:url(../images/page_background.gif); 
		background-repeat:repeat-y;
		text-align:left;
		}
	#globalhead {
		margin:0;
		padding:0;
		}
	#containerhead {
		margin:0;
		padding:0;
		}
	#page {
		float:left;
		width:650px;
		margin:0;
		padding:0;
		}
	#sidebar {
		float:right;
		width:220px;
		margin:0;
		padding:0;
		background-image:url(../images/sidebar_head.gif);
		background-repeat:no-repeat;
		}
	#containerfoot {
		margin:0;
		padding:0;
		background-image:url(../images/page_foot.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		}

/* Section */
	#globalheadcontent {
		margin:0 11px;
		padding:5px 10px;
		}
	#containerheadcontent {
		margin:0 10px;
		padding:0;
		background-color:#b4b4ad;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;

		}
	/* ok, this is just for the title of the site so it can overlay the masthead image. */
	#containerheadlayer	 {
	position:relative;
	left:10px;
	top:100px;
	z-index:2
	}
		
	#primarynav {
		position:relative;
		margin:0 1px;
		padding:0;
		}
	#search {
		position:absolute;
		top:0;
		right:0;
		}
	#pagehead {
		margin:0 1px 0 11px;
		padding:0;
		}
	#pagecontent {
		margin:0 1px 0 11px;
		padding:0 15px;
		}
	#sidebarcontent {
		margin:0 11px 0 0;
		padding:0;
		}
	#containerfootcontent {
		margin:0 221px 0 11px;
		padding:15px;
		}

/* Miscellaneous */ 
		#globalheadcontent h2 {
		padding: 0;
		margin:0;
		text-decoration: none;
		line-height: normal;
	}

	#containerheadcontent h2,containerheadlayer h2 {
		padding: 0;
		margin:0;
		font-variant: small-caps;
		text-decoration: none;
		line-height: normal;
		color:white;
		/*display:none;*/
		}
	#containerheadcontentimage {
		background-image:url(../images/header.jpg);
		height: 100px;
		background-position: right;
		background-repeat: no-repeat;
		}
/*	#containerheadcontent img {
		display:block;
		}
		*/
	#primarynav form {
		display:block;
		margin:0;
		padding:0;
		}
	#pagehead h1 {
		margin:0;
		background-image:url(../images/page_head.gif);
		background-repeat:repeat-x;
		}
	#sidebarcontent .alt {
		background-image:url(../images/sidebar_alt.gif);
		background-repeat:repeat-y;
		}
	.bottom {
		clear:both;
		}
