/* CSS Document */
BODY {
	SCROLLBAR-FACE-COLOR: #313031; 
	SCROLLBAR-ARROW-COLOR: #218221; 
	SCROLLBAR-BASE-COLOR: #218221;
	SCROLLBAR-DARKSHADOW-COLOR: #105108;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #218221;
	SCROLLBAR-TRACK-COLOR: #A1A1A1;
	text-align: center;
	margin: 10px;
	background-image: url(../images/startile.jpg);
	background-repeat: repeat;
}
#wrapper {
	position:relative;
	margin: auto;
	width: 760px;
	height: 99%;
	background-image: url(../images/tribal-design.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	left: 0px;
	top: 4px;
}
h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #A5829C;
}
a {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: underline;
	outline: none;
}
table {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #FFFFFF;
}
.boxes {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #000000;
}
#layout {
	background-image: url(../images/tribal-design.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#nav {
	background-image: url(../images/bottom-menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.border {
	border: 2px dotted #218221;
}
.small {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
.button {
	background-color: #107508;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

