body, table, tr, td {
        background: #000000;
        background-attachment: fixed;	
	text-align: absolute;
	scrollbar-DarkShadow-Color: black;
	scrollbar-Track-Color: #000000;
	scrollbar-Face-Color: #000000;
	scrollbar-Shadow-Color: #FF571C;
	scrollbar-3dLight-Color: black;
	scrollbar-Highlight-Color: #23659F;
	scrollbar-Arrow-Color: #23659F;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
	font-size: 10px;
	font-family: tahoma,verdana,arial;
        font-weight: normal;
	text-align: absolute;
	color: #23659F;
	line-height: 15px;
	letter-spacing: 0px;
        cursor: crosshair;
}

#content {
        width: 350px;
        position: absolute;
        margin-left: 0px;
        margin-top: 135px;
        padding: 5px;
        border: 1px dashed #FF571C;
}

#nav {
        width: 150px;
        position: absolute;
        margin-left: 350px;
        margin-top: 135px;
        padding: 0px;
}

#pic {
        width: 250px;
        position: absolute;
        margin-left: 500px;
        padding: 0px;
}

#copyright {
        width: 250px;
        position: absolute;
        margin-left: 500px;
        top: 620px;
        padding: 0px;
}


h1 {
        font-family: perpetua,palantino,georgia;
        line-height: 25px;
        color: #FF571C;
}

h3 {
        font-family: perpetua,palantino,georgia;
        line-height: 15px;
        color: #FF571C;
}

.shadow {
        width:220;
        height: 15px;
        filter: Shadow(Color=#666666, Direction=220)
}

hr { 
        width: 50%;
        size: 1px; 
        color: #FFFFFF;
}

a:link  {
	color: #FF571C;
	line-height: 15px;
        font-weight: normal;
        text-decoration: none;
}

a:visited {
        color: #23659F;
        line-height: 15px;
        font-weight: normal;
        text-decoration: line-through;
}

a:active {
         color: #23659F;
         line-height: 15px;
         font-weight: normal;
         text-decoration: underline overline;
} 

a:hover  {
	color: #FF571C;
        line-height: 15px;
        font-weight: normal;
        text-align: absolute;
	cursor: n-resize;
        border-bottom: #23659F dashed 1px;
}

input, textarea, option, select  {
	background: #000000;
	border: #FF571C double 1px;
	color: #23659F;
	font-family: palantino,georgia;
	font-size: 10px;
	line-height: 15px;
        scrollbar-DarkShadow-Color: black;
	scrollbar-Track-Color: #000000;
	scrollbar-Face-Color: #000000;
	scrollbar-Shadow-Color: #FF571C;
	scrollbar-3dLight-Color: black;
	scrollbar-Highlight-Color: #23659F;
	scrollbar-Arrow-Color: #23659F;
}