#header {
	position: relative;
	width: 800px;
	height: 125px;
	background-color: #FFFFFF;
	background-image: url(../images/newheader.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#wrapper {
	margin: auto;
	width: 800px;
	position: relative;
	background: #FFFFFF;
	padding: 15px;
	height: 1200px;
}
.companyname {
	font-size: 1.1em;
	color: #666666;
}

body {
	text-align: left;
	background-color: #B44965;
}
#content {
	background: #FFFFFF;
	position: relative;
	width: 535px;
	text-align: right;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	height: auto;
}
.companymain {
	position: relative;
	height: 120px;
	width: 529px;
	text-align: right;
	font: .7em Geneva, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.companyleft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 116px;
	width: 260px;
	position: relative;
}
.companyright {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 116px;
	width: 260px;
	position: relative;
}


#imgwrapper {
	float: left;
	position: relative;
	height: 700px;
	width: 250px;
	background-color: #FFFFFF;
	background-image: url(../images/newleftimage.jpg);
	background-repeat: no-repeat;
}
#content a:link {
	color: #B34864;
	text-decoration: none;
}
#content a:visited {
	color: #B34864;
	text-decoration: none;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B34864;
}
#content a:active{
	color: #B34864;
	text-decoration: none;
}

.introtext {
	font: 0.7em Arial, Helvetica, sans-serif;
	position: relative;
	width: 410px;
	display: block;
	top: 112px;
	color: #666666;
	float: left;
}
.companyouter {
	font: 0.7em Arial, Helvetica, sans-serif;
	position: relative;
	width: 420px;
	display: block;
	margin-bottom: 10px;
	top: 112px;
	height: 120px;
	border-bottom: 1px solid #EE4E72;
	margin-top: 7px;
}
.companydetails {
	position: relative;
	width: 185px;
	float: left;
	padding-right: 20px;
}
h2 {
	color: #B34864;
	font-size: 1.5em;
}
.companydetailsnew {
	position: relative;
	width: 162px;
	float: left;
	padding-right: 5px;
	height: 116px;
}


.clear {
	clear: both;
	height: 20px;
	width: 100%;
}

