body {
	text-align: center;
	margin: 0px auto;
	margin-bottom: 10px;
	background-image: url(images/body.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #aeaeae;
	line-height: 1.4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
a {
	color: #06C;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
} 

h2 {
	font-size: 17px;
	color: #DB960B;
	font-weight: normal;
	padding: 0px;
	text-align: center;
}

.lpheading {
	font-size:18px;
	color:#09C;
	margin-bottom:6px;
}
p {
	margin: 0px 0 20px 0;
}
small {
	font-size: 9px;
	line-height: 1.2;
}
strong {
	font-weight: bold;
}
li {
	margin-bottom: 10px;
}
ul {
	margin-bottom: 10px;
}

#header {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 900px ;
	width: 900px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#page {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 900px;
	padding: 1px 0px;
	background-color: #FFF;
}
#footer {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 900px;
	padding-top: 20px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: top;
}

#top-bar {
	position: relative;
	height: 76px;
}
#logo {
	position: absolute;
	top: -19px;
	left: -1px;
}

#left-column {
	position: absolute;
	top: 0px;
	left: 0px;
}

#content {
	position: relative;
	margin-top: 17px;
	padding: 1px 0px;
}
#sub-menu {
	width:200px;

}
#sub-menu h1 {
	font-size: 14px;
	border: none;
}
#sub-menu li {
	list-style: none;

	border-bottom: 1px solid #999;

}
#sub-menu .subsection {
	text-transform: none;

}
#sub-menu a {
	color: #333;
	text-decoration: none;
}
#sub-menu a:hover {
	color: #069;
}
#sub-menu .selected a {
	color: #069;
}
#sub-menu .selected a:hover {
	color: #333;
}
#sub-menu #enhancement-retouching .retouching
{
	color: #069;
	text-decoration: underline;
}
.indextoptitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #3399FF;
	text-decoration: none;
}