@charset "utf-8";
img {
	border:none
}
.bg0 {
	background-color: #EC8873;
}
.bg1 {
	background-color: #4D72B8;
}
.bg2 {
	background-color: #F05A78;
}
.bg3 {
	background-color: #FCB040;
}
.bg4 {
	background-color: #717EBD;
}

.orange {
	color: #EC8873;
}
.red {
	color: #FF0000;
}
.blue {
	color: #7082C0;
}
div.main {
	height: 296px;
	width: 1000px;
	padding-top: 254px;
	color: #EC8873;
	background-color: #F8F6E1;
	background-image: url(../images/main-bg.gif);
	background-repeat: no-repeat;
}
table.main {
	height:100%;
}
td.details div.main {
	height: 502px;
	width: 1000px;
	padding-top: 48px;
	color: #EC8873;
	background-color: #FFFFFF;
	background-image: url(../images/details-bg.gif);
	background-repeat: no-repeat;
}
div.content {
	margin-left: 13px;
	width: 816px;
	height: 100px;
}
td.details div.content {
	margin-left: 273px;
	width: 454px;
	height: 454px;
	float: none;
}
div.content img {
	cursor:pointer;
}
div.content p {
	text-align: center;
	font-size: 13px;
	margin: 0px;
	padding-top: 10px;
}
div.arrow-left {
	margin-left: 45px;
	float: left;
	margin-top: 34px;
}
td.arrow-left {
	margin-left: 45px;
	margin-top: 34px;
	text-align: right;
	width: 80px;
	padding-top: 5px;
}
div.arrow-right {
	margin-right: 46px;
	float: right;
	margin-top: 34px;
}
td.arrow-right {
	width: 81px;
	padding-top: 5px;
}
div.gallery-links {
	margin-top: 43px;
	color: #7082C0;
	font-size: 14px;
	font-weight: bold;
	width: 595px;
	text-align: right;
}
.gallery-links a:link, .static-links a:link, .gallery-links a:active,  .static-links a:active, .gallery-links a:visited, .static-links a:visited {
	color: #7082C0;
	text-decoration:none;
}
.gallery-links a:hover, .static-links a:hover,  {
	color: #EC8873;
	text-decoration:none;
}

div.gallery-links span, div.static-links span {
	margin-right: 9px;
}
div.static-links {
	margin-top: -18px;
	color: #7082C0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-left: 613px;
}
div.nav {
	margin-left: 273px;
	width: 454px;
	text-align: center;
	margin-top: 6px;
	font-size: 12px;
}
.nav-margin {
	margin-right: 8px;
}

.nav  a:link, .nav  a:active, .nav a:visited {
	color: #7082C0;
	text-decoration:none;
}
.nav  a:hover {
	color: #EC8873;
	text-decoration:none;
}

div.logo {
	margin-left: 34px;
	height: 66px;
	width: 237px;
	margin-top: 30px;
}

div.comment{
	float: right;
	width: 270px;
	text-align: center;
	color: #7082C0;
	font-size: 13px;
	margin-top: -215px;
	font-weight: bold;
}
div.copyright {
	margin-top: 5px;
	font-size: 10px;
}
.email {
	border: 1px solid #8EA4C6;
	background-color: #F8F6E1;
}
.message {
	border: 1px solid #8EA4C6;
	background-color: #F8F6E1;
	width: 100%;
}
.send {
	background-color: #F8F6E1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #EC8873;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana;
	cursor:pointer;
	height: 15px;
}

