@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.dark {
	font-weight: bold;
}

a img {
	border: 0;
}

a, a:hover, a:visited {
	color: #3366FF;
}

p {
	text-align: justify;
}

#wrapper {
	width: 800px;
	height: auto;
	padding: 0;
	margin: auto;
	position: relative;
}

#header {
	height: 64px;
	width: 100%;
	padding: 0;
	margin: 0 auto 6px auto;
}

	#title {
		position: absolute;
		left: 0; top: 25px;
		width: 140px;
		padding: 0 10px 0 0;
		margin: 0;
		vertical-align: bottom;
	}
	
		#title h1 {
			padding: 0;
			margin: 0;
		}
		
		#title h1 a, #title h1 a:hover, #title h1 a:visited {
			text-decoration: none;
			background-color: black;
			padding: 3px 5px 3px 5px;
			margin: 0;
			color: white;
		}
		
		#title h1 a:hover {
			background-color: #3366FF;
		}
	
	#menu {
		height: 36px;
		width: 640px;
		margin: 0 0 -14px 140px;
		padding: 43px 0 0 20px;
		text-align: right;
	}
	
		#menu ul {
			list-style-type: none;
			margin: 0 0 0 10px;
			padding: 0;
		}
		
		#menu ul li {
			display: inline;
			margin: 0;
			padding: 0;
		}
		
		#menu ul li a {
			text-decoration: none;
			font-size: small;
			font-weight: bold;
			background-color: black;
			padding: 5px;
			margin: 0;
			color: white;
		}
		
		#menu ul li a.current, #menu ul li a:hover {
			background-color: #3366FF;
		}

#main {
	padding: 0;
	margin: -4px auto auto auto;
	border-top: 1px solid black;
}

	#sidebar {
		width: 160px;
		height: auto;
		position: absolute;
		padding: 15px 20px 0 0;
		margin: 0;
		text-align: left;
		border-right: 1px solid black;
	}
	
		#sidebar h2 {
			text-align: center;
		}
		
		#sidebar p, #sidebar ul li {
			font-size: small;
			margin: 2px 0 3px 0;
			padding: 2px 0 3px 0;
		}
		
		#sidebar ul {
			margin: 4px 0 20px 0;
			padding: 0;
			list-style: none;
		}
	
	#content {
		width: 600px;
		height: auto;
		min-height: 550px;
		margin: 0 0 0 180px;
		padding: 5px 0 0 20px;
		font-size: small;
	}
	
		#content h3 {
			color: #3366FF;
		}
		
		#content p.screenshot img {
			width: 598px;
			border: 1px solid black;
		}
		
		#content table {
			margin: 0 -10px 5px -10px;
			padding: 0;
		}
		
		#content table tr {
			margin: 0;
			padding: 0;
		}
		
		#content table tr td {
			margin: 0;
			padding: 0;
			vertical-align: top;
			width: 33%;
		}
		
		#content table tr td .update {
			padding: 7px; 
			margin: 15px 8px 8px 8px;
			height: 65px;
			border: 1px solid black;
		}
			
			#content table tr td .update .icons {
				position: absolute;
				margin: 52px 0 0 115px;
			}
			
			#content table tr td .update .date {
				position: absolute;
				margin: 56px 0 0 0;
			}
			
			#content table tr td .update .date p {
				padding: 0;
				margin: 0;
				font-size: x-small;
			}
			
			#content table tr td .update p {
				padding: 3px 0 1px 0;
				margin: 0;
				text-align: center;
				font-size: small;
			}

#footer {
	padding: 0;
	margin: auto;
	height: 25px;
	border-top: 1px solid black;
	font-size: small;
	font-weight: bold;
}

	#footer p {
		text-align: right;
	}
	
	#footer p a {
		color: black;
	}