/* Special Order CSS - Wrappers */



.contentWrapper {
position:relative;
    margin: auto;
    width: 792px;
    	top: 20%; /* center vertically */
}
.header {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px;
}

.content {
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
	background-color: #ffffff;
	color: #000000;
	background-image: URL("../../imgs/stripe01.gif");
}

#maincontent	{
	background-color: transparent;
	float: right;
	margin: 10px;
	border: 1px solid green;
	padding: 0px 10px 0px 10px;
	width: 792px;
	height: 380px;
	overflow: auto;
}

.sidebarwrapper {
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 230px;
	margin: 0px;
	padding: 0
	overflow: none;
	border: 1px solid red;
}
#sidebar	{
	background-color : left;
	clear : left;
	margin : 0px 5px 0px 10px;
	padding:  0px 5px 0px 10px;
	/* compensates for IE Win bungling */
	width: 230px;
	height: 380px;
	overflow: auto;
}

.menuwrapper {
	background-color: blue;
	position: absolute;
/*	height: 50px;*/
	width: 300px;
	margin-top: 0px;  /* take off half the height to center */
	margin-bottom: 0px;	/* IE5/mac adds the margin-bottom to the #footer's margin-top. :-( */
	margin-left: -150px; /* take off half the width to center */
	margin-right: 20px;
	/* top: 85%; */
	left: 50%; /* center horzontally */
	padding: 0px;
	border: 0px;
	background-color: blue	;
	visibility: visible;
	clear: both;
	}

.footer {
	background-color: blue;
	padding: 0px;
	border: 0px;
	text-align:center;
	background-color: transparent;
	margin-left: 20%;
	visibility: visible;
	float: both;
	}

table {
    margin: 3em auto;

}

table td {
    padding-right: 1em;
}

th.alignleft {
    text-align: left;
}

