body {
	margin: 0;
	background-color: #592a61;
	color: white;
	margin: 50px 0px 0px 0px;
	text-align: center;
}

body,p,input,textarea,select,td,th {
	font-size: 8pt;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
}

a:link {
	color: #404040;
}
a:visited {
	color: #808080;
}
a:active {
	color: black;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #592a61;
}

td.contentheading {
	color: #592a61;
	font-weight: bold;
}

h1 { font-size: 10pt; }
h2 { font-size: 10pt; }
h3 { font-size: 10pt; }
h4 { font-size: 9pt; }
h5 { font-size: 8pt; }
h6 { font-size: 8pt; }

form {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 885px;
	margin-left: auto;
	margin-right: auto;
}

#frame {
	position: relative;
}

#header {
}

#logo {
}
#logo a img {
	border: none;
}

#menu, #body  {
	background-color: #d0b6d5;
	border: 2px solid white;
	height: 375px; /* 395px */
	padding: 10px;
}

#menu {
	position: relative;
	width: 155px; /* 175 */
	background-color: #d0b6d5;
	padding-top: 30px;
	height: 355px; /* 375 */
}
.ie #menu {
	width: 175px;
	height: 399px;
}
#menu ul {
	margin: 0;
	padding: 0;
	line-height: 200%;
	text-align: right;
}
#menu ul li {
	list-style: none;
}
#menu ul li a {
	color: #592a61;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li.active a, #menu ul li a#active_menu {
	font-weight: bold;
}

#panel {
	border: 2px solid white;
	background-color: #d0b6d5;
	width: 275px; /* 274px */
	height: 395px;
}
#footer {
}

#body {
	padding: 0px;
	height: 395px; /* 375px */
	width: 395px; /* 395px */
}
.ie6 #body {
	height: 390px;
}
#body img {
	display: block;
}

#content {
}
#content p {
	text-align: justify;
	line-height: 12pt;
}

table#mytable {
	border-collapse: collapse;
	border: none;
	empty-cells: show;
}
table#mytable tr td {
	padding: 5px;
}
table#mytable tr td.collection {
	text-align: center;
}
table#mytable tr td.collection p {
}
table#mytable tr td.collection img {
	border: none;
	vertical-align: middle;
	margin: 0 20px 0 20px;
}
table#mytable tr td.collection a:hover img {
	-moz-opacity:0.3;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

table.pricecode {
	width: 100%;
	border-collapse: collapse;
	border: none;
	empty-cells: show;
}
table.pricecode tr td {
	padding: 0px !important;
	font-weight: bold;
}
table.pricecode tr td.col1 {
	text-align: left;
}
table.pricecode tr td.col2 {
	text-align: right;
}

table.photos {
	width: 100%;
	border-collapse: collapse;
	border: none;
	empty-cells: show;
}
table.photos tr td {
	padding: 10px !important;
}
table.photos tr td img {
	border: 2px solid white;
}
table.photos tr td.col1 {
	text-align: left;
}
table.photos tr td.col2 {
}

div#logo-horizontal {
	text-align: left;
	margin-left: 5px;
}

div#butterfly {
	position: absolute;
	bottom: 0px;
	left: 8px;
}
div#butterfly a img {
	border: none;
}
