body {
	margin: 0;
	background: url('images/bg.jpg');
	font-family: verdana;
	font-size: 8pt;
	color: #B3B3B3;
}

.big {
font-size: 12pt;
}


A:link, A:visited, A:active {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 2px solid;
}

A:hover {
	color: #707070;
	text-decoration: none;
}

.layout {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 699px;
}

.content {
	background: url('images/layout_07.jpg') no-repeat;
	width: 650px;
	font-size: 8pt;
	line-height: 20px;
	letter-spacing: 0pt;
	text-align: justify;
	padding: 10px 40px 10px 10px;
}

h1 {
	text-align: left;
	color: #FFFFFF;
	width: 100%;
	font-family: garamond;
	font-size: 18pt;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 3pt;

	line-height: 25px;
	margin: 0px 0px 0px 50px;
}

h2 {
	text-align: left;
	color: #FFFFFF;
	width: 100%;
	font-family: garamond;
	font-size: 14pt;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: 2pt;
    padding-left: 50px;
	line-height: 25px;
	margin: 0px 0px 0px 50px;
}

b, i, strong, em {
	color: #707070;
}

blockquote {
	background-color: #3C3C3C;
	color: #CCCCCC;
	padding: 10px;
	border: 1px dashed #CCCCCC;
}

#stats {
	background-color: #3C3C3C;
	color: #CCCCCC;
	padding: 10px;
	border: 1px dashed #CCCCCC;
}

.foot{
border: solid #3C3C3C 3px;
}