/* STRUCTURE */

#wrapper {
	text-align:center;
}

#center {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#top-line {
	width:100%;
	height:5px;
}
#header,#content {
	width:100%;
	overflow: hidden;
}

#left {
	float:left;
	width:50%;
}

#right {
	float:right;
	width:50%;
}

#header-navigation {
	float:right;
	margin-right:50px;
}

#post-content {
	text-align:center;
}

#why {
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	width:400px;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
/* STRUCTURE ENDS */

/* ELEMENT STYLING */

body {
	font-family: "Tahoma";
	background-color: #eeeeee;
}

#wrapper {
	background-color: white;
}

#top-line {
	background-color: #5F83A6;
}

#header {
	margin-bottom:20px;
	vertical-align: middle;
	line-height:35px;
}

#headlines {
	text-align: center;
}

.headline-links {
	margin-top:10px;
	margin-bottom:10px;
}

#body-text {
	margin-top:20px;
}

.item {
	margin-top:20px;
}

#right {
	text-align:center;
}

#post-content {
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;
	margin-top:40px;
}

#why {
	text-align:left;
}

#footer {
	text-align:right;
	margin-top:50px;
	background-color: #eeeeee;
}

.screenshot {
	overflow:hidden;
	margin-bottom:40px;
}
/* ELEMENT STYLING ENDS */

/* TEXT STYLING */

h1 {
	font-size:28px;
	margin-bottom:10px;
}

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

.headline-links a {
	font-size:24px;
	font-weight:bold;
	color:#5F83A6;
}

p {
	margin-top:5px;
	margin-bottom:5px;
	font-size:13px;
	line-height: normal;
}

#header-navigation a {
	color:#5F83A6;
	margin-left:10px;
	font-size:14px;
}

.highlight {
	background-color: #daecf8;
}

#why {
	color:#777;
	font-size:13px;
	text-align:center;
}

#why li {
	text-align:left;
	list-style-type: circle;
	margin-bottom:3px;
	line-height: normal;
}

#why h3 {
	text-align:center;
	font-size:16px;
	margin-bottom:10px;
}

#footer {
	font-size:11px;
	color:#888;
}

#footer a {
	color:#555;
	text-decoration: none;
}
/* TEXT STYLING ENDS */

/* EFFECTS */

.headline-links a:hover,#header-navigation a:hover {
	text-decoration: none;
}

/* EFFECTS ENDS*/