.thePanel {
	width: 320px;
}

#homepagecontent {
	position:relative;
	width: 970px;
}

#pageheader {
	position: relative;
	height: 100px;
	padding: 9px;
}

#pageheaderleft {
	float: left;
}

#pageheaderright {
	float: right;
}


#buttonpanel {
	display: block;
}

#homepageimage {
	display: block;
}


/* center panels */

.panel1 {
	padding: 0px 0px 0px 10px;
        text-align: center;
}

.panel1fp {
	padding: 0px 0px 0px 10px;
        text-align: center;
        background-image: url(/images/greyback2.jpg);
	background-repeat: repeat-x;
        border-top: 1px solid #918F82;
}

.panel2 {
	padding: 0px 10px 0px 10px;
        text-align: center;
	border-left: 1px solid #918F82;
	border-right: 1px solid #918F82;
}

.panel2fp {
	padding: 0px 10px 0px 10px;
        text-align: center;
	border-left: 0px;
	border-right: 0px;
        border-top: 0px solid #918F82;
}


.panel3 {
	padding: 0px 10px 0px 0px;
        text-align: center;
}

.panel3fp {
	padding: 0px 5px 0px 0px;
        text-align: center;
        background-image: url(/images/greyback2.jpg);
	background-repeat: repeat-x;
        border-top: 1px solid #918F82;
}


/* changing sub-panels witin panel 1 */


.homepageselecter {
	height: 15px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #918F82;
}

.homepageselecterspacerl {
	border-right: 1px dotted #918F82;
}

.homepageselecterspacerr {
	border-left: 1px dotted #918F82;
}


.separator {
	background:center center url(/images/separator.gif) repeat-x;
}

.homepageItemHeader {
        font-family: "Georgia", Verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #7A0040;
	font-size: 75%;
}

.homepageItemHeader a {
        color: #7A0040;
}

.homepageItem{
        font-family: "Trebuchet MS", arial, helvetica, sans-serif;
        color: #303030;
        font-size: 80%;
}

.homepageItem a{
	font-weight: bold;
	color: #006C52;
}
