@charset "UTF-8";
/* CSS Document for Jenerator Site */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color:#000000;	
	line-height: 125%;
	padding:0px;  
	margin: 0px;	
}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: white
	font-size: x-large;
}

li {
	font-size: small;
}

h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #FF0066;
	font-size: small;
	font-weight: normal;

}

li {	
	font-size: small;
	list-style-type: none;
}

p {	
	font-size: small;
}

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

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: #FF66FF;
}

a:active {
	color: #FF0066;
}

#header {
	position: absolute;
	width: 275px;
	height: 650px;
	
}

#contact {
	padding-top: 350px;
	color: white;
	
}

#bodycontent {
	position: absolute;
	left: 275px;
	height: 650px;
	overflow: scroll-x;	
	display: inline;
	white-space: nowrap;
	background-color: #FFFFFF;
	 
}

#abouttext {
	position: absolute;
	left: 275px;
	height: 650px;
	font-size: small;
	color: black;
	width: 1500px;
	background: #FFFFFF url(images/JeneraotorAbout_02.jpg) no-repeat;

}

#abouttextcol2 {
	position: absolute;
	left: 550px;
	height: 650px;
	font-size: small;
	color: black;

}

#abouttextcol3 {
	position: absolute;
	left: 825px;
	height: 650px;
	font-size: small;
	color: black;

}

#abouttextcol4 {
	position: absolute;
	left: 1100px;
	height: 650px;
	font-size: small;
	color: black;

}