﻿div.SubPageimageLeft {
	float: left;
	height: auto;
	width: auto;
	padding-right: 14px;
	padding-bottom: 14px;
	position: relative;
	left: -10px;
	background-color:Red;
	
}
div.SubPageimageRight {
	float: right;
	height: auto;
	width: auto;
	padding-bottom: 14px;
	background-color:Blue;
	padding-left: 14px;
}



.linkInner {
	
	color: #171717;
	font-size: 12px;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 12px;
	
	padding-top: 9px;
	padding-bottom: 9px;
	padding-right: 6px;
}
.linkInner:visited {
	color: #171717;
	text-decoration: none;
	font-weight: normal;
}
.linkInner:hover {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}


div.Subpage_Project_Content_textExt{
	background-repeat: no-repeat;
	float: left;
	margin-left: 25px;
	width:320px;
	margin-top:5px;
}