body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFF;
	color: #006;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 955px;
}
#leftcolumn {
	padding-top: 5px;
	padding-right: 5px;
	width: 200px;
	text-align: left;
	vertical-align: top;
	color: #00f;
}
#pagecontent {
	text-align: left;
	vertical-align: top;
	width: 555px;
	padding-top: 5px;
	padding-right: 10px;
}
#footer {
	color: #aaf;
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
}


#logo {
	width: 755px;
	vertical-align: top;
	text-align: left;
}
#rightcolumn {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}


#leftcolumn ul {
	margin-bottom: 8px;
	margin-left: 0px;
}
#leftcolumn ul li {
	list-style-type: none;
	margin-left: -40px;
	border-bottom:#FFF thin solid;
}
#leftcolumn ul li:hover {
	padding-left:-40px;
	text-indent: 20px;
	margin-right:20px;
	border-bottom: #F60 thin solid;
}
#leftcolumn ul li a {
	 color:#006;
		text-decoration:none;
}

/* Menu Items */
/* When adding new pages and adding links to the leftcolumn menu, add an item to the two styles below that represents the new page. */
body#album1 li#album1,
body#services li#services,
body#contact li#contact,
body#partners li#partners,
body#about li#about {
 background:#99F;
	color: #fff;
	margin-right:20px;
}

body#album1 li#album1 a,
body#services li#services a,
body#contact li#contact a,
body#partners li#partners a,
body#about li#about a {
 background:#99F;
	color: #fff;
	margin-right:20px;
}

