/* CSS Document */
body {
	background-color: #555555;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5%;

	
}

#menuContent
{
	text-align: center;
	width: 800px;
	/*background-image: url(../images/background.png);
	background-position: 0% 0%;
	background-repeat: no-repeat;*/
	margin-left: auto;
	margin-right: auto;
	/*overflow: auto;*/
	border-color: white;
	border: solid 0px #333333;
}

#content
{
	width: 800px;
	/*height: 580px;*/
	background-image: url(../images/background.png);
	/*background-position: 0% 0%;
	background-repeat: no-repeat;*/
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	/*border-color: white;
	border: solid 2px black;*/
	float: none;
}

#chethazebio
{
	width: 800px;
	background-image: url(../images/ChetHaze.png);
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	float: none;
}

#mrbrooksbio
{
	width: 800px;
	background-image: url(../images/james.jpg);
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	float: none;
}

#innerContent
{
	width: 400px;
}

#leftcolumn { width: 395px; padding: 5px 5px 0px 2px; float: left}
#rightcolumn { width: 395px; padding: 5px 5px 0px 2px; float: right}

#chetleftcolumn
{
	color: white;
	width: 410px;
	height: 523px;
	margin-left: 10px;
	padding: 5px 5px 0px 2px;
	float: left;
}

#chethazerightcolumn
{
	color: white;
	/*width: 410px;*/
	width: 405px;
	height: 490px;
	margin-right: 10px;
	/*padding: 5px 5px 0px 2px;*/
	padding: 5px 5px 0px 315px;
	float: right;
	overflow: auto;
}

#mrbrooksrightcolumn
{
	color: white;
	/*width: 410px;*/
	width: 405px;
	height: 503px;
	margin-right: 10px;
	/*padding: 5px 5px 0px 2px;*/
	padding: 5px 5px 0px 315px;
	float: right;
	overflow: auto;
}


#maindiv
{
	background-image: url(../images/KinetikLife.png);
	background-repeat: no-repeat;
	background-position: center;
}

#footerdiv
{
	float: right;
	padding-right: 5px;
	width: 800px;
	text-align: right;
	color: white;
	vertical-align: middle;
}


#cssmenufooter {
  height: 20px;
  width: 800px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  background: #141414;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
  border-top: 2px solid #0fa1e0;
}
