/* TWO COLUMN LEFT PAGE FORMAT
----------------------------------------------- */
.main-left {
	width: 220px;
	padding: 0px 20px 0px 20px;
}
.main-content {
	width: 490px;
	padding: 0px 5px 0px 20px;
}


/* LEFT NAVIGATION GREEN VARIABLES
----------------------------------------------- */
#navigationLeft-g {
	margin-right: 10px;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	background-color: #FFFFFF;
}
#navigationLeft-g UL {
	margin: 0px;
	margin-top: 10px;
	list-style: none;
}
#navigationLeft-g LI {
	margin-top: 5px;
	padding: 0px 0px 5px 0px;
	background: url(../images/bg-arrow-g.gif) no-repeat;
	border-bottom: 1px dashed #BBBBBB;
}
#navigationLeft-g LI A {
	text-decoration: none;
	color: #999999;
	background: url(../images/bg-arrow-g.gif) no-repeat;
}
#navigationLeft-g LI A:HOVER {
	text-decoration: none;
	color: #009900;
	background: url(../images/bg-arrow-p.gif) no-repeat;
}
#navigationGallery {
	margin: 10px 0px 10px 0px;
	padding: 0px;
}