/* colors
	yellow
	color: #d7c63a;
*/

p {
	color: white;
	line-height: 150%
}

a {
	color: #d7c63a;
}

/* Title Content area - logo, etc */
.titlecontent {
	
	/* text */
	color: white;
}

.titlecontent p {
	/*float: left;*/
	padding:0;
	margin:0;
	line-height: 100%
}

.titlecontent ul {
	float: right;
	margin:0;
	padding:0;
	padding-bottom:1em;
	padding-right:1em;
	list-style:square;
	/*list-style-image: url(images/bullet_triangle.gif);*/
	list-style-position:inside;
	line-height: 120%
}

/* Main Content area with gradient bg image */
.maincontent {
	/* bg */
	background: #1c1d1d url(./images/bg_grad.gif) repeat-x top;
	
	/* text */
	color: white;
}

/* Highlights Section */
p.highlights{
	padding-bottom: 0.0em;
	line-height: 100%
}

a.highlights{
	text-decoration: none;
	font-size: 0.8em;
	color: white;
	visibility: hidden;
}
a.highlights:hover{
	visibility: visible;
}
a img.highlights{
	visibility: visible;
}

/* For rotator gallery */
.container{
			position:absolute;
			width:542px;
			height:305px;
		}