
body {
	background-color: #EEEEEE;
	width: 700px;
	height: 500px;
	border: #333333;
	border: thin;
}


div#imagecol{
	width: 550px;
	height: 500px;
	position: absolute;
}

div#lnavcol{
	width: 140px;
	height: 500px;
	position: absolute;
	left: 550px;
}

#lnavcol{
	background: #EEEEEE;
	height: 500px;
}

#lnavcol img{
	border: 0;
	width: 120;
	height: 40;
}

#lnavcol img:hover{
	border: 0;
	width: 120;
	height: 40;
}

#lnavcol ul {
	margin: 0;
	padding: 0;
	color: #333333;
	list-style: none;
	width: 120px;
	height: 500px;
}

#lnavcol li {
	position: relative;
	color: #EEEEEE;
	width: 120px;
	height: 60px;
}

#lnavcol a{
	background-color: #333333;
	color: #333333;
	display: block;
	width: 120px;
	height: 40px;
	border-width: 2px;
	border-style: solid;
	border-color: #333333;
}

#lnavcol a:hover{
	background-color: #000000;
	color: #000000;
	display: block;
	margin: 0;
	width: 120px;
	height: 40px;	
	border-width: 2px;
	border-style: solid;
	border-color: #666666;
}


div#gnavcol{
	width: 10px;
	height: 500px;
	position: absolute;
	left: 690px;
}

#gnavcol{
	background: #EEEEEE;
	height: 500px;
}

#gnavcol ul {
	margin: 0;
	padding: 0;
	color: #333333;
	list-style: none;
	width: 10px;
	height: 500px;
}

#gnavcol li {
	position: relative;
	color: #666666;
	width: 10px;
	height: 60px;
}

#gnavcol img{
	border: 0;
	width: 6;
	height: 40;
}

#gnavcol a{
	background-color: #666666;
	color: #666666;
	display: block;
	width: 10px;
	height: 40px;
	border-width: 2px;
	border-style: solid;
	border-color: #666666;	
}

#gnavcol a:hover{
	background-color: #666666;
	color: #666666;
	display: block;
	margin: 0;
	width: 10px;
	height: 40px;	
	border-width: 2px;
	border-style: solid;
	border-color: #666666;
}




