body{
	margin: 0;
	padding: 0;
	
	background: black;
	
	color: white;
	font-family: Arial;
	
	font-size: 14px;
}

h1{
	font-weight: bold;
	font-size: 36px;
}

h2{
	font-weight: normal;
	font-size: 24px;
}

h3{
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
}

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

#menu{
	padding-top: 80px;
	
	text-align: right;
}

#menu ul{
	margin: 0;
	padding: 0;
}

#menu li{
	text-transform: lowercase;
	
	display: inline;
	
	margin-left: 30px;
}

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

#feature{
	background: url(images/feature.png) repeat-x;
	height: 387px;
}

#featureLeft{
	padding-top: 45px;
}

.buttonBig{
	background: url(images/button.png) repeat-x;
	height: 35px;
	
	padding-left: 5px;
	padding-right: 5px;
	
	width: 180px;
	
	padding-top: 15px;
	
	text-align: center;
	
	display: block;
	
	color: white;
	text-decoration: none;
}

#ipad{
	padding-top: 15px;
}

p{
	font-size: 12px;
	font-weight: normal;
}

.appTitle{
	font-size: 24px;
	font-weight: bold;
}

.appDesc{
	font-size: 12px;
	font-weight: bold;
}

.appDescLong{
	font-size: 12px;
}

.appContainer tr{
	min-height: 100px;
	height: 100px;
}