html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 

#container {
	position: relative;
	top: 0px;
	width: 950px;
	background-color: #ffffff;
}

#banner {
	position: absolute;
	top: 0px;
	left: 642px;
	width: 308px;
	height: 50px;
	background-image: url(images/banner.gif);
}

#menu {
	position: absolute;
	top: 111px;
	left: 0px;
	width: 150px;
	height: 300px;
	text-align: left;
}

#slideborder {
	position: absolute;
	top: 51px;
	left: 151px;
	width: 799px;
	height: 600px;
	border: 1px solid black;
	text-align: left;
}

#galleriesText {
	position: absolute;
	top: 475px;
	left: 50px;
	width: 700px;
	height: 55px;
	text-align: left;
}

#bottomText {
	position: absolute;
	top: 657px;
	left: 750px;
	width: 200px;
	height: 15px;
	text-align: right;
}




A:link {text-decoration: none; color: 3d3d3d;}
A:visited {text-decoration: none; color: 3d3d3d;}
A:active {text-decoration: none; color: 3d3d3d}
A:hover {text-decoration: none; color: red;}
