@charset "utf-8";
body {
	background-color: #ffffff;
	background-image: url(images/watercolor.jpg);
}
#splash {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
#container {
	background-color: #FFFFFF;
	width: 900px;
	top: 50px;
	left: 50px;
	position: absolute;
	background-image: url(images/swirls.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border: 3px dashed #333333;
}
#mainheader {
	width: 500px;
	float: left;
	position: relative;
}
#content {
	width: 600px;
	float: left;
	position: relative;
	padding: 20px;
}
.header {
	font-family: trebuchet ms, tahoma;
	font-size: 16pt;
	color: #000000;
	height: 24pt;
	vertical-align: top;
	border-bottom: 1px dotted #FF3366;
	text-align: left;
}
.workimage {
	font-family: trebuchet ms, tahoma;
	font-size: 9pt;
	font-style:italic;
	color: #333333;
	vertical-align: top;
	text-align: center;
}
.workimage img {
	border: 1px solid #666666;
}
.siggie {
	text-align: right;
}
P {
	font-family: trebuchet ms;
	font-size: 10pt;
	color: #333333;
}
strong {
	color: #ff3366;
}
.sitename {
	font-family: trebuchet ms, tahoma;
	font-size: 12pt;
	height: 14pt;
	color: #333333;
}
.description {
	font-family: trebuchet ms, tahoma;
	font-size: 8pt;
}
a {
	color: #ff3366;
	text-decoration: none;
	font-weight: bold;
	font-family: trebuchet ms, tahoma;
}
a:hover {
	border-bottom: 1px dotted #ff3366;
}
label {
	font-family: trebuchet ms, tahoma;
	font-size: 10pt;
	color: #ff3366;
	vertical-align: top;
}
input, textarea {
	font-family: trebuchet ms, tahoma;
	font-size: 10pt;
	color: #333333;
}
