body {
	background-color: #000000;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	background: black;
	color: #FFFFFF;
	}

.title {
  text-align: center;
  }

.wrapper { margin:0 auto; width:760px; }

/* contact style */

input {	background: #4046ca;	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;	font-size: 14px;	padding: 3px;	color: #ffffff;	border: 2px solid #ffffff;
	}	textarea {	background: #4046ca;	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;	font-size: 14px;	padding: 3px;	color: #ffffff;	border: 2px solid #ffffff;
	}button {	background: #4046ca;	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;	font-size: 14px;	padding: 2px;	color: #ffffff;	border: 2px solid #ffffff;	height: 2em;
	} 

/* set the image to use and establish the lower-right position */

.menu, .menu_body, .menu_head, .menu_head h2 {
	background: transparent url(../images/layout.jpg) no-repeat bottom right;
	}

.menu {
	width: 260px !important; /* intended total box width - padding-right(next) */
	width: 245px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 20px auto; /* use to position the box */
	float: left;
	}

/* set the top-right image */

.menu_head {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 40px; /* right-image-gap + right-inside padding */

	}

/* set the top-left image */

.menu_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
/*	padding: 25px 0 15px 40px; */ /* padding-left = image gap + interior padding ... no padding-right */
    padding: 0px 0 0px 40px;
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	}

/* set the lower-left corner image */

.menu_body {
	background-position: bottom left;
	margin-right: 25px; /* interior-padding right */
/*	padding: 15px 0 15px 40px; */
    padding: 0px 0 15px 40px;
	/* mirror .cssbox_head right/left */
	}

/* hand mouse over */

.menu ul {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 16px;
	margin: 0;
	padding: 4px;
	list-style-type: none;
}

.menu li {
	position: relative;
}

.menu li a {
	display: block;
	color: #e1e1fa;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.menu li a:hover {
	text-decoration: bold;
	color: white;
}

.menu li:hover {
	background-position: -25px 0;
}

.menu li div.hand {
	display: none;
}

.menu li.title {
	font-weight: bold;
	border-bottom: 1px white solid;
	font-size: 18px;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
}

.menu li.item {
	height: 20px;
}

.menu li:hover div.hand {
	display: block;
	position: absolute;
	height: 32px;
	width: 32px;
	background: url(../images/hand.gif) no-repeat center;
	left: -35px;
}



/* set the image to use and establish the lower-right position */

.content, .content_body, .content_head, .content_head h2 {
	background: transparent url(../images/layout.jpg) no-repeat bottom right;
	}

.content {
	width: 450px !important; /* intended total box width - padding-right(next) */
	width: 435px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 20px auto; /* use to position the box */
	float: right;
	}

/* set the top-right image */

.content_head {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 20px; /* right-image-gap + right-inside padding */
	}

/* set the top-left image */

.content_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 0px 0 0px 20px; /* padding-left = image gap + interior padding ... no padding-right */
	height: auto !important;
	height: 1%; /* IE Holly Hack */
	}

/* set the lower-left corner image */

.content_body {
	background-position: bottom left;
	margin-right: 10px; /* interior-padding right */
	padding: 0px 0 15px 20px;
	/* mirror .cssbox_head1 right/left */
	}

.content_body h2 {
	border-bottom: 1px white solid;
	font-weight: bold;
	font-variant: small-caps;
	color: white;
	font-size: 18pt;
	text-decoration: none;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
	}

.content_body a {
  	text-decoration: underline;
	color: white;
    }

.content_body a:hover {
	text-decoration: bold underline;
	color: white;
    }