body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background : White;
	line-height : 2em;
	margin: 0px;
	font-size: 11px;
	color:#555;
}

#image_menu p {
		font-size: 10px;
}

h3 {
		font-size: 13px;
		padding-top: 20px;
}


a { 
	color: #555; 
	text-decoration: none; 
	border-bottom: 1px dotted #555; 
	cursor: pointer; 
}

a:hover { 
	border-bottom: 1px dotted #555;
	background-color: #eee; 
}


#menu {
	background: white; 
	height: 28px;
	padding-bottom:1px;
	margin: 0;
}
#menuitem {
	margin-right:25px;
	padding-left:10px;
	padding-top:2px;
	float: left;
}

#container {
	height: 690px;
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#container.info {
	border-bottom: none;
}


#image_menu {
	float: left;
	height: 690px;
	padding-top: 20px;
	padding-left: 210px;
}

#pic_browser{
	position: absolute;
	left: 320px;
}

#page_text {
	margin-top: 60px;
}

#page_text p, h3{
	margin: 20 60 20 210px;
}

#page_text p.list {
	margin: 5 60 5 210px;
}

.aboveline {
border-top: 1px dotted #555;
padding-top: 20px;
}

#page_text a { 
	color: #555; 
	text-decoration: none; 
	border-bottom: 1px dotted #555 ; 
	cursor: pointer; 
}

#page_text a:hover { 
	border-bottom: 1px dotted #555; 
	background-color: #eee;
}

.me {
	color: black;
}
.images {
	background-image: url(img/pg_images_200.jpg);
}

.info {
	background-image: url(img/pg_info_200.jpg);
}

.contact {
	background-image: url(img/pg_contact_200.jpg);
}


