a:active { color: #0000FF; }
a:link, a:visited { text-decoration: none; color:#0033CC; }
a:hover { text-decoration: underline; }

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

#container {
	margin: auto;
	width: 875px;
}

#mainpage {
	margin-top: 10px;
	margin-left: 155px;
	padding-left: 40px;
	padding-top: 1px;
	padding-bottom: 10px;
	background-image: url(images/pageback.png)
}

img { border: none; }


.title, .subtitle, .subsubtitle {
	padding-top: 8px;
	font-size: 13px;
	font-weight: bold;
	margin-left: -10px;
	
}

.title {
    padding-top: 2px;
	font-size: 18px;
}

.subtitle {
	font-style: italic;
}


#linklist a { font-weight: bold; font-size: 14px; }

.oslist { float: left; }
.changelist { font-size: 11px; }
.spacer { clear: both; }
.center { text-align: center; }
.ml { font-size: 9px; }

.bootimg {
	margin: 20px;
	float: right;
}

.code {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}


ul.gallery {
	list-style: none;
}

ul.gallery li {
	float: left;
	padding: 5px;
}

ul.gallery img {
	width: 144px;
	height: 120px;
}


.download img {
	float: left;
	padding: 10px;
}

.download p {
	padding-left: 90px;
}


#navbar {
	width: 150px;
	margin-top: 10px;
	text-align: center;
	float: left;
}

ul#nav {
	width: 136px;
	margin: auto;
	padding: 0;
    float: none;
	overflow: auto;
	list-style: none;
}

#nav li {
	width: 136px;
	height: 32px;
    margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

#nav a {
	width: 136px;
	height: 26px;
	padding: 7px 0 0 0;
	float: left;
    overflow: hidden;
	text-align: center;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: black;
}

#nav a:hover { 	background-position: -136px 0; }

#news a { background: url(images/buttons/red.png) top left no-repeat; }
#download a { background: url(images/buttons/orange.png) top left no-repeat; }
#gallery a { background: url(images/buttons/yellow.png) top left no-repeat; }
#faq a { background: url(images/buttons/green.png) top left no-repeat; }
#links a { background: url(images/buttons/blue.png) top left no-repeat; }
