@import url(undohtml.css);

html {
	background-color: #7F6B51;
	overflow: -moz-scrollbars-vertical !important;
	text-align: center;
}

body {
	width: 800px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 50px;
	color: #000;
}

p, li {
	font-size: 11px;
	margin: 12px 0;
	line-height: 140%;
	text-align: justify;
}

.fix_layout {
	clear: both;
	line-height: 1px;
	height: 1px;
}

/* HEADER */

#header {
	background: url(../images/logo.jpg) left bottom no-repeat;
	height: 150px;
	position: relative;
}

#header a, #footer a {
	color: #842F48;
	font-weight: bold;
	text-decoration: underline;
}

.send2 {
	background: url(../images/icon_email.gif) no-repeat;
	padding-left: 32px;
	position: absolute;
	left: 25px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	height:19px;
}

.back2 {
	background: url(../images/arrow_back.gif) right 8px no-repeat;
	padding-right: 15px;
	position: absolute;
	right: 25px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.back3 {
	background: url(../images/arrow_back.gif) right 8px no-repeat;
	padding-right: 15px;
	position: absolute;
	right: 25px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#header_back {

}

#info {
	position: absolute;
	bottom: 32px;
	right: 23px;
	font-size: 90%;
}

#info a {
	font-weight: normal;
}



/* FOOTER */

#footer {
	background: url(../images/footer_bg.jpg) right top no-repeat;
	height: 120px;
	font-size: 85%;
	position: relative;
	clear: both;
}

#footer_back {
	bottom: 20px;
}

#credit {
	position: absolute;
	left: 70px;
	top: 45px;
	font-size: 90%;
	color: #666;
}

#date {
	position: absolute;
	right: 25px;
	top: 45px;
	font-size: 90%;
	color: #666;
}



/* CONTENT */

#content {
	margin-top: 20px;
}

.square {
	clear: both;
}

.caption {
	font-size: 70%;
	line-height: 130%;
}

.lighter {
	color: #666;
}

/* General styles */

h2 {
	text-indent: -9000px;
}