	/* default opacity for IE */
	img {
		filter:alpha(opacity=100);
	}

	/* duplicate image positioning */
	img.idupe {
		position:absolute;
		z-index:30000;
		visibility:hidden;
	}


	body{
		background : #666666;
	}
	
	#wrapper{
		width: 990px;
		margin: 0px auto 0px auto;
		text-transform:none;
		background : #666666;
	}
	#wrap_content{
		padding-top:0px;
		position: relative;
		width: 990px;
		height: 795px;
		background: #666666;
	}

	#wrap_content_fix{
		padding-top:8px;
		position: relative;
		width: 710px;
		height: 420px;
		background: #666666;
	}

	#wrap_foot{
		width: 780px;
		padding-top:0px;
		margin: 0px auto auto auto;
		text-transform:none;
		background : #666666;
	}
	#foot_content{
	padding-top:0px;
	position: relative;
	width: 780px;
	height: 100px;
}

	#logo{
		position: absolute;	
		margin-top : 2px;
		margin-bottom : 30px;
		margin-left : 10px;
		width: 400px;	
	}

p.nav{
		position: absolute;	
		margin-top : 38px;
		margin-bottom : 30px;
		margin-left : 369px;
		width: 400px;
}

	
	#main_image{
		position: absolute;	
		margin-top : 75px;
		margin-bottom : 40px;
		margin-left : 10px;
		width: 335px;
	}	

	p{
	position: absolute;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #cccccc;
	font-size : 12px;
	margin-top: 74px;
	margin-left: 369px;
	width: 331px;
	text-align : justify;
	text-decoration : none;
	font-weight: normal;
}

	p.foot{
	position: absolute;
	font-family : Trebuchet MS1, Helvetica, sans-serif;
	color : #222222;
	font-size : 13px;
	margin-top: 10px;
	margin-left: 10px;
	width: 335px;
	text-align : justify;
	text-decoration : none;
	font-weight: normal;
}

	p.foot2{
	position: absolute;
	font-family : Trebuchet MS1, Helvetica, sans-serif;
	color : #222222;
	font-size : 14px;
	margin-top: 10px;
	margin-left: 370px;
	width: 335px;
	text-align : justify;
	text-decoration : none;
	font-weight: normal;
}

	#adds{
		position: absolute;	
		margin-top : 30px;
		margin-bottom : 40px;
		margin-left : 125px;
		width: 210px;
}

	#below_c{
		position: absolute;	
		margin-top : 150px;
		margin-bottom : 40px;
		margin-left : 125px;
		width: 470px;
	}
	
	#b_sig{
		position: absolute;	
		margin-top : 10px;
		margin-bottom : 40px;
		margin-left : 345px;
		width: 56px;

	}
	
	#l_sig{
		position: absolute;
		margin-top : 17px;
		margin-bottom : 40px;
		margin-left : 240px;
		width: 71px;	
	}
	
	h1{
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		color : White;
		font-size : 11px;
		margin-top : 10px;
		margin-bottom : 1px;
		margin-left : 14px;
		width: 400px;
		text-decoration : none;
		font-weight: normal;
	}

	h3{
	font-family : "Courier New", Courier, monospace;
	color : White;
	font-size : 11px;
	margin-top : 24px;
	margin-left: 5px;
	margin-bottom : 0px;
	width: 640px;
	text-align : center;
	text-decoration : none;
	font-weight: normal;
}


	#big_pic{
		margin-top : 30px;
		margin-bottom : 0px;
		margin-left : 90px;
		width: 470px;
	}

	#text_about{
		margin-top : 30px;
		margin-bottom : 20px;
		margin-left : 125px;
		width: 400px;
	}	
	
	#left_c{
		position: absolute;	
		margin-top : 85px;
		margin-bottom : 20px;
		margin-left : 125px;
		width: 210px;
	}	

	#mid_c{
		position: absolute;	
		margin-top : 85px;
		margin-bottom : 20px;
		margin-left : 275px;
		width: 210px;
	}

	
	#right_c{
		position: absolute;
		margin-top : 85px;
		margin-bottom : 20px;
		margin-left : 400px;
		width: 210px;	
	}
	

	
	a {
		text-decoration : none;
		font-weight: normal;
	}
	a:link {
		color: #222222;
	}  /* for unvisited links */
	a:visited {
	color: #222222;
} /* for visited links */
	a:active {
		color: #222222;
	} /* when link is clicked */
	a:hover {
		color: #222222;
		text-decoration: underline;
	} /* when mouse is over link */