body {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	width: 99%;
	padding: 0px;
	font-size: 12px;
	background: rgb(255,255,255);
}

a	{
	color: rgb(0,0,0);
	text-decoration: none;
}

a:link	{
	color: rgb(0,0,0);
	text-decoration: none;
}

a:active{
	color: rgb(0,0,0);
	text-decoration: none;
}

a:visited{
	color: rgb(0,0,0);
	text-decoration: none;
}

a:hover	{
	color: rgb(0,0,0);
	text-decoration: none;
}

div#logo {
	left: 0px;
	top: 0px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 2px;
	width: 99%;
	height: 32px;
	background: rgb(255,255,255);
}

div#sect_nav {
	clear: both; 
	width: 99%;
	height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	background: rgb(194,194,194);
	text-align: left;
	font-family: helvetica;
	font-size: 100%;
	color: rgb(0,0,0);
	background: rgb(255,255,255);
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
	border: none;
}

div#sect_nav a  {
	color: rgb(0,0,0);
	font-size: 100%;
	font-family: helvetica;
	font-weight: normal;
	text-decoration: none;
	background: rgb(255,255,255);
	text-transform: none;
	border: none
	}

div#sect_nav a:hover { 
    color: rgb(194,194,194);
    background: rgb(127,127,127);
    text-decoration: none;
}
 
div#main {
	width: 99%;
	height: 800px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: rgb(255,255,255);
	border: solid 1px;
}

div#main a {
	font-family: helvetica;
	font-size: 100%;
	color: rgb(0,0,0);
	background: rgb(255,255,255);
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	border: none;
}

div#main p {
	font-family: helvetica;  
	font-size: 100%; 
	font-weight: normal;
}

div#pictures {
	position: absolute;
	width: 97%;
	height: 480px;
	margin-left: 10px;
	margin-top: 7px;
	background: rgb(255,255,255);
	font-family: helvetica;
	font-size: 100%;
}

div#pictures h1 {  
	font-family: helvetica; 
	font-size: 150%;
	color:  rgb(0,0,0); 
	margin-left: 0px;
	margin-top: 0px;
}

div#picturesleft {
	position: absolute;
	width: 40%;
	height: 480px;
	margin-left: 10px;
	margin-top: 7px;
}

div#picturesleft h1 {  
	font-family: helvetica; 
	font-size: 100%;
	color:  rgb(255,255,255); 
	margin-left: 0px;
	margin-top: 0px;
}

div#picturesright {
	position: absolute;
	width: 50%;
	height: 480px;
	margin-left: 45%;
	margin-top: 40px;
}

div#picturesright h1 {  
	font-family: helvetica; 
	font-size: 100%;
	color:  rgb(255,255,255); 
	margin-left: 0px;
	margin-top: 0px;
}

div#linktext  {
	position: absolute;
	left: 0%;
	top: 470px;
	background: rgb(255,255,255);
	width: 90%;
	height: 15px;
	color: rgb(0,0,0);
	font-size: 12px;
	font-family: helvetica;
	margin-top: 5px;
	margin-left: 0px;
	font-weight: bold;
	}
	
div#linktextb { 
	color: rgb(0,0,0);
	font-size: 12px;
	font-family: helvetica;
	margin-top: 0;
	margin-left: 0;
	font-weight: normal;
	}
	
div#linktext a  {
	color: rgb(0,0,0);
	font-size: 120%;
	font-family: helvetica;
	font-weight: bold;
	text-decoration: none;
	background: rgb(255,255,255);
	text-transform: none;
	border: none
	}

div#albumtext  { 
	color: rgb(0,0,0);
	font-size: 12px;
	font-family: helvetica;
	margin-top: 5px;
	margin-left: 0;
	font-weight: normal;
	}
	
div#albumtext b { 
	color: rgb(0,0,0);
	font-size: 12px;
	font-family: helvetica;
	margin-top: 0;
	margin-left: 0;
	font-weight: bold;
	}

div#albumtext a { 
	color: rgb(0,0,0);
	font-size: 12px;
	font-family: helvetica;
	color: rgb(0,0,0);
	margin-top: 0;
	margin-left: 0;
	font-weight: bold;
	}

div#packmenutext {
	position: absolute;
	left: 0%;
	top: 350px;
	background: rgb(194,194,194);
	width: 90%;
	height: 92px;
	font-family: helvetica;
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	margin-left: 0%;
	margin-top: 30px;
}

div#packmenutext b {  
	font-family: helvetica; 
	font-size: 100%;
	font-weight: bold;
	color: rgb(0,0,0); 
	margin-left: 0px;
	margin-top: 0px;
}

div#packmenutext a {  
	font-family: helvetica; 
	font-size: 100%;
	font-weight: bold;
	color: rgb(0,0,0); 
	margin-left: 0px;
	margin-top: 0px;
}

div#copyright	{
	width: 99%;
	height: 18px;
	background: rgb(255,255,255);
	font-family: helvetica;
	font-size: 100%;
	color: rgb(0,0,0);
	text-align: right;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}


