body {
	margin: 0;
	background: url(../pics/background.gif) repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #3A1310;
}
body.popup {
	margin: 10px 10px 10px 0;
	background-color: #FFFFFF;
	background-image: url(../pics/back_popup.gif);
	background-repeat: repeat;
}
h1 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 20px; 
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 20px; 
}
h3 {
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	padding: 0 0 10px 20px; 
}
p {
	margin: 0;
	padding: 0 0 10px 20px;
}
p.small {
	font-size: 8pt;
}

a:link {
	font-weight: bold;
	color: #925647;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #925647;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #925647;
	text-decoration: line-through;
}
a:active {
	font-weight: bold;
	color: #925647;
	text-decoration: none;
}

#menu {
	background: url(../pics/header_back.gif) repeat-x top left;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu p {
	margin: 0;
	padding: 55px 0 0 20px;
}
#menu img {
	margin-right: 40px;
}

#content {
	width: 570px;
	margin: 10px 0px 40px 0px;
	padding: 0px;
	text-align: left;
}

#header {
	position: absolute;
	top: 46px;
	left: 590px;
}
#header p {
	margin: 0;
	padding: 0;
}
#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: right;
}

/* colors: 3A1310 925647 C7957A F0DDCE */
