.menu {/*The navigation on the left side, positioned absolutely*/
    position: absolute;
    top: 160px;
    left: 12px;
    width: 100px;
    height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
    line-height : 110%;/*line-height set to 110% in order to*/
    }    
	
.menu a {
	display:block;
	text-decoration: none;
	border: 1px outset #FF3366;
	padding: 1px 1px 1px 12px;
	height: 18px;
	width: 100px;
	color: #FFFFFF;
	background-color: #FF0000;
}

.menu a:hover , .sidebarButton a:hover {
	background-color: #FF9999;
	border: 1px inset #FFCC00;
	color: #660066;
}

.sidebarButton {
 position: absolute;
    top: 400px;
    left: 12px;
    width: 100px;
    height: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
    line-height : 110%;/*line-height set to 110% in order to*/
}
.sidebarButton a {
	text-decoration: none;
	border: 1px outset #FF3366;
	padding:5px;
	height: 12px;
	width: 100px;
	color: #FFFFFF;
	background-color: #FF6699;
	display: block;
	text-align: center;
}
	
.content {
	position: absolute;
	top: 345px;
	left: 12px;
	width: 475px;
	height: auto;
	font-family : "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	line-height : 115%;
	background-color: #FFFFFF;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 2px;
    }    
	
.content2Col {/*content in box below, positioned absolutely*/
    position: absolute;
    top: 425px;
    left: 12px;
    width: 460px;
    height: auto;
    font-family : "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
    line-height : 115%;/*line-height set to 110% in order to*/
	background-color:#FFFFFF;
	padding: 6px 12px 2px;
    }    
.photo {/*photo on right, positioned absolutely*/
    position: absolute;
    top: 60px;
    left: 250px;
    width: auto;
    height: auto;
    }    
	
.phototext {
	position: absolute;
	top: 425px;
	left: 250px;
	width: 300px;
	height: auto;
	font-family : "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	line-height : 115%;
	background-color:#FFFFFF;
	padding: 8px 24px 12px;
    }    

.sidebar {
	position: absolute;
	top: 310px;
	left: 12px;
	width: 160px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #660066;
	font-weight: bold;
    }    

.navbuttonleft {
	position: absolute;
	top: 425px;
	left: 190px;
	width: 48px;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	line-height : 110%;
	text-align: center;
    }    
	
.navbuttonleft a {
	text-decoration: none;
	border: 1px outset #FF3366;
	padding:5px;
	height: 12px;
	width: 48px;
	color: #FFFFFF;
	background-color: #FF6699;
	display: block;
	float: left;
	
}

.navbuttonleft a:hover, .navbuttonright a:hover {
	background-color: #FF9999;
	border: 1px inset #FFCC00;
	color: #660066;
}

.navbuttonright {
	position: absolute;
	top: 425px;
	left: 598px;
	width: 48px;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	line-height : 110%;
	text-align: center;
    }    
	
.navbuttonright a {
	text-decoration: none;
	border: 1px outset #FF3366;
	padding:5px;
	height: 12px;
	width: 48px;
	color: #FFFFFF;
	background-color: #FF6699;
	display: block;
	
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 2px;
	position: absolute;
	top: 578px;
	left: 186px;
	font-weight: bold;
	height: 12px;
	width: 400px;
	color: #FFFFFF;
}
.homeButton {
	height: 92px;
	width: 164px;
	position: absolute;
	left: 8px;
	top: 60px;
}

.homeButton a {
	text-decoration: none;
	height: 92px;
	width: 164px;
	display: block;
}

.homeButton a:hover {
	border: medium dotted #FF0000;
}

