BODY, TD, P, SELECT, INPUT, TEXTAREA {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
}

BODY {
	background: black;
	background-image: url("images/background.jpg");
	color: white;
}

a:link { 
	color: lightblue; 
}
a:visited { 
	color: lightblue; 
}
a:active { 
	color: lightblue; 
}
a:focus {
	color: red;
}
a:hover {
	color: red;
}

a:link img,
a:visited img,
a:active img,
a:focus img,
a:hover img {
	border:0px;
}

a:link img.ss,
a:visited img.ss,
a:active img.ss {
	border:1px solid lightblue;
}
a:focus img.ss,
a:hover img.ss {
	border:1px solid red;
}

#Update {
	position: absolute;
	background: url("images/update.gif");
	left: 0px;
	top: 0px;
	width: 150px;
	height: 150px;
}

#Header {
	Width: 100%;
	Height: 75px;
}

#Chunk1 {
	position: absolute;
	left: 50%;
	top: 40px;
	width: 100px;
	margin-left: -420px;
}

#Chunk2 {
	position: absolute;
	left: 50%;
	top: 40px;
	width: 100px;
	margin-left: 320px;
}

#SpaceChunks {
	position: absolute;
	left: 50%;
	width: 600px;
	height: 75px;
	margin-left: -300px;
}


#Blurb {
	width: 580px;
	margin: auto;
	text-align: justify;
	font-size: 12px;
}


#Columns {
	margin-top: 20px;
}


.ThinColumn {
	width: 35%;
	float: left;
	margin-left: 1%;
	margin-right: 2%;
	text-align: justify;
}

.ThickColumn {
	width: 55%
	float: right;
	margin-left: 2%;
	margin-right: 1%;
	text-align: center;
}


.Title {
	text-align: center;
}

.MyList {
	list-style-image: url("images/bullet.jpg");
	list-style-type: disc;
	padding-top: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 10px;
	margin-left: 10px;
}

LI {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

#Screenshots {
	text-align: center;
}

.Screenshot {
	float: left;
	margin: 3px;
	text-align: center;
	font-size: 8px;
}

.Screenshot IMG {
	border: 1px solid;
}

.Screenshot A {
	border: 0;
	text-decoration: none;	
}

#Download {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	margin-bottom: 20px;
	text-align: center;
}

#Hits {
	text-align: center;
	margin-top:20px;
}

#Contact {
	margin-top: 20px;
	margin-bottom: 50px;
	color: gray;
	font-size: 8px;
	text-align: center;
}