
#pageWrapper{
	padding:10px 0;
	color:#666;
}

/*
 * Page Name
 */
#pageName{
	font-size:1.8em;
}

/*
 * Location
 */
#pageLocation{
	padding-bottom:10px;
}
#pageLocation a{
	color:#666;
	text-decoration:none;
}
#pageLocation a:hover{
	text-decoration:underline;
}

/*
 * Page Descriptions
 */
#pageDescCols{
	overflow:hidden;
}
#pageInCatDesc{
	float:left;
	width:330px;
}
#pageEditableDesc{
	float:right;
	width:303px;
	padding-left:22px;
	border-left:1px dotted #999;
}

/*
 * Sub Categories
 */
.category-row{
	overflow:hidden;
	padding:10px 0 10px 10px;
}
.category-item{
	float:left;
	width:184px;
}
.category-item.middle{
	margin-left:34px;
	margin-right:34px;
}
.category-item-top{
	height:51px;
	background:url(../Design/siteCategoryTop.png) left top no-repeat scroll;
}
.category-item-mid{
	background:url(../Design/siteCategoryMid.png) left top repeat-y scroll;
	text-align:center;
}
.category-item-bot{
	height:12px;
	background:url(../Design/siteCategoryBot.png) left top no-repeat scroll;
}
.category-item-image{
	height:160px;
}
.category-item-name{
	padding:20px;
}
.category-item-name a{
	color:#666;
	font-size:1.2em;
	text-decoration:none;
}
.category-item-name a:hover{
	text-decoration:underline;
}
