/* LAYOUT STYLES start here: */

/* Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ 	margin: 0;
	padding: 0;
}

/* Makeshift CSS Reset */
{
	margin: 0;
	padding: 0;
}

/* Tell the browser to render HTML 5 elements as block */
#header, footer, aside, nav, article {
	display: block;
}

footer{
	text-align: center;
	font-size: 80%;
}

body{
	margin: 9px 9px 0 9px; 
	padding: 0;
	font: 13px/22px Helvetica, Arial, sans-serif;
}

html{
	text-align: center;
	background: url(images/background.jpg) repeat fixed;
	color: white;
}

#level1 { 
	margin-left:0px;
	margin-top: 70px;
    width: 100%;
} 

#level2 { 
   margin-left:105px;
   margin-right: 150px;
   padding: 0px;
   margin-top: -75px;
   width: 1075px;
 /*  background: aqua;*/
} 

#main { 
    position: absolute;
    padding: 10px;
    width: 960px;
	margin-top: 110px;
/*	background: red; */
} 

div#bannerBar { 
	position: fixed;
	width: 100%;
	height: 104px;
	background: url("images/topBar.png");
    margin-left: -8px;
    margin-right: auto;
    z-index: 100; 
} 

div#menuBar { 
	position: fixed;
	top: 200px;
	margin-left: 500px;
    color: white;
	z-index: 170;
} 

div#menuLinks {
	position: fixed;
	top: 0px;
	margin-left: 990px;
	bottom: 200px;
	width: 125px;
	padding: 5px;
		background: url("images/tag.png") no-repeat;
	z-index: 170;

}

#content{
	position: relative;
	width: 960px;
	padding: 2 0 2 0px;
	text-align: left;
	color: black;
	background-color: rgba(204, 204, 204, .95);
	top: 125px;
}

#page{
	width:980px;
	margin:0 auto;
	position:relative;
}

article{
	width: 650px;
	padding: 15px;
	margin-left: 50px;
	background: white;
	-moz-box-shadow: 5px 5px 2px #888;
	-webkit-box-shadow: 5px 5px 2px #888;
	box-shadow: 5px 5px 2px #888;
	border-radius: 12px;
}

div#footer{
	margin-top: -165px;
	text-align: center;
	width: 960px;
}


div#top{
	text-align: center;	
}

