﻿
body {
	font-family: "Book Antiqua", Georgia, Times New Roman, serif;
	font-size: 1.0em;
	color: #2f0f1b;
	background: url(images/bg2.jpg) repeat-x left top #e9dacc;
	margin: 0;

}

p {
	margin-top: 0;
	line-height: 180%;
}

a {
	text-decoration: none;
	color: #f60;
}

a:hover {
	background: none;
}

#header {
	width: 800px;
	height: 134px;
	margin: 0 auto;

}
#content {
	margin: 0 auto;
	width: 550px;
	padding: 15px 20px 0 20px;
	text-align: justify;
}

.caption{
	font-size:75%;
	text-align: center;
}
#content img {
	margin: 0 auto;
	text-align: center;
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

}

.left {
	float:left;
}
.auth {
	margin: 0 auto;
	width: 155px;
	float:left;
}
#footer {
	font-family: "Book Antiqua", Georgia, Times New Roman, serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #feb;
	background: url(images/footer_bg2.jpg) repeat-x left bottom #e9dacc;
	height: 170px;
	margin: 0 auto;
	width: 100%;
	vertical-align: bottom;
}

#footer .byline {
	text-align: center;
	align: bottom;
	padding-top: 140px;
	text-shadow: black 0 0 0.2em;
}

#footer a {
	color: #fff;
}
