@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding-bottom: 3em;
	background-repeat: repeat;
	background-image: url(background.png);
	padding: 0;
	text-align: center;
}

body, div, h2, h3, h4 { /* redundant rules for bad browsers  */
	font-family: Geneva, Helvetica, Verdana, sans-serif;
	color: #000000;
}  

.text1 {
	font-size: 11pt;
}

.text2 {
	font-size: 10pt;
}

.text3 {
	font-size: 8pt;
}

h1 {
	color:#999966;
	font-size: 13pt;
	font-weight: bold;
	}


a:focus {
        outline-style:none;
    }

a {
	text-decoration:none;
	color:#666666;
}

.wrapper1 {
	width: 1400px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#header {
	top: 0px;
	background-color: #FFFFFF;
	width: 1200px;
	height: 230px;
	left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position:absolute;
	z-index: 2;


} 

#headright{
	top: 50px;
	left: 1050px;
	height: 30px;
	width: 370px;
	position:absolute;
	z-index: 3;
}

#headleft {
	top: 100px;
	left: 0px;
	height: 130px;
	width: 119px;
	position:absolute;
	z-index: 3;
}

#nav {
	top: 260px;
	left: 40px;
	width: 100px;
	height: auto;
	z-index: 3;
	text-align: left;
	position: absolute;
	text-decoration: none;
}


#nav ul {
	position: absolute;
	width: 150px;
	text-decoration: none;
	color:#999966;
	font-size: 13pt;
	font-weight: bold;
	margin:0; 
	padding:0;
	width:185px;
	z-index:3;
	list-style-type: none;

}

#nav ul li  {
	z-index:3;
	list-style: none;
	padding: 4px;
}


#nav ul li a:hover{
	text-decoration: none;
	color: #000000;
	z-index:3;
}


#nav ul li a {
	text-align: left;
	text-decoration: none;
	color:#999966;
	z-index:3;
	display:block;

}

#nav ul li span, a.current:hover {
	margin-top: 0;
	color: #000000;
	z-index:3;
}

#main {
	top: 0px;
	background-color: #FFFFFF;
	width: 1300px;
	height: 1000px;
	position:absolute;
	z-index: 1
	} 
	
#content1  {
	top: 250px;
	left: 80px;
	width: 250px;
	height: auto;
	z-index: 3;
	position: absolute;
	
}

#content2  {
	top: 270px;
	left: 40px;
	width: 200px;
	height: auto;
	z-index: 3;
	text-align: left;
	position: absolute;
	
}

#content3  {
	top: 370px;
	left: 250px;
	width: 1000px;
	height: auto;
	z-index: 3;
	text-align:left;
	position: absolute;
	
}

#content4 {
	top: 280px;
	left: 250px;
	width: 1000px;
	height: auto;
	z-index: 3;
	text-align:left;
	position: absolute;
	
}
