body {
	margin: 0px;
	text-align: center;
	font-family:"Trebuchet MS";
	font-size: 62.5%;
	background: #B76372 url(../interface/bg.jpg) repeat-x;
}
.menu {
    font-family:"Trebuchet MS";
	font-size: 13px;
    color: #FCC42E;
	text-decoration: none;
    font-weight: bold;
}
.menu:hover {
    font-family:"Trebuchet MS";
	font-size: 13px;
	text-decoration: none;
    color: #FFFFFF;
    margin: 15px 0px 0px 0px;
    font-weight: bold;
}
.content {
    background: url(../interface/content_bg.gif) no-repeat;
}
.text {
    font-family:"Trebuchet MS";
	font-size: 13px;
    color: #000000;
	text-decoration: none;
}
.text:hover {
	font-family:"Trebuchet MS";
	font-size: 13px;
	text-decoration: none;
}
.text2 {
    font-family:"Trebuchet MS";
	font-size: 16px;
    color: #000000;
	text-decoration: none;
}
.text2:hover {
    font-family:"Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
}

.input { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 10px; background-color: rgb(255, 255, 255); }
.submit { font-family: Verdana,Geneva,Arial,Helvetica,sans-serif; font-size: 10px;}

a {text-decoration: underline; color: #000000; font-family:"Trebuchet MS";}
a:hover {text-decoration: underline;}

.contentslide{
width: 530px;
height: 193px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 530px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 530px; /*IE5 width*/
w\idth: 530px; /*IE6 width*/
}

.pagination a{
font-family: Arial, Helvetica, sans-serif; font-size: 1px;
text-decoration: none; 
color: #FFFFFF;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
font-family: Arial, Helvetica, sans-serif; font-size: 1px;
font-weight: bold;
text-decoration: none; 
color: #FFFFFF;
}

.code {BACKGROUND: #FFFFFF; BORDER-BOTTOM: #FFFFFF 0px solid; BORDER-LEFT: #FFFFFF 0px solid; BORDER-RIGHT: #FFFFFF 0px solid; BORDER-TOP: #FFFFFF 0px solid; COLOR: #000000; FONT: 14px verdana; FONT-WEIGHT: bold; WIDTH: 72px}

cite {
	background: url(../interface/quote.gif) no-repeat;
	color: #0000;
	display: block;
    font-family:"Trebuchet MS";
	font-size: 13px;
	padding-left: 28px;
}

.intro {text-decoration: none; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
.intro:hover {text-decoration: none; color: #FFFFFF;}
