﻿/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	background-color: #ffffff;
	background-image:url(../images/interface/background.gif);
	background-repeat: no-repeat;
	height: 100%;
}

h1 {

}

p {

}

img {
	border: 0;
}

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

a:link,
a:visited {
	color: #806346;
}

a:hover {
	text-decoration:underline;
}

#container {
	background-color:#fff;
	margin-top: 86px;
	margin-left: 390px;
	width: 575px;
	height: 100%;
}
#title {
	color: #806346;
}
.biggest {
	text-indent: -8px;
	font-size: 68px;
	letter-spacing: -4px;
	line-height: 66px;
}
.bigger {
	font-size: 28px;
}
.big {
	font-size: 16px;
	line-height: 26px;
}
#content {
	padding-left: 118px;
}
#footer {
	position: absolute !important;
	position/**/: relative;
	bottom: 0;
	width: 100%;
	background-color: #8d191f;
	color: #ffffff;
	height: 38px;
	text-indent: 12px;
	border-bottom:#000000;
	border-bottom:thick;
}
a.white {
	color:#FFFFFF;
}