* { padding:0; margin:0; font-family:Verdana,Arial;}
a:link {
	text-decoration:none;
}
body {
	background: url("../images/CONTENT.gif");
}
#wrapper {
	margin: 0 auto;
	width:100%;
	background: url("../images/SLICE.gif") repeat-x;
	padding-left:100px;
	
}
#header {
	background: url("../images/HEADER.gif") no-repeat;
	height: 187px;
}
#header h2 {
	visibility:hidden;
}
#login {
	font-size:10px;
	color:white;
	float:left;
	padding-top:10px;
}
#login a:link,a:visited  {
	color:white;
}
#login a:hover {
	color:blue;
}
#nav_menu {
	background:url("../images/MENU-BAR.gif") repeat-x;
	height: 41px;
	margin-top:-16px;
}
#menu {
	background: url("../images/MENU.gif") no-repeat;
	height:54px;
	width:282px;
	margin-left:597px;
	margin-top:-1px;
	padding-left:20px
}
#content {
	background:url("../images/CONTENT.gif");
	z-index: 0;
	position: relative;
	margin-top: 20px;

}

#adam {
	float:left;
	position:relative;
	margin-top:-35px;
}
#footer {
	font-size: 10px;
	color:white;
	text-decoration:none;
	margin-top:25px;
	position:relative;
	
}
#footer a:link {
	color:white;
}
#footer a:hover {
	color: blue;

}
ul li {
	list-style:none;
	display:inline;

}
#home a{
	background: url("../images/HOME_LINK.gif") no-repeat;
	width: 65px;
	height: 48px;
	display:block;
	float:left;

}
#contact a{
	background: url("../images/CONTACT_LINK.gif") no-repeat;
	height: 48px;
	width:95px;
	display:block;
	float:left;
	
}
#gallery a{
	background: url("../images/GALLERY_LINK.gif") no-repeat;
	height: 48px;
	width:91px;
	display:block;
	float:left;
}
#home a:hover {
	background-position:100% -48px;
}
#contact a:hover {
	background-position:100% -48px;
}
#gallery a:hover {
	background-position:100% -48px;
}
#gallery a:visited,#home a:visited,#contact a:visited {
	text-decoration:none;
}
a span {
	visibility: hidden;
}

p {
	padding-right:200px;
	text-align:justify;
	color:white;
	z-index:3;

}