body {
/*	margin: 0;
	padding: 0; */
/*	min-width: 750px; */
	color: white;
	background: black;
	text-align: center;
	font-size: 0.85em;
	font-family: "trebuchet ms", tahoma, sans-serif;
}
#container {
/*	background: black; */
	width: 750px; 
	margin-right: auto;
	margin-left: auto;
/*	padding: 12px; */
}
/*h1, h3, p {
	margin-left: 24px;
	margin-top: .5em;
}
*/
li {
	margin-bottom: 1em;
}

#header {
	width: 750px;
	clear: both;
}
#wrapper {
	width: 750px;
}
#left-bn {
	width: 370px;
	float: left;
	margin-top: 10px;
}
#right-bn {
	width: 370px;
	float: right;
	margin-top: 10px;
}
#left-2thirds {
	text-align: left;
	width: 500px;
	float: left;
}
#right-1third {
	text-align: right;
	width: 250px;
	float: right;
}
.p-left p, ul {
	text-align: left;
}

.homebody {
	font-size: 1.3em;
}

.floatleft { float: left }
.floatleftpadded { float: left; margin-right: 10px; margin-bottom: 10px }
.floatrightpadded { float: right; margin-left: 10px; margin-bottom: 10px }

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		margin-top: 15px;
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */

	.threecol .colmid {
		right:20%;			/* width of the right column */
	}
	.threecol .colleft {
		right:60%;			/* width of the middle column */
	}
	.threecol .col1 {
		width:56%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:16%;			/* Width of left column content (column width minus padding on either side) */
		left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:16%;			/* Width of right column content (column width minus padding on either side) */
		left:90%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

.whitelink a {
	text-decoration: none;
	color: white;
}

#footer {
	width: 750px;
	text-align: center;
	padding: 10px;
	clear: both;
}
#left {float:left; position:relative; width:375px; margin-left:-374px; display:inline;}
#right {float:right; position:relative; width:375px; margin-right:-374px; display:inline;}
#table {
	margin-right: auto;
	margin-left: auto;
}