body
	{
	margin: 0px;
	paddding: 20px;
	background-color: #ccec1d;
	color: #ed3899;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: left;
	}
	
a:link, a:visited
	{
	color: #da157f;
	text-decoration: none;
	}	
	
a:hover, a:active
	{
	color: #008de6;
	text-decoration: none;
	}	
	
.container
	{
	position: relative;
	width: 800px;
	margin: 30 auto 0 auto;
	min-height: 650px;
	background-color: #FFFFFF;
	background-image: url(images/bg-gradient.png);
	background-position: bottom left;
	background-repeat: repeat-x; 
	}	

.banner
	{
	position: relative;
	margin: -42px 0px 0px -11px;
	z-index: 2;
	}
	
.welcome
	{
	float: left;
	width: 200px;
	margin-left: 40px;
	font-variant: small-caps;
	font-weight: bold;
	}		
	
.info
	{
	width: 300px;
	margin-left: 570px;
	font-variant: small-caps;
	font-weight: bold;
	}	
	
ul.menu
	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 250px;
	left: 275px;
	width: 250px;
	height: 400px;
	background-image: url(images/bg-menu.png);
	background-position: top left;
	background-repeat: repeat-x; 
	z-index: 3;
	}	
	
ul.menu li
	{
	margin-left: 15px;
	padding: 0px 0px 20px 35px;
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/star.png);
	background-position: 0px -5px;
	background-repeat: no-repeat; 
	}	
	
.line
	{
	position: absolute;
	top: -20px;
	right: -38px;
	z-index: 1;
	}	
	
.bus
	{
	position: absolute;
	bottom: -28px;
	left: -10px;
	}	
	
.logo
	{
	position: absolute;
	bottom: 0px;
	right: 0px;
	}	
	
.footer
	{
	width: 800px;
	margin: 0 auto;	
	text-align: right;
	font-size: 11px;
	}
			
.content1
	{
	position: relative;
	width: 500px;
	margin: -170px auto 0px auto;
	z-index: 5;
	}		
		
h1
	{
	margin: 0px 0px -10px 0px;
	padding: 0px;
	font-size: 16px;
	}	
	
.summary
	{
	margin: 0px 50px 0px 40px;
	}	

.link
	{
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	}			
	
.prototypes	
	{
	list-style-type: none;
	}
	
.prototypes li
	{
	margin-bottom: 10px;
	}
	
.prototypes a:link, .prototypes a:visited, .prototypes a:active, .prototypes a:hover
	{
	font-size: 16px;
	font-weight: bold;
	}
	
.feature
	{
	padding: 20px;
	background-color: #FFFFFF;
	color: #000000;
	}	