div, p, body {
	margin:0px;
	padding:0px;
	color:#333333;
	}
	
body {
	font-family:"Trebuchet MS",arial, sans-serif;
	font-size:12px;
	background-color:#bdbdbd;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-x;
	}

a {
	text-decoration:underline;
	color:black;
	}
	
a:hover {
	color:black;
	}

#banner {
	margin:auto;
	width:800px;
	height:123px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	color:white;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size:14px;
	text-align:center;
	}
	
#banner a {
	text-decoration:none;
	color:white;
	}
	
#banner a:hover {
	color: #d3d3d3;
	}
	
#content {
	width:800px;
	margin:auto;
	background-color:#ffffff;
	}
	
#content1 {
	width:184px;
	}
	
#content2 {
	padding:15px 25px 0px 0px;
	width:525px;
	float:right;
	line-height:18px;
	}
	
#content2 p {
	margin-bottom:15px;
	}
	
#content3 {
	width:50px;
	float:right;
	line-height:20px;
	padding: 15px 0px 0px 0px;
	font-weight:bold;
	}
	
#content3 a {
	text-decoration:none;
	color: #666666;
	}
	
#content3 a:hover {
	color:#6699CC;
	border-bottom: 1px dotted #6699CC;
	}
	
#footer {
	width:800px;
	margin:auto;
	background-image: url(images/footer_bg.gif);
	background-repeat:repeat-x;
	color:#000000;
	text-align:center;
	padding:5px 0px 5px 0px;
	}
	
#footer a{
	color:#000000;
	}
	
#clear {
	clear:both;
	padding:15px;
	}	

h1 {
	color: #491400;
	font-size:22px;	
	text-transform:uppercase;
	}
	
h2 {
	color: #491400;
	font-size:18px;
	}
	
h3 {
	color:#491400;
	font-size:14px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	}
	
	

h3 a {
	color: #8dac2f;
	border-bottom:1px dotted #8dac2f;
	text-decoration:none;
	}
	
h3 a:hover {
	
	}
	
.noline a {
	text-decoration:none;
	}
	
.noline a:hover {
	color: #6699cc;
	}

/* HIGHSLIDER */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}