body{
	background-color: #333333;
	font-family: "Trebuchet MS", verdana, arial;
	font-size: 12px;
	color: #222222;
	margin: 0px;
	padding: 0px;
	background-image:
	background-position: center;
	background-repeat: no-repeat;
}
div.page{
	width: 770px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
div.header{
	width: 770px;
	height: 200px;
	background-image: url('images/bg_smallplane.gif');
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 2px solid #666666; 
}
div.header h1{
	margin: 0px;
	padding: 10px;
	color: #FFFFFF;
}
div.menu{
	width: 270px;
	float: left;
}
div.menu ul{
	margin: 0px;
	padding: 10px;
	list-style: none;
	background-color: #669900;
	background-image: url('images/menu_footer.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}
div.menu li{
	text-align: left;
	margin: 3px;
	padding: 0px;
}
div.menu li a{
	padding-left: 30px;
	padding-right: 30px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
div.menu li a:hover{
	color: #ffffff;
	background-color: #666666;
}
div.menu p{
	font-size: 11px;
	color: #333333;
	padding: 10px;
	margin: 0px;
	text-align: justify;
	border-right: 0px solid #e1e1e1;
}
div.menu h1{
	font-size: 12px;
	color: #111111;
	margin: 0px;
	padding: 10px;
	padding-bottom: 0px;
}
div.content{
	width: 500px;
	float: right;
	background-color: #ffffff;
	color: #444444;
	font-size: 12px;
}
div.content h1{
	margin: 0px;
	padding: 10px;
	color: #FFFFFF;
	background-color: #669900;
	border-bottom: 1px solid #a1a1a1; 
}
div.content p{
	padding: 10px;
	margin: 0px;
}
div.content img.apple{
background-image: url('')
	float: right;
}
div.footer{
	clear: both;
	width: 770px;
	height: 20px;
	background-color: #999999;
	background-image: url('images/footer.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
}
div.footer a{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
div.footer a:hover{
	text-decoration: underline;
}
