/*********************************/
#container {
	background-color: #FFFFFF;
	height: 600px;
	width: 800px;
	margin-left: -400px;
	border: 1px solid #000000;
	position: absolute;
	left: 50%;
	top: 20px;
	background-image: url(images/background_clef.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*********************************CLASESS*************************/
.largeGold{
	font-family: Georgia;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	color: #847248;
	text-decoration: none;
}
.largeBlack{
	font-family: Georgia;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	color: #000000;
	text-decoration: none;
}
.bodyText{
	font-family: Georgia;
	font-size: 11px;
	font-style: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
.goldItalic{
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	text-transform: none;
	color: #847248;
	text-decoration: none;
	line-height: 16px;
}
.goldBolditalic{
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	text-transform: none;
	color: #847248;
	text-decoration: none;
	font-weight: bold;
}
.blackBold{
	font-family: Georgia;
	font-size: 11px;
	font-style: oblique;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
/*********************************Links*************************/
a:link {
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #847248;
	text-decoration: none;
}
a:visited {
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #847248;
	text-decoration: none;
}
a:hover {
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
