a {
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

#header {
	border-top:6px solid #000000;
	margin-bottom:30px;
}

#menu {
	height:65px;
	font-size:25px;
	text-shadow: 1px 1px 0px #dddddd;
	margin-top:55px;
//	margin-bottom:0px;
}

#menu ul {
	list-style-type:none;
}

#menu li {
	float:left;
	margin-left:0px;
	margin-right:30px;
	line-height:65px;
	border-bottom: 1px solid ##cccccc;
}

#logo {
	margin-top:40px;
	margin-bottom:10px;
	text-align:right;
}

#logo img {
	margin-right:10px;
}

#app-description {
	padding-left:36px;
	padding-top:15px;
	color: #555555;
	width:430px;
}

#app-description h1 {
	font-size:50px;
	margin-top:0px;
	margin-bottom:10px;
	text-shadow: 0px 1px 0px #ffffff;
}

#app-description p {
	font-size:20px;
	margin-bottom:35px;
	text-shadow: 0px 1px 0px #ffffff;
}

#app-image {
	height:300px;
	margin-left:10px;
}

#app-info {
	margin-left:10px;
}

#banner {
	height:300px;
	margin-top:13px;
	margin-bottom:30px;
}

#content {
	text-shadow: 1px 1px 0px #dddddd;
}

#content h1 {
	font-size:30px;
}

#content h2 {
	font-size:25px;
	padding-top:5px;
}

#content p {
	font-size:20px;
}

#content li {
	font-size:20px;
}

#section {
	margin-top:30px;
	border-bottom:2px solid #cccccc;
	margin-bottom:60px;
}

#section h1 {
	font-size:35px;
	margin-bottom:10px;
}

#separator {
	margin-top:26px;
	border-bottom:2px solid #cccccc;
	margin-bottom:20px;
}

#footer {
	margin-top:100px;
	text-shadow: 1px 1px 0px #dddddd;
	background:#ececec;
	height:200px;
}

#footer p {
	padding-top:30px;
	font-size:25px;
	text-align:center;
}

#footer-follow {
	padding-left:50px;
}

#footer-follow img {
	border-right:10px;
}

#footer-copyright p {
	text-align:right;
}

