body {
	background-color: #FFFFFF;
	border-style: none;
}
h3 /*image titles on main page*/{
	color: #2c0b45;
	font-size: 10pt;
	margin-bottom: 0;
	text-align:center;
}
h2 /*image titles on details page*/{
	color: #2c0b45;
	font-size: 10pt;
	margin-bottom: 0;
}
a {
	color: #644c77;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	}
:link img {
  border: none;
}
#container {
	width: 960px;
	margin: auto;
}
#contdetail{
	width: 950px;
	height: auto;
	margin: auto;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #363636;
	text-align: left;
}
#head {
	float:left;
}
#image{
	margin:auto;
	text-align:center;
}
#desc{
	width:750px;
	margin:auto;
}
#main {
		font-family: Verdana, sans-serif;
		font-size: 10pt;
		color: #363636;
		text-align: left;
		width: 455px;
		float: right;
		}
#nav {
	text-align:right;
}
#preview {
	padding: 5px;
	height: 86px;
	width: 455px;
	margin:auto;
}
#copy{
	text-align:center;
	color:#644c78;
	font-family: Verdana, sans-serif;
	font-size: 7pt;
}