

/* Generic Selectors */

body {
text-align: center;
font-family: Arial, sans-serif;
font-size: 12px;
color: #ffffff;
background: url(images/bgdstars.jpg);
background-align: center;
background-position: Top Center;
background-attachment: fixed;
background-repeat: no-repeat;
background-color: #000033;
}

p {
width: 100%;
}

p.bio {
width: 97%;
}

.bottom {
width: 100%;
}

li {
list-style-type: none;
line-height: 150%;
list-style-image: url(../images/arrowSmall.gif);
}

.scrollbar {
scrollbar-face-color:#ffffff;
scrollbar-base-color:#ffffff;
scrollbar-arrow-color:#99ccff;
scrollbar-track-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
}

h1 {
font-family: Arial, sans-serif;
font-size: 14px;
font-weight: bold;
color: #ffffff;
text-align: center;
}

 img.floatLeft { float: left;
margin-right: 10px; }

 img.floatRight { float: right;
margin-left: 15px; }

img {
border: none;
margin-right: 0px;
}

/**************** Pseudo classes ****************/

a:link {
color: #ffffff;
text-decoration: underline;
font-weight: normal;
background-color: transparent;
}

a:visited {
color: #ffffff;
text-decoration: underline;
font-weight: normal;
background-color: transparent;
}

a:hover {
color: #99ccff;
font-weight: normal;
text-decoration: underline;
background-color: transparent;
}

a:active {
color: #99ccff;
font-weight: normal;
}


/************************* ID's *************************/

#horizon  {
	color: white;
	background-color: transparent;
	text-align: left;
	position: absolute;
	left: 0px;
	top: 10px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#content   {
	background-color: transparent;
	margin-left: -370px;
	position: absolute;
	left: 50%;
	width: 740px;
	visibility: visible;
	}


#navigation {
position: relative;
background-color: transparent;
width: 740px;
height: 170px;
overflow-y: hidden;
margin: 0px;
padding-left: 0px;
font-weight: normal;
text-align: center;
font-family: Arial, sans-serif;
font-size: 12px;
}



#main {
position: relative;
background-color: transparent;
width: 720px;
height: 260px;

padding-left: 10px;
margin: 0px;
font-weight: normal;
text-align: justify;
font-family: Arial, sans-serif;
font-size: 12px;
}


#bottom {
position: relative;
background-color: transparent;
width: 740px;
height: 250px;
overflow-y: hidden;
margin: 0px;
padding-left: 0px;
font-weight: normal;
text-align: center;
font-family: Arial, sans-serif;
font-size: 12px;
}
