/* Eric Meyer's Reset Reloaded - thanks, Eric :-)  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
	font-family: "Courier New" , Monaco, monospace;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}



/*------------------------------------------general styling*/
body {background: url(../images/bg6.jpg) top left;}
#container {
	margin: 0 auto;
	width: 960px;
	
}

#header {
	width: 100%;
	
	
}

#header h1 {
	width: 960px;
	margin: 0 auto;
	font-size: 3em;
	padding: 10px 0 10px 0;
	
	letter-spacing: 0.01em;
	letter-spacing: -.1em;	
}

#header h1 a{padding: 5px 400px 35px 400px;
			display: block;
			text-indent: -9999px;
}

#header h1 a:link {background: transparent url(../images/r1.gif) no-repeat;}
#header h1 a:visited {background: transparent url(../images/r1.gif) no-repeat;}
#header h1 a:hover {background: transparent url(../images/r4.gif) no-repeat;}
#header h1 a:active {background: transparent url(../images/r4.gif) no-repeat;}
#header h1 a:focus {background: transparent url(../images/r4.gif) no-repeat;}

a {text-decoration: none;
	color: #f8f9d1;
	}
/*------------------------------------------container styling*/

#container ul {margin: 0px;
				padding: 0px;
				display: block;}
#container ul li  {margin: 100px 0 100px 0;
				   padding: 0px;
				   display: block;}
#container ul li a {margin: 0 0 0 0px;
					padding: 0px 0px 100px 620px;
					
					}
#container ul li a:link { background: transparent url(../images/massive3.gif) no-repeat;
							color: #f8f9d1;
							
					  }
#container ul li a:visited { background: transparent url(../images/massive3.gif) no-repeat;
							color: #f8f9d1;
					 }
#container ul li a:hover {background: transparent url(../images/massive4.gif) no-repeat;
							color: #f3f6a0;
					 }
#conatiner ul li a:active{ background: transparent url(../images/massive4.gif) no-repeat;
					 }
#conatiner ul li a:focus { background: transparent url(../images/massive4.gif) no-repeat;  }










/*------------------------------------------footer styling*/

#footer {
	clear: both;
	display: block;
	width: 100%;
	background: #f3f5f6;
}

#footer p {
	width: 960px;
	margin: 0 auto;
	padding: 3.6em 0 0 0;
	color: #999;
	background: #f3f5f6;
}

#footer p img {
	float: left;
	margin: -3.6em 1em 0 1em;
}