a {
	color: #ffffff;
	text-decoration: none;
}

a:hover { 
	color: #444444;
	text-decoration: underline;
}

div {
	position: absolute;
}

/* id's */

#site {
	width: 700px;
	height: 400px;
	top: 50%;
	left: 48%;
	margin-top: -200px;
	margin-left: -359px;
	background-color: #666666;	
	background-image: url('../images/background.png');
	border: 1px solid #999999;
}

#disclaimer {
	width: 700px;
	height: 50px;
	top: 50%;
	left: 48%;
	margin-top: 202px;
	margin-left: -359px;
	background-color: #666666;
	font-family: Arial; 
	font-size: 10px; 
	font-weight: normal; 
	color: #c0c0c0;
}

#menu {
	left: 190px;
	top: 38px;
	width: 700px;
	height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	z-index: 3;
}

#menu_bar {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 700px;
	height: 30px;
	background-color: #e4e4e4;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	z-index: 2;
}

#leftside_photo {
	position: absolute;
	top: 111px;
	left: 52px;
	width: 134px;
	height: 201px;
	border: 1px solid #999999;
}

#page_header {
	position: absolute;
	top: 70px;
	left: 138px;
	font-family: Arial; 
	font-size: 24px; 
	font-weight: bold; 
	color: #ffffff;
}

#text {
	position: absolute;
	top: 111px;
	left: 230px;
	width: 416px;
	height: 250px;
	border: 1px solid #999999;
	padding: 8px;
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #c0c0c0;
}

#album {
	position: absolute;
	top: 111px;
	left: 230px;
	width: 434px;
	height: 250px;
	border-top: 1px solid #999999;
	padding: 0px;
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #c0c0c0;
	z-index: 2;
}

#album_image {
	position: relative;
	margin-top: 5px;
	margin-right: 6px;
	width: 80px;
	height: 80px;
	border: 1px solid #999999;
	padding: 0px;
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #c0c0c0;
	z-index: 3;
}

#album_image_last {
	position: relative;
	margin-top: 5px;
	width: 80px;
	height: 80px;
	border: 1px solid #999999;
	padding: 0px;
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #c0c0c0;
	z-index: 3;
}

/* classes */

.body{
	 background-color: #666666; 
	 margin: 0px;
	 font-family: Arial;
}