body {
	background:#eee;
	text-align: center;
	color:#000000;
	font-family:"times new roman", arial, helvetica, "sans serif";
	margin: 0px;
	padding: 0px;
	}

#container{
	position: absolute top center;
	z-index: 2;
	width:800px;
	height:800px;
	margin: 0px auto;
	clear: both;
	}
	
	#bgINDEX {
		position: relative;
		z-index: 1;
		top: 0px;
		left:-100px;
		}
	
#header {
	width:800px;
	height:60px;
	border:none;
	background:#eee url("../images/header2.gif") no-repeat top left;
	color:#000000;
	}
	
	#headLeft{
		text-align:left;
		float:left;
		width:auto;
		height:100%;
		}
		
		#headLeft h1 {
		font:40px/30px arial, helvetica, "sans serif";
		color:#6666cc;
		padding:15px 0px 0px 15px;
		display:none;
		}
		
	#headRight{
		text-align:right;
		padding:20px 0px 0px 0px;
		float:right;
		width:auto;
		height:100%;
		}

#linkCenter{
	width:800px;
	height: auto;
	margin: 0px;
	padding: 0px;	
   	font-size:93%;
	background:#eeeeee url("../images/linkbg.gif") repeat-x center bottom;
	color:#000000;
	border:none;
    line-height:normal;
	text-align:center;
	}
		
#middle{
	width:100%;
	height:auto;
	background:#ffffff;
	color:#000000;
	border-top:solid #666666 0px;
	border-right:solid #666666 1px;
	border-bottom:solid #666666 0px;
	border-left:solid #666666 1px;
	clear: both;
	}
	
	#content{
		width:100%;
		height:auto;
		text-align:left;
		}
		
	#content h2{
		color:#222;
		margin:0px;
		padding:10px;
		}
		
	#content h3{
		color:#333;
		margin:0px;
		padding:10px;
		}
	
	#content ul{
		list-style-type:none;
		font-weight:bold;
		font-size:16px;
		}	
	
	#content ul p{
		padding:5px 5px 5px 15px;
		font-weight:100;
		clear:both;
		}
		
	#content p{
		margin: 0px;
		padding: 10px;
		}
		
	#content #picture{
		position: relative;
		left: 200px;
		}	
	
	#footCenter{
		width:800px;
		height:auto;
		text-align: center;
		font-size:.7em;
		background:#ccccff;
		color:#000000;
		border:solid #666666 1px;
		padding: 6px 0px;
		margin: 0px;
		clear: both;
		}
	
	#footCenter p{
		margin: 0px;
		padding: 0px;
		}

