/* modified css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #000;
	background-image: url(../images/curious_bkg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size:12px;
	line-height: 18px;
	color: #000000;
	text-align: left;
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	}
.title { 
	font-weight: 600;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #000055;
	}
h2 { 
	font: normal 1.4em arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #000044;
	}
h2 span {
	position: absolute;
	top: 300px;
	left: 0px;
	}
h3 { 
	font: italic normal 1.4em arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #880000;
	}

a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #043;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #022;
	}
a:hover, a:active { 
	background: #ebb;
        color: #000;
	}
ul     {
	list-style-type: square;
	margin-top: 0px;
	margin-left: 0px;
	text-align:left;
	padding-left: 16px;
	padding-top: 0px;
       }
dt {
	font-weight: bold;
	margin: 10px 0px 2px 0px;
	padding: 2px 0px;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	text-indent: 1em;
	letter-spacing: 0.1em;
	position: relative;
        }

/* specific divs */
#container { 
        margin: auto; 
	width: 800px; 
	position: absolute;
	left: 70px;
	}
#danaRelated {
	position: absolute;
	text-align:left;
	border: 1px dashed black;
	font-weight: bold;
	clear:both;
	margin: 30px 5px 0px 0px;
	line-height: 24pt;
	padding-top: 0px; 
	padding-left: 0px; 
	width: 208px;
	height: 375px;
	float: left;
	}
#danaRelated  p {
	text-align:center;
	}
#spaceColumn {
	position: absolute;
	text-align:left;
	font-weight: bold;
	text-align: center;
	clear:both;
	margin: 90px 5px 0px 210px;
	line-height: 20pt;
	padding-top: 0px; 
	padding-left: 0px; 
	width: 205px;
	height: 295px;
	float: left;
	}
#linkList {
	position: absolute;
	text-align:left;
	border: 1px solid black;
	font-weight: bold;
	clear:both;
	margin: 90px 5px 0px 415px;
	line-height: 20pt;
	padding-top: 0px; 
	padding-left: 14px; 
	width: 170px;
	height: 315px;
	float: left;
	}
#rotationDisplay {
	position: absolute;
	top: 30px;
	z-index: 1;
        left: 601px;
	width: 300px;
	}

#footer {
	position: absolute;
	width: 325px;
	margin: 520px 40px 0px 238px;
	text-align: center;
	padding: 15px;
	color: #f92;
	}
#footer a:link, #footer a:visited { 
	margin-right: 200px;
	font-weight: normal; 
	text-decoration: none; 
	color: #974;
	}
#footer a:hover, a:active { 
	background: #022;
        color: #b00;
	}
