﻿* { 
    margin: 0; 
	}
html, body
{font-family: helvetica;
background-color: #000000;

}

a {color: #ffffff;}

.photo {border-color: #404040;
border-style: dotted;
border-width: 1px;}

h1 {color: #ffffff;
margin: 15, 0, 15, 0;
font-size: 20;}


h2 {color: #ffffff;
margin: 15, 0, 15, 0;
font-size: 18;}

li {color:#ffffff;
font-size: 14px;
margin: 0, 0, 0, 20;}

 p {color: #ffffff;
margin: 0, 0, 15, 0;
font-size: 14px;}

table {color: #ffffff;}

div#outer {
	position: relative;

    height: 800; 
    width: 900;
	margin: 10 auto 150 10; 
}
div#header {position: absolute;
left: 480;
top:10;}

div#photos {position: absolute;
left:0;
top:85;
z-index:+1;
border-top-style : solid;
border-top-width : 1px;
border-top-color : #81aa40;}
	
div#topswirl {position: absolute;
left:0;
top: 195; }

div#leftnavigation {position:absolute;
left:10;
top: 200;
}

div#content {position: absolute;
left: 155;
top: 210;
height: 550;
width: 610;

scrollbar-3dlight-color:#000000; 
scrollbar-arrow-color:#ffffff; 
scrollbar-base-color:#000000; 
scrollbar-darkshadow-color:#000000; 
scrollbar-face-color:#000000; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#ffffff;
color: #ffffff;}


div#leftimage { 
position: relative;
margin-left: -150;
margin-top: -125;
}

.note {
font-size: 10px;
color: #C0C0C0;
}

blockquote {
font-size: 12px;
color: #C0C0C0;
margin: 0, 30, 15, 30;
}

.topdotborder {
border-top-style : dotted;
border-top-width : 1px;
border-top-color : #404040;}

.leftdotborder {
border-left-style : dotted;
border-left-width : 1px;
border-left-color : #404040;}

.margin {
margin: 30, 30, 30, 30;}
