@charset "utf-8";
body {
	background-image: url(images/background/background.gif);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:16px;
	margin-bottom:-2px;
}
h2 {
	font-size:14px;
	margin-bottom:-12px;
}
p, table {
	font-size:11px;
	margin-bottom:-12px;
}
a:visited {
	color:#A80000;
}
a, a:active, a:hover {
	color:#C12D2D;
	text-decoration:none;
}
.wrapper {
	position: relative;
	height: 548px;
	width: 791px;
	margin: 25px auto;
	padding: 0;
	overflow: hidden;
}
.wrapper * {
	position:absolute;
}
.background {
	top:10px;
	left:10px;
	width:771px;
	height:528px;
	background-color:#FFFFFF;
}

.borderLeft {
	left:0px;
	top:18px;
	width:19px;
	height: 513px;
	background-image:url(images/background/edgeLeft.jpg);
	background-repeat:repeat-y;
}
.borderRight {
	right:0px;
	top:18px;
	width:18px;
	height: 513px;;
	background-image:url(images/background/edgeRight.jpg);
	background-repeat:repeat-y;
}
.borderTop {
	top:0px;
	left:19px;
	height:18px;
	width: 754px;
	background-image:url(images/background/edgeTop.jpg);
	background-repeat:repeat-x;
}
.borderBottom {
	bottom:0px;
	left:19px;
	height:17px;
	width: 754px;
	background-image:url(images/background/edgeBottom.jpg);
	background-repeat:repeat-x;
	z-index:2;
}
.contactForm {
	top:-81px;
	left:337px;
}
#content *, #contentWide * {
	position:relative;
}
#content, #contentWide {
	top:190px;
	left:25px;
	width:400px;
	/*height:440px;*/
}
#contentWide {
	width:600px;
}
.cornerTopLeft {
	top:0px;
	left:0px;
	height:18px;
	width: 19px;
	background-image:url(images/background/cornerTopLeft.gif);
}
.cornerTopRight {
	top:0px;
	right:0px;
	height:18px;
	width: 18px;
	background-image:url(images/background/cornerTopRight.gif);
}
.cornerBottomLeft {
	bottom:0px;
	left:0px;
	height:17px;
	width: 19px;
	background-image:url(images/background/cornerBottomLeft.gif);
}
.cornerBottomRight {
	bottom:0px;
	right:0px;
	height:17px;
	width: 18px;
	background-image:url(images/background/cornerBottomRight.gif);
}
.flashContent {
	bottom:203px;
	right:18px;
	width:400px;
	height:440px;
}
.head {
	z-index:2;
}
#waterDrop {
	left: 65px;
	top: 100px;
}