body {
	font-family: arial;
}

#logo {
	position: absolute;
	right: 310px;
}

#title {
	position: absolute;
	right: 10px;
}

#copyright {
	position: absolute;
	color: gray;
	bottom: 10px;
	right: 10px;
}

#copyright a {
	color: light blue;
}

img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#screenshots img {
	border: 1px solid black;
}

/*
	This OSWD theme Copyleft 2005 Compl33t.deviantart.com
	Thanks to him!
	Modifications by me.
*/

.hdcommon{
	font-size: 18px;
	font-family: courier new;
	font-weight: bold;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header {
	color: black;
	background-color: white;
	border: 1px solid black;
	
	left: 6%;
	top: 96px;
	width: 40%;
	z-index: 6;
}

.headershw {
	background-color: #CCCCCC;
	color: #CCCCCC;
	
	left: 7%;
	top: 105px;
	width: 40%;
	z-index: 5;
}

.ctcommon{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	margin: 2px;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 50%;
	position: absolute;
}

.content {
	color: black;
	background-color: white;
	border: 1px solid black;
	left: 10%;
	top: 130px;
	z-index: 1;
}

.contentshw {
	background-color: #CCCCCC;
	color: #CCCCCC;
	left: 11%;
	top: 139px;
	z-index: 1;
}

.navcommon {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	margin: 2px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 10%;
	position: absolute;
}

.navibar {
	color: black;
	background-color: white;
	border: 1px solid black;
	left: 63%;
	top: 200px;
	z-index: 3;
}

.navibarsdw {
	background-color: #CCCCCC;
	color: #CCCCCC;
	left: 64%;
	top: 212px;
	z-index: 2;
}

a {
	color: #333333;
}

a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: red;
}

a:active {
	text-decoration: none;
	color: blue;
}

