body {
    text-align: center;
    background: #000066;
    color: #000;
    padding: 0px;
}
.container {
    width: 940px;
    min-height: 100%;
    margin: 0px auto 0px;
    text-align: left;
    background: #fff;
}
.header {
    background: url('top.jpg') no-repeat top;
    clear: both;
    height: 100px;
/*    padding-top: 15px; */
    padding: 0px;
    margin: 0px;
}
 .header h1 {
/*    margin: 0px 0px 0px 25px; */
    margin: 0px;
}
.contentwrap {
    background: url('topleft.jpg') no-repeat top left;
}

.content {
    padding-top: 5px;
    clear: both;
    font-family: arial, "lucida console", sans-serif;
    font-size: 16px;
/*    font-style: oblique; */
    font-weight: 600;
}
.content p{
	margin-left: 10px;
}
.bottom {
/*    background: url('bottom2.jpg') no-repeat bottom; */
    background: #000066;
	position: relative;
	overflow: hidden;
}
.left {
	float: left;
	padding-right: 57px;
	background: url('top-corner-left-inv.jpg') no-repeat top right transparent;

}
.left div{
	float: left;
	background: url('bottom-corner-right.jpg') no-repeat bottom right white;
	padding-right: 10px;
}
.left div div{
	float: left;
	background: url('bottom-corner-left.jpg') no-repeat bottom left transparent;
}
.right {
	float: right;
	padding-left: 57px;
	background: url('top-corner-right-inv.jpg') no-repeat top left transparent;
}
.right div{
	float: right;
	padding-left: 5px;
	background: url('bottom-corner-left.jpg') no-repeat bottom left white;
/*    background: url('bottom-right.jpg') no-repeat bottom; */
	background-color: white;
}
.right div div{
	float: left;
	padding-right: 5px;
	background: url('bottom-corner-right.jpg') no-repeat bottom right transparent;
	padding-bottom: 20px;
	padding-right: 15px;
}
.right textarea, .right input {
	border: 1px dashed black; 
}
.right p{
	text-align: center;
	font-size: 1.5em;
}
#em_subbut, .right button {
	background-image: none;
	float: right;
	height: 2em;
	margin-right: 5em;
	margin-top: 1em;
	display: none;
}
.right label {
	width: 100px;
	display: inline-block;
	vertical-align: top;
}
.right label, .right textarea, .right input {
	margin-top: 5px;
}
.footer {
    width: 940px;
    height: 40px;
    text-align: center;
    clear: both;
    background: url('footer.png') no-repeat;
    position: absolute;
    bottom: 0px;
}
.footer span {
    position: relative;
    top: 10px;
}
.image-enclosure {
    float: right;
    display: inline;
    position: relative;
    right: 20px;
    top: 10px;
}
/* .image-right {
    float: right;
    text-align: right;
    margin: 0px;
    position: relative;
    top: 15px;
    right: 30px;
} */
.title {
    font-family: Tahoma, "Lucida Sans", sans-serif;
    font-size: 40px;
}
/* This is for the lightbox in case someone hits via IP instead of name. */
#sexyBG { display: none; position: absolute; background: #000; opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; filter: alpha(opacity=40); width: 100%; height: 100%; top: 0; left: 0; z-index: 99; }
#sexyBOX { display: none; position: absolute; background: #000066; color: #fff; font-size: 1.2em; text-align: center; border: 1px solid #111; top: 70px; z-index: 100; }
.sexyX { font-size: 12px; color: #000; padding: 3px; border-top: 1px solid #636D61; background: #fff; }



