
/** BASIC */
html, body, div, span, applet, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
h2{
font-size:15px;
font-weight:bold;}

h2 a{
color:#432911;
text-decoration:underline;}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



body {
	color: #432911;
	vertical-align: bottom;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	padding: 0px;

}
a {
	text-decoration: none;
	color: #432911;
	border-bottom: 1px solid #EBA45E;
}

a:hover {
	border: none;
}

/** HEADER */

#header {
	background:url(images/header.jpg) no-repeat center;
	width: 860px;
	height: 237px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
ul#menu  {
	padding: 0;
	text-align: center;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	float: right;
	display: block;
	position: absolute;
	bottom: 20px;
	right: -24px;
	font-size: 17px;
	width: 674px;
	height: 26px;
}

ul#menu a  {
	padding: 0 3px 0;
	border: none;
	border-left: 1px solid #432911;
	color: #432911;
}
ul#menu li {
	display: inline;
}


#menu a:hover {
	color: #83895C;
}

#menu .first a {
	border: none;
}

/** CONTENT */

#maintext {
font-size: 14px;
}

#content {
	width: 861px;
	background-image: url(images/back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content * {
	line-height: 140%;
}

#columnA {
	float: left;
	width: 223px;
	line-height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;

}
#columnA img {
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}


#columnB {
	float: left;
	width: 560px;
	padding-left: 30px;

}

#columnB * {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #432911;
}
}

#columnB ul {
	list-style: inside circle;
}
#columnB li {
	list-style-position: inside;
	list-style-type: circle;
}

#columnB h1 {
	font-size: x-large;
	font-weight: normal;
}
#columnB p {
	font-size: 12px;
}

#sparoga {
	position: absolute;
	z-index: 999;
	right: -70px;
	bottom: -10px;
}


#columnB a {
	border-bottom-color: #EBD8B7;
	color: #432911;
	text-decoration:underline;
}
.style1 {
	font-size: 12pt
}
.style2 {
        font-size: 16px;
}
.style4 {font-size: 36px; }
.style5 {font-size: 12pt}
.style7 {
	font-size: 12pt
}
.style8 {font-size: 12px}
a:visited {
	color: #432911;
}
a:hover {
	color: #432911;
}
a:active {
	color: #000000;
}

/** FOOTER */

#footer {
	width: 860px;
	height: 30px;
	background: url(images/footer.jpg) no-repeat center top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;

	
}

