/* CSS Document */

/*AURA INTERIORS LAYOUT*/

/*HEADER*/

#headercontainer {
	margin: 0px;
	width:100%;
	background-color:#000000;
	border: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}

#header {
	height:110px;
	margin:0px auto;
	padding:0px;
	width:900px;
	background-color:#000000;
}

/*NAVIGATION*/

#navigationcontainer {
	margin: 0px;
	height:30px;	
	width:100%;
	background-color:#000;
	border: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
}

ul#navigation
	{
		height:20px;
		margin: 0px auto;
		padding: 0px;
		list-style-type: none;
		background: #000;
		width: 900px;
	}
	
ul#navigation li { display: inline; }
	
ul#navigation a
	{
		display: block;
		float: left;
		padding: .5em 1em;
		text-decoration: none;
		color: #AEAEAE;
		background: #000;
	}
	
ul#navigation a:hover
	{
		color: #FFF;
		background: #000;
}

/* MAIN CONTENT */

#contentcontainer {
	margin:auto;
	width:900px;
	border: 0px;
}

#left
	{
	float: left;
	width: 400px;
	display: inline;
	padding: 15px 0;
}
	
#content
	{
	float: left;
	width: 500px;
	padding: 15px 0;
}

#viewall {
	margin: 150px auto;
	width:900px;
	background-color:#000000;
	border: 0px;
}

/*FOOTER : SUB NAVIGATION*/

#footercontainer 
	{
		font-size: 80%;
		margin: 0px;
		width:100%;
		border: 0px;
		position: absolute;
		left: 0px;
		top: 740px;
		right: 0px;
		background: #000;
		height: 300px;
}

ul#subnav
	{
		height:20px;
		margin: 0px 0px 0px auto;
		padding: 0px;
		list-style-type: none;
		background: #000;
		width: 600px;
	}
	
ul#subnav li { display: inline; }
	
ul#subnav a
	{
		display: block;
		float: left;
		padding: .5em 1em;
		text-decoration: none;
		color: #AEAEAE;
		background: #000;
	}
	
ul#subnav a:hover
	{
		color: #FFF;
		background: #000;
}

