.cSubTemplate {
}

.cLeft {
	width: 485px;
	float: left;
}

.cMain {
	width: 425px;
	float: right;
	position: relative;
}

.cBorder {
	width: 460px;
	position: absolute;
	bottom: 0px;
	float: left;
	clear: left;
	padding-left: 25px;
}

A.picnav {
	display: block;
	position: relative;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 35px;
	color: black;
	background: none;
	font-weight: bold;
}

A.picnav .odd {
	color: white;
}

A.picnav:hover {
	background: none;
}

A.picnav .caption {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 275px;
	height: 75px;
	text-align: left;
	letter-spacing: -2px;
}

.cTwit {
	right: 0px;
	top: 0px;
	text-align: right;
	margin-bottom: -22px;
	z-index: 101;
	position: absolute;
}

.cTwit A {
	display: block;
	width: 22px;
	height: 22px;
	margin-left: 6px;
	float: right;
	overflow: hidden;
}

.cTwit A.twit-link {
	background: transparent url('../res/twit.png') no-repeat left center;
}

.cTwit A.fb-link {
	background: transparent url('../res/fb.png') no-repeat left center;
}

.cTwit A.fb-link:hover
.cTwit A.twit-link:hover {
	background-color: transparent;
}


