/*
This is where all of your main pages style comes from.
There is only one area here you may want to change.
The area is under the link colours and styles section in the a;visited sub-section.
*/

body
{ 
background: 					#000 url('images/bg.gif') no-repeat fixed center; font-size: 7pt;
font-family: 					verdana; 
scrollbar-3dlight-color:		black;
scrollbar-arrow-color:			#7f0000;
scrollbar-base-color:			black;
scrollbar-darkshadow-color:		black;
scrollbar-face-color:			black;
scrollbar-highlight-color:		black;
scrollbar-shadow-color:			#aaa;
}

/* font stylings */

.header {
color: #fff;
}

.seven {
font-size: 7pt;
}

/* link colours and styles */

A:link { 
color: #7f0000; 
text-decoration: none 
}

a:active { 
color: #7f0000;   
}

a:hover { 
color: #000;
text-decoration: none; 
}

/* if you would like your links to remain red after they have been clicked change #888 to #7f0000 */

a:visited { 
color: #888;
text-decoration: none; 
}

/* menu positioning */

.menu {
position: relative; 
top: 0%;
}

/* main div positioning and style */

.crop {
position:				relative; 
top:					-1%; 
background: 			#000 url('images/crop.gif') no-repeat fixed center;
width:					567px; 
height: 				9000px; 
border-left-style:		solid; 
border-right-style:		solid; 
border-color:			#66FFFF; 
padding-left:			0px; 
padding-right: 			0px;
}

/* bottom graphic positioning */

.bottom {
position:	relative; 
top:		-30%;
}


/* image thumbnail viewer styles */

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}

/* image thumbnail styles */

.thumb {
padding: 		0px; 
margin: 		0px;
}
