body {
	line-height: 1.2em;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0;
	padding: 0px;
	font-size: .8em;
	font-family: 'Lucida Grande', 'Arial', 'sans-serif';
	color: black;
	text-align: center; 
}

#page {
	background-color: white;
	padding-left: 30px;
	                        
	padding-bottom: 0;
	                        
	padding-right: 30px;
	                        
	padding-top: 0;
	                        
	border: none;
	text-align: center;
	background-color: white;
	margin: 0 auto;
	width: 760px;
}

#header {
	border-bottom-color: #bfbfbf;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	min-height: 30px;
	padding-top:9px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/SyntoriHeader.png') no-repeat right bottom;
	width: 95%;
}

#content {
	
	display: block;
	
	text-align: center;
	
}
	
.sitemenu {
	margin-top: 12px;
	text-align: left;
	display: block;
}

.sitemenulink {
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 15px;
	padding-top: 15px;
	color: #666666;
	margin: 0 10px 0 0;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}

.sitemenulinkdevblog {
	padding-bottom: 0;
	padding-right: 15px;
	padding-top: 0;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 0;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}

.sitemenulink:hover {
	color: #0080ff;
	text-decoration: none;
	border-color: #666;
}

.sitemenulinkdevblog:hover {
	color: #0080ff;
	text-decoration: none;
	border-color: #666;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

.summary {
	font-size: 21px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	color: black;
	border-bottom-style: none;
	border-top-style: none;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
	margin-top: 15px;
	text-align: center;
}

.news {
	margin-bottom: 30px;
	margin-top: 45px;
	margin-left: 85px;
	max-width: 450px;
	text-align: justify;
}

.news p {
	margin-top: 20px;
}

.news h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	text-decoration: underline;
	font-weight: bold;
	color: #004080;
	max-width: 400px;
	text-align: left;
}

h3.date {
	border-top-style: none;
	margin-bottom: 0px;
	margin-top: 15px;
	color: #7f7f7f;
	text-decoration: none;
}

.about {
	margin-bottom: 30px;
	margin-top: 45px;
	margin-left: 85px;
	max-width: 600px;
	text-align: left;
}

.columns {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.columnleft {
	display: inline;
	float: left;
	margin-left: 10px;
	text-align: justify;
	max-width: 350px;
}

.columnright {
	position: absolute;
	display: block;
	margin-left: 390px;
	text-align: justify;
	max-width: 350px;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#footer {
	clear: left;
	color: #666666;
	display: block;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 760px;
}

#footer p {
	display: block;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
}

h3 {
	/*font-weight: normal;*/
	                        
	                        
	font-size: 100%;
	                        
	                        
	                        
	margin-bottom: 3px;
	color:black;
	padding:0;
}

code {
	font: 'Courier New', Courier, Fixed;
}

a {
	color: #147;
	text-decoration: underline;
}

/*	Begin Headers */
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding-right: 0px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding-left: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.screenshot {
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-color: #999999;
	border-top-color: #999999;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	margin-right: 60px;
	margin-left: 60px;
}

.screenshot img {
	max-height: 100px;
	margin: 3px;
}

.download {
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: .8em;
	color: #999999;
	text-align: center;
}

.download a {
	color: #999999;
	text-align: center;
}

img {
	border-width: 0px;
	border-style: none;
}

.badges {
	margin-top: 15px;
}

