@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	color: #adbb85;
	background: #020202 url(/lib/img/teawars/texture.png) center no-repeat fixed;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

.uppercase {
	text-transform: uppercase;
}

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

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

#header {
	padding-top: 300px;
	background: transparent url(/lib/img/teawars/montage.png) center 50px 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: #aeea05;
	text-decoration: none;
	border-bottom: 1px dotted #aeea05;
	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/teawars/footer.png) top no-repeat;
	font-size: 10px;
	text-align: center;
	color: #adbb85;
}

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

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

blockquote {
	width: 75%;
	margin: 0 auto 35px;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
}


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

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

