/* PANORAMA3000 - feel free to tune to your needs */

html, body {
	padding: 0px;
	margin: 0px;
	background-image: url('../back.gif');
	}

div {
	background-color: transparent;
	}

img {
	border: none;
	}

p {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: rgb(102,102,102);
	background-color: transparent;
	margin: 0px;
	}

a {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#container {
	position: absolute;
	left: 50%;
	top: 33px;
	width: 800px;
	margin-left: -400px;
	}

#head {
	position: relative;
	margin-bottom: 33px;
	}

#linkbox {
	position: relative;
	width: 100%;
	height: 40px;
	margin-bottom: 33px;
	}

#content {
	clear: both;
	padding-top: 33px;
	text-align: left;
	border-top: 1px dotted rgb(102,102,102);
	}

#project-title {
	font: 22px 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

#specs {
	margin-bottom: 33px;
	}

#sub {
	margin-top: 33px;
	}

.links {
	margin-right: 33px;
	float: left;
	}

a:link, a:visited {
	color: rgb(0,0,0);
	background-color: transparent;
	text-decoration: none;
	}

a:focus, a:hover, a:active {
	color: rgb(0,0,0);
	background-color: rgb(205,255,0);
	text-decoration: none;
	}

a.strike:link, a.strike:visited {
	color: rgb(0,0,0);
	background-color: transparent;
	text-decoration: line-through;
	}

a.strike:focus, a.strike:hover, a.strike:active {
	background-color: rgb(205,255,0);
	text-decoration: line-through;
	}
