@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	background: url('img/slices/hdr-back.jpg') repeat-x;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#menu {
	background: url('img/slices/menu-back.jpg') repeat-x top left;
	height: 35px;
	padding-top: 9px;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
}

#menu a {
	color: white;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}

#menu a:hover {
	text-decoration:underline;
}

#text h1 {
	background: url('img/slices/bullet.jpg') no-repeat top left;
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	color:#555;
	padding-left: 22px;
	margin-top: 14px;
	margin-bottom: 6px;
}

#text h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color:#333;
	margin-top: 9px;
	margin-bottom: 6px;
	border-bottom: 1px solid #FF9933;
}
	
#text p, ul, li {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 2px;
}	

#text a, a:visited {
	color: #222;
	text-decoration:underline
}

#text a:hover {
	color: #A77C25;
}

.orange {
	color: #D3A239;
}

#footer {
	background: url('img/slices/foot-back.jpg') repeat-x;
	padding-top: 18px;
}

.ral {
	margin-left: 10px;
}	

.small {
	color:#555;
	font-size: 11px;
}
	