@charset "UTF-8";
/* CSS Document */

#header {
width: 250px;
height: 25px;
top: 25px;
left: 50px;
position: absolute;
border: 0px;
}

#menu {
width: 100px;
height: 500px;
top: 75px;
left: 50px;
position: absolute;
border: 0px;
}

#menu a {
text-decoration:none;
border: 0px;

}

#footer {
	width: 760px;
	height: 27px;
	top: 632px;
	left: 196px;
	position: absolute;
}

#gallery {
	width: 900px;
	height: 550px;
	top: 69px;
	left: 171px;
	position: absolute;
	border: 0px;
}
