body{
	background: url('images/body-bg.gif');
	background-repeat: repeat; 
	background-position: top; 
	background-attachment: fixed;
	background-color: #FFFFFF;
	font-family: Verdana;
    font-size: 11px;
	color: #000000;}
	
b {
	color: #FEB60A;
	font-weight: bold;}
	
b2 {
	color: #5f0772;
	font-weight: bold;}
	
b3 {
	color: #FFFFFF;
	font-weight: bold;}

i {
	color: #B39AB8;}
	
i2 {    color: #5f0772;
        font-style:italic;
}

a:link, a:visited, a:active{
	color: #FEB60A;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;}
	
a:hover{
	color: #B39AB8;
	font-weight: normal;
	font-style: normal;
	padding: 0px; 
	text-decoration: line-through;}
	
#layout{
	width: 850px;
	margin: auto;
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #FEB60A;}

#header {
    background: url('images/header-bg.png');
    color: #FFFFFF;
	height: 120px; 
	margin: 0px;
	clear: both;
	text-align: center;
	align: center;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px}
	
.sidebar a:link, .sidebar a:visited, .sidebar a:active{
	font-family: trebuchet MS;
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	color: #FEB60A;
	font-weight: bold;
	cursor: crosshair;
	font-variant: small-caps;}
	
.sidebar a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	font-family: trebuchet MS;}

#content{
	background: #FFFFFF url('images/bg.gif') fixed;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;}
	
#footer{
	color: #F8F8F8;
	background: url('images/footer-bg.png');
	height: 50px;
	clear: both;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px}

#footer p {
	text-decoration: none;
    font-family: trebuchet MS;
    font-size: 11px;
    font-style: italic;
    text-align: center;
	color: #FFFFFF; 
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px}
	
#footer b {
	color: #91615F;
	font-weight: bold;}
	
.divider {
	font-size: 10px;
	background: url('images/catbg.png');
	color: #694256;
	font-family: 'monotype corsiva', 'times new roman';
	margin: 15px;
	padding: 0;
	border: 1px solid #FEB60A;
	line-height: 10px;
	display: block;}
	
td, tr {
	font-family: Verdana;
	background-color: #E3D3E7;
	border: 1px solid #B39AB8;
	font-size: 10px;
	margin: 0px;
	color: #000000;}
	
th {
	background: #FEB60A;
	border: 1px solid #5f0772;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	margin: 0px;
	font-weight: bold;
	color: #5f0772;}
	
quote {
	color: #000000;
	font-family: trebuchet MS;
	font-size: 11px;
	letter-spacing: 0px;
	font-weight: bold;}
	
table a:link, table a:visited, table a:active {
  color: #5f0772;
  text-decoration: none;
}

table a:hover {
  	color: #B39AB8;
	font-weight: normal;
	font-style: normal;
	padding: 0px; 
	text-decoration: line-through;
}