@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #000000;
	background-image: url(images/dragonet_bg_left.jpg);
	background-position: left;
	background-repeat: repeat-y;
	color: #ffffff;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11pt;
	text-align: center;
}
* html body {
	font-size: small;
}
#right_bg {
	background-image: url(images/dragonet_bg_right.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width: 100%;
	min-height: 100%;
}
#content {
	background-image: url(images/dragonet_bg_panel.jpg);
	background-position: left;
	background-repeat: repeat;
	min-height: 100%;
	margin-left: 12%;
	margin-right: 12%;
	padding-top: 30px;
	padding-bottom: 50px;
}
#logo_img {
	margin-left: auto;
	margin-right: auto;
	width: 161px;
	display: block;
	margin-bottom: 30px;
}
h1 {
	font-size: 2em;
}
#presents {
	font-size: 1.4em;
}

/* Styles for Black Water Springs, Rockpool */
#featured, #other {
	font-family: "Cochin Regular", Georgia, "Times New Roman", serif;
	background-image: url(blackwatersprings/images/butterfly_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 100px;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 100px;
	padding-left: 100px;
	padding-right: 100px;
}
#films {
	background-image: url(blackwatersprings/images/butterfly.gif);
	background-position: right 250px;
	background-repeat: no-repeat;
}
a:link, a:hover, a:active, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.films h2 {
	font-size: 1.9em;
}
.films h2 a {
	color: #BCA0BD;
	text-decoration: none;
}
.films h2 a:hover {
	color: #ffffff;
}
.films * {
	font-weight: normal;
}
.films p {
	font-style: italic;
	font-size: 1.3em;
}
.films p.status {
	font-style: normal;
	font-size: 1.1em;
	color: #ccc;
}
#other p {
	font-size: 1.1em;
}
#menu {
	margin-bottom: 40px;
}

/* Styles for contacts page */
.offices, .contacts {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	margin-top: 10px;
}
.offices div {
	width: 49%;
	margin-right: 1%;
	float: left;
}
.offices #ny {
	margin-right: 0px;
}
.contacts {
	margin-bottom: 40px;
}
.contacts div {
	width: 357px;
	float: left;
}
.contacts #kate {
	margin-right: 6px;
}

