@import url("nav.css");

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

div#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-size: 11px;
}


div#content-wrapper {
	width: 760px;
	min-height: 620px;
	padding-left: 2px;
}

div#content {
	margin-left: 5px;
	padding: 30px 50px;
	width: 650px;
}

.home {
	text-align: right;
}

div#content p {
	margin-bottom: 15px;
}

.home-gallery-button {
	margin-top: 184px;
	margin-left: 180px;
	margin-right: 25px;
	float: left;
}

div#content-wrapper hr {
	clear: both;
	visibility: hidden;
}

div#content-end {
	background: url("../images/border-content-bottom.gif") no-repeat 0 0;
	height: 3px;
	width: 760px;
}

.hidden {
	position: absolute;
	left: -9999px;
}
