@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	color: #be8950;
	background: #030406 url(/lib/img/classified/gradient.png) bottom repeat-x;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

.ir {
	height: 0;
	overflow: hidden;
}

div.content {
	width: 800px;
	margin: 0 auto;
}

#header {
	padding-top: 600px;
	background: #030406 url(/lib/img/classified/montage.jpg) top no-repeat;
}

#intro {
	width: 800px;
	padding-top: 166px;
	margin: 0 auto 64px;
	background: transparent url(/lib/img/classified/intro_text.png) top no-repeat;
}

#bodytext p {
	text-align: justify;
	line-height: 155%;
}

#bodytext p {
	margin-bottom: 15px;
}

#bodytext p.larger {
	font-size: 150%;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

#bodytext a {
	display: inline-block;
	color: #e5d29c;
	text-decoration: none;
	border-bottom: 1px dotted #e5d29c;
	line-height: 110%;
}

#bodytext a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

div.image {
	float: left;
	margin: 5px 15px 5px 0;
	font-size: 10px;
}

#bodytext div.image p {
	margin: 0;
	text-align: center;
}

#bodytext div.image a {
	border: none;
}

#footer {
	margin-top: 50px;
	padding-top: 70px;
	background: transparent url(/lib/img/classified/footer.png) top no-repeat;
	font-size: 10px;
	text-align: center;
	color: #61472b;
}

#footer a {
	display: inline-block;
	line-height: 110%;
	color: #be8950;
	text-decoration: none;
	border-bottom: 1px dotted #be8950;
}

#footer a:hover {
	color: #e5d29c;
	border-bottom: 1px solid #e5d29c;
}

div.divider {
	width: 35%;
	height: 12px;
	margin: 50px auto;
	background: transparent url(/lib/img/classified/divider.png) center no-repeat;
}


/* Image viewer bit */
#exit a {
	display: inline-block;
	color: #e5d29c;
	text-decoration: none;
	border-bottom: 1px dotted #e5d29c;
	line-height: 110%;
}

#exit a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

