@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: 200px;
	margin-right: 200px;
	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;

}
#bws, #rockpool {
	font-family: "Cochin Regular", Georgia, "Times New Roman", serif;
	background-image: url(blackwatersprings/images/butterfly.gif);
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 100px;
	padding-top: 10px;
	margin-top: 20px;
	margin-bottom: 100px;
	padding-left: 100px;
	padding-right: 100px;
}
#rockpool {
	background-image: url(blackwatersprings/images/butterfly_left.gif);
	background-position: left top;
}
a:link, a:hover, a:active, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#bws h1 a, #rockpool h1 a {
	color: #BCA0BD;
	text-decoration: none;
}
#bws h1 a:hover, #rockpool h1 a:hover {
	color: #ffffff;
}
#bws h1, #bws h2, #rockpool h1, #rockpool h2 {
	font-weight: normal;
}
#bws h2, #rockpool h2 {
	font-style: italic;
	font-size: 1.3em;
}
#menu {
	margin-bottom: 40px;
}
.offices, .contacts {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	margin-top: 10px;
}
.offices div {
	width: 236px;
	margin-right: 6px;
	float: left;
}
.offices #ny {
	margin-right: 0px;
}
.contacts {
	margin-bottom: 40px;
}
.contacts div {
	width: 357px;
	float: left;
}
.contacts #kate {
	margin-right: 6px;
}
