body {
	margin:0px;
	padding:0px;
	height:100%;
	width: 100%;
	background-color: rgb(206, 206, 206);
}

#main {	
	font-family: "Arial", Helvetica, sans-serif;
	color: black;
	width: 800px;
	margin: auto;
	//color: rgb(50, 50, 50);	
}

#navigation {
	position: absolute;
	margin-top: -137px;	
	float: left; 
}

#menu {
	font-size: 35pt;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}

ul, ul li {
	display: block;
	list-style: none;
	margin-top: 0px;	
	margin-bottom: 10px;
	padding: 0px;
}

#logo {	
	margin-left: 10px;	
}

#logoText {
	font-size: 60pt;	
	color: rgb(175, 30, 45);
	letter-spacing: -3px;
}

#buildTitle, #infoTitle, #logTitle {
	letter-spacing: -2px;
	font-size: 24px;	
	border-left-style: solid;
	border-left-color: rgb(175, 30, 45);
	border-left-width: 10px;
}

#subdiv {
	position: inherit;
	margin-top: 20px;
	margin-left: 20px;	
	margin-bottom: 10px;
	width: 70%;
	background-color: rgb(206, 206, 206);
	border: 1px;
	border-style: solid;
	border-color: rgb(175, 30, 45);
	text-indent:10px;
	-webkit-box-shadow: rgba(0,0,0,0.7) 0px 4px 8px;
 	-moz-box-shadow: rgba(0,0,0,0.7) 0px 4px 8px;
 	box-shadow: rgba(0,0,0,0.7) 0px 4px 8px;
 	-webkit-border-radius: 15px;
 	-moz-border-radius: 15px;
 	border-radius: 15px;	
}

#footer {
	position: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 750px;
	text-align: center;
	font-size: x-small;
}

#navigation {
	margin-left: 520px;
}

#liDownload {
	background-color: rgb(175, 30, 45);	
	width: 250px;
}

#liArchive {
	background-color: rgb(175, 30, 45);	
	width: 200px;
}

#info {
	margin-top: 15px;
	margin-left: 20px;
	margin-right:20px;	
	width: 750px;
	background-color: rgb(119, 119, 119);
	border: 1px;
	border-style: solid;
	border-color: rgb(175, 30, 45);	
	font-size: 14px;
	line-height: 20px;
	text-indent:10px;
	-webkit-box-shadow: rgba(0,0,0,0.7) 0px 4px 8px;
 	-moz-box-shadow: rgba(0,0,0,0.7) 0px 4px 8px;
 	box-shadow: rgba(0,0,0,0.7) 0px 4px 8px;
 	-webkit-border-radius: 15px;
 	-moz-border-radius: 15px;
 	border-radius: 15px;
}

#buildinfo {
	margin-left: 20px;
	margin-right:20px;	
	width: 750px;
	background-color: rgb(119, 119, 119);
	border: 1px;
	border-style: solid;
	border-color: rgb(175, 30, 45);	
	font-size: 14px;
	line-height: 26px;
	text-indent:10px;	
	-webkit-box-shadow: rgba(0,0,0,0.7) 0px 4px 8px;
 	-moz-box-shadow: rgba(0,0,0,0.7) 0px 4px 8px;
 	box-shadow: rgba(0,0,0,0.7) 0px 4px 8px;
 	-webkit-border-radius: 15px;
 	-moz-border-radius: 15px;
 	border-radius: 15px;
}

#changelog {
	margin-top: 15px;
	margin-left: 20px;
	margin-right:20px;
	width: 750px;
	background-color: rgb(119, 119, 119);
	border: 1px;
	border-style: solid;
	border-color: rgb(175, 30, 45);	
	font-size: 14px;
	line-height: 20px;
	text-indent:10px;
	-webkit-box-shadow: rgba(0,0,0,0.7) 0px 4px 8px;
 	-moz-box-shadow: rgba(0,0,0,0.7) 0px 4px 8px;
 	box-shadow: rgba(0,0,0,0.7) 0px 4px 8px;
 	-webkit-border-radius: 15px;
 	-moz-border-radius: 15px;
 	border-radius: 15px;
}

ul a:link, ul a:visited {
	color: rgb(206, 206, 206);
	text-decoration: none;
	font-style: normal;
	text-indent: 15px;
	letter-spacing: -1px;
	display: block;	
}

ul a:hover {	
	width: 10px;
	background-color: rgb(119, 119, 119);	
}

a:link {	
	color: rgb(40, 40, 40);
	text-decoration: none;
	font-style: oblique;			
}

a:hover {
	color: rgb(175, 30, 45);
	//text-decoration: none;		
}

a:visited {
	color: rgb(40, 40, 40);
	text-decoration: none;	
	font-style: oblique;		
}

p {
	margin-left: 10px; 
} 

hr {
	height: 2px;
	border: 0px;
	background-color: rgb(175, 30, 45);
	color: rgb(175, 30, 45);
}
