  body {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	background-color: #000000;
	}
  #wrapper {
		width:900px;
		margin:0px auto;
		border:1px none #bbb;
		padding:10px;
	}
  #header {
		border:1px none #bbb;

		padding:10px;
	}
	#content {
	margin-top:10px;
	padding-bottom:10px;
	border: none;
	}
	/* applies to all divs within the content div */
  #content div {
		padding:10px;
		border:1px none #bbb;
    float:left;
	}
  #content-left {
  	width:130px;
	}
	
  #content-images {
		margin-left:10px;
	}
  #content-main {
		margin-left:10px;
		width:370px;
	}
  #content-right {
		margin-left:10px;
		width:250px;
	}
  #footer {
		float:left;
		margin-top:10px;
		margin-bottom:10px;
    padding:10px;
    width:878px;
	}
  #bottom {
		clear:both;
		text-align:right;
	}
  .style1 {color: #FFFFFF}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF33;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E3E1CD;
}
