#site {
    width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
	background-image: url(bg_gg.jpg);
	background-repeat: repeat;
}

#site #header {
    width: 800px;
	height: 475px;
}

#site #content {
	width: auto;
	text-align: justify;
	padding-bottom: 20px;
	margin-top: -15px;
}

A:link {
	color: #B6AED5; text-decoration: none; font-weight: normal; text-transform: capitalize; border-bottom: 2px solid #000000;
}
A:visited {
	color: #B6AED5; text-decoration: none; font-weight: normal; text-transform: capitalize; border-bottom: 2px solid #000000;
}
A:active {
	cursor: help; text-decoration: none;
}
A:hover {
	cursor: help; color: #000000; font-weight: normal; text-transform: capitalize; border-bottom: 2px solid #B6AED5;
}

BODY {
	background-color: #ffffff;
	background-image: url(bg_gg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;

	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	line-height: 20pt;
	font-size: 11pt;
	color: #c0c0c0;
	font-style: normal;
	text-align: justify;
	text-decoration: none;
	letter-spacing: 1px;
}

h1 {
	font-family: Garamond;
	font-size: 20pt;
	font-style: italic;
	color: #3FA54F;
	text-align: left;
	font-weight: lighter;
	background-color: none;
	letter-spacing: 8px;
	text-transform: lowercase;
	padding-left: 25px;
}

h1:first-letter {
	font-family: Garamond;
	font-size: 20pt;
	font-style: italic;
	color: #C59757;
	text-align: left;
	background-color: none;
	letter-spacing: 8px;
	text-transform: uppercase;
	padding-left: 15px;
}

b {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #D8A0C3;
	text-transform: uppercase;
}

i {
	color: #9AB5E0;
	font-style: italic;
}

u {
	color: #DF453C;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #DF453C;
} 

.end {
	border-top: 1px dotted #c0c0c0;
	text-align: center;
}
