body {
	margin: 0;
	padding: 0;
	background: url( 'images/background.jpg' ) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #006dd4;
}
a:hover {
	text-decoration: underline;
}

div#container {
	margin-left: -400px;
	left: 50%;
	position: relative;
	width: 800px;
	margin-top: 40px;
	margin-bottom: 10px;
}

div#header {
	background-color: #FFFFFF;
	height: 150px;
	padding: 10px;
}
div#header-internal {
	background-color: #EEEEEE;
	height: 150px;
}

#header-internal h1 {
	height: 30px;
	margin: 55px 0px 0px 260px;
	color: #006fd6;
}

div#icon {
	margin-top: 35px;
	margin-bottom: 40px;
	height: 70px;
	vertical-align: middle;
	text-align: center;
}

div#menu {
	margin-left: 30px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	background-color: #FFFFFF;
	width: 200px;
	min-height: 400px;
}

div#nav {
	padding-top: 20px;
	width: 100%;
}

#nav a:link, #nav a:visited {
	display: block;
	width: 165px;
	height: 16px;
	padding: 10px 5px 5px 30px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
}

#nav a:hover {
	border-bottom: 1px solid #CCCCFF;
	color: #0000FF;
	text-decoration: none;
}

div#outer {
	background-color: #FFFFFF;
	padding: 0px 10px 10px 10px;
}
div#content {
	background: #b7d6f3 url( 'images/content.jpg' ) repeat-x;
	padding: 10px;
	padding-left: 240px;
}

div#footer {
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}

div.clearthis {
	height: 1px;
	clear: both;
}

div.meta {
	font-size: 10px;
	color: #666666;
	padding-bottom: 2px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
}

div.moreLink {
	padding-top: 5px;
	padding-bottom: 5px;
	font-variant: small-caps;
}

div.permalink {
	float:right;
}
div.about-image {
	float: right;
	margin-left: 5px;
	width: 160px;
	text-align: center;
}
div.aboutlist {
	padding-bottom: 10px;
}
div.aboutclear {
	clear: right;
	height: 10px;
}

#footer a, #footer a:hover {
	color: #000000;
}

/* Script Bits */
div.script {
	margin-left: 30px;
	margin-bottom: 20px;
}

div.scriptTitle {
	margin-left: -5px;
	padding-bottom: 5px;
}

div.scriptMenu {
	padding-bottom: 10px;
}

table.downloadtable {
	width: 100%;
	border: 1px solid #6aabe5;
}
table.downloadtable th {
	padding-top: 3px; 
	padding-bottom: 3px;
	border-bottom: 1px solid #6aabe5;
	text-align: left;
}
table.downloadtable tr.title th {
	padding-top: 5px;
	padding-bottom: 5px;
	background: #6aabe5;
	text-align: center;
}

table.downloadtable th.downloadname {
	width: 40%;
	padding-left: 15px;
	margin-bottom: 10px;
}
table.downloadtable th.downloaddate {
	width: 30%;
	margin-bottom: 10px;
}
table.downloadtable td {
	padding-top: 5px;
	padding-bottom: 5px;
}
table.downloadtable td.downloadname {
	padding-left: 25px;
}
table.downloadtable td.nodownloads {
	text-align: center;
}

/* admin bits */
table.adminTable {
	width: 100%;
	text-align: left;
	margin-top: 30px;
}

td.inputLeft {
	text-align: right;
	vertical-align: top;
}

td.adminMessage {
	text-align: center;
	color: #FF0000;
	padding-bottom: 10px;
}

input.adminInput, textarea.adminInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
}
textarea.adminInput {
	height: 150px;
}

div.adminMessage {
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: -15px;
}

div.adminBottomButton {
	text-align: right;
	font-weight: bold;
	padding-top: 12px;
}