*{
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: #FFF;
	background-attachment: scroll;
	background-image: url(../images/static/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
td {
	padding-bottom: 1px;


}
th {

}
ul {
	list-style-type: circle;
	line-height: 18px;

}
ol {
	list-style-type: decimal;
}

li {
	list-style-position: inside;
	padding-left: 20px;
	text-indent: -20px;
	margin-left: 10px;
}

hr {
	height:0px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #C3BBB8;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #e23121;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #e23121;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #543792;
	text-align: left;
	vertical-align: top;
	margin-bottom: 0px;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #704621;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #704621;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	margin-bottom: 2px;
}



a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
.img-left  {
	margin-right: 10px;
	border: 0px none #FFFFFF;
	float: left;
}
.img-right {
	margin-right: 10px;
	border: 0px none #FFFFFF;
	float: left;
}
.small {
	font-size: xx-small;
}
div#minimenu {
	width: 600px;
	position: absolute;
	margin-right: 0px;
	z-index: 4;
	margin-top: 0px;
	font-size: x-small;
	text-align: right;
	top: 36px;
	right: 12px;
	color: #000;
	visibility: visible;
	height: 20px;
	word-spacing: 17px;
}

div#menu {
	width: 880px;
	position: absolute;
	margin-right: 50px;
	z-index: 4;
	margin-top: 0px;
	font-size: 20px;
	text-align: center;
	top: 162px;
	right: 0px;
	color: #666;
	visibility: visible;
	height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#menu   a {
	color: #666;
	text-decoration: none;
	}	

div#menu   a:hover {
	color: #000;
	text-decoration: underline;
}

div#container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
	color: #000;
	z-index: 5;
	top: 0px;
	background-image: url(../images/static/middle.jpg);
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
div#content {
	width: 880px;
	position: absolute;
	margin-right: 50px;
	z-index: 4;
	margin-top: 0px;
	font-size: small;
	text-align: left;
	top: 230px;
	right: 0px;
	color: #000;
	visibility: visible;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

div#content  a{
	text-decoration: none;
}
div#content a:hover {
	color: #000000;
	text-decoration: none;
}
