	* {margin:0; padding:0;}

/* standard tags */

	body {
	background-color:#000;
	background-image: url(../images/artbox-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
	h1 {margin:10px 0px;}
	h2 {margin:10px 0px;}
	h3 {margin:10px 0px;}
	h4 {margin:10px 0px;}
	h5 {margin:10px 0px;}
	h6 {margin:10px 0px;}
	p{margin:10px 0px;}
	
/* page structure */ 

	#container {}
	#innercontainer {
	margin-top:10%;
	text-align: center;
	height:600px;
	}
	#header {}
	#logo {}
	#navigation {}
	#pagebody {}
	#subnav {}
	#pagecontent {}
	#banner {}
	#bodytext {}
	#footer {}
	
/* style the standard content */ 
	
	#navigation ul {}
	#navigation ul li {}
	#subnav ul {}
	#subnav ul li {}