body {
	width: 700px;
	min-width: 100%;
}
#top {
	position:absolute;
	left:80px;
	top:40px;
	z-index:2;
	margin-right: 150px;
	min-width: 200px;
}



#topx {
	position:absolute;
	left:80px;
	top:17px;
	z-index:2;
	margin-right: 150px;
	width: 200px;
	min-width: 60%;
}
#menu {
	padding-left: 75px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	color: #999;
	background-color: #000;
}
#menu a {
	color: #CCC;
	text-decoration: none;
}
#menu a:hover {
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu-alt2  {
	background-color: #3FC;
	padding: 20px;
}
#menu-alt {
	background-color: #FC3;
	vertical-align: middle;
	display: table-cell;
	height: 100px;
}

#fb {
	position: absolute;
	right: 20px;
	top: 40px;
}

#content {
	position:absolute;
	left:80px;
	top:91px;
	width:511px;
	z-index:1;
}

#bg {
	bottom: 0px;
	z-index: -1;
	width: 800px;
	min-width: 100%;
	position: fixed;
}
.darkGray {
	color: #999;
}
.floatRight {
	float: right;
	margin-right: 7%;
}

.floatLeft {
	float: left;
	margin-right: 20px;
	vertical-align: text-top;
}



.rightColumn {
	margin-left: 200px;
}
.rightColumn2 {
	float: right;
	width: 225px;
}
.rightColumn2 p {
	padding-bottom: 0px;
}


.leftColumn {
	float: left;
}

.outdent15 {
	margin-left: -15px;
}
.marginRight15 {
	margin-right: 15px;
	margin-top: 5px;
}
.marginBottom15 {
	margin-bottom: 15px;
}
.marginBottom30 {
	margin-bottom: 30px;
}
#spacer {
	height: 100px;
	width: 511px;
	margin-bottom: 100px;
	background-color: #F00;
}
.marginBottom10 {
	margin-bottom: 10px;
}

.break {
	height:60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 30px;
}
