body {
	background-color: #E3F1FF;
	font-family: "Lucida Grande", Lucida, sans-serif, Verdana;
	font-size: 12px;
	margin: 0px; padding: 0px;
	color: #333333;
}

#header {
	background: transparent url('../images/logo.gif') no-repeat;
	height: 64px;
	margin-bottom: 20px;
}
#header > #sub_title {
	width: 400px;
	position: relative;
	left: 350px;
	top: 29px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	z-index: 1;
}
#body_holder {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
}
#costumes {
	height: 440px;
	color: #525252;
	width: 478px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#bookmark {
	background: transparent url('../images/bookmark.png') no-repeat;
}
#linkback {
	background: transparent url('../images/share.png') no-repeat;
	margin-top: 5px;
}
#giant_overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#noscript {
	display: block;
}

a:link, a:active, a:visited {
	color: #0084B4;
	text-decoration: none;
}
a:hover {
	color: #0084B4;
	text-decoration: underline;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
h2 {
	margin-bottom: 3px;
	margin-top: 3px;
}
h3 {
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 4px;
}
img {
	border: none;
	text-decoration: none;
}
smallfont {
	font-size: 11px;
	font-family: Verdana, arial;
}

.dim_window {
	display: none;
	width: 500px;
	background-color: white;
	z-index: 3;
	position: absolute;
	left: 50%;
	margin-left: -265px;
	top: 15%;
	padding: 20px;
}
.dim_window > .form {
	padding: 2px;
	width: 200px;
}
.dim_window > .close {
	background: transparent url('../images/close.png') no-repeat;
	height: 24px;
	width: 24px;
	display: block;
	float: right;
}
.share {
	height: 25px;
	display: block;
	padding-top: 4px;
	padding-left: 30px;
	margin-top: 10px;
}
.info_block {
	height: 220px;
	width: 180px;
	float: left;
	padding: 2px;
}
.first_holder {
	background: #FFFBE8 url('../images/grad_bg.png') repeat-x bottom left;
	border-right: 2px solid #C4E2FF;
	border-left: 1px solid #C4E2FF;
	border-bottom: 2px solid #C4E2FF;
}
.second_holder {
	border: 1px solid #FFF;
	padding: 15px;
}
.costume {
	width: 229px;
	height: 350px;
	float: right;
}
.costume_desc {
	width: 209px;
	background-color: #FFF;
	padding: 10px;
	margin-right: 10px;
	margin-top: 5px;
	text-align: center;
}
.button {
	display: block;
	background: transparent url('../images/buttons.gif') no-repeat;
	width: 237px;
	height: 47px;
}
.button:hover, .button:active{
	background-position: 0px -45px;
}