body 
	{
		margin: 0;
		padding: 0;
		font-family:arial;
		color: white;
		background-image: url('background2.jpg');
		background-repeat: no-repeat;
		background-color: black;
		background-attachment: fixed;
		background-position: center;
		scrollbar-base-color:white;
	}

.image
	{
		border-style:solid;
		border-color: white;
		border-width:5px;
	}

A:link {text-decoration: none; font-weight: bold; color: LightBlue;}
A:visited {text-decoration: none; font-weight: bold; color: LightBlue;}
A:active {text-decoration: none; font-weight: bold; color: LightBlue;}
A:hover {text-decoration: none; font-weight: bold; color: Silver;}

.toggleborder:hover img{
border: 1px solid Silver;
}

.toggleborder:hover{
color: Silver; 
}

.main
	{ /*global website container that will be centered */
		padding: 0px;
		position: absolute;
		width: 700px;
		height: 465px;	
		top: 50%;
		left: 50%;
		margin-left: -359px;
		margin-top: -244px;
		overflow: auto;
		border-width: 10px;
		border-style: solid;
		border-color: white;
	}



.header 
	{
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -280px;
		margin-top: -260px;
		/*background-image: url('topimage1.jpg');*/
		width: 553px;
		height: 134px;
		
	}

.leftbar 
	{
		position: absolute;
		left: 0%;
		top: 50%;
		margin-left: 0px;
		margin-top: -265PX;
		width: 137px;
		height: 553px;
		background-color:black;
		background-image: url('rightimage.jpg');
		background-position: left;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

.rightbar 
	{
		position: absolute;
		top: 50%;
		margin-left: 0px;
		margin-top: -265px;
		height: 553px;
		background-color:black;
		background-image: url('leftimage.jpg');
		background-position: right;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}
	}

.footer
	{
		vertical-align: bottom;
	}



hr 	{
   	height:3px;
	width:683px;
    	background: white;
   	}

div 	{
	font-size:12px;
	}
