#links #div_aboutpageContent a
{
color:
	color: #00ff00;
	color: #AC3C7C;
	text-decoration: none;
}
#links #div_aboutpageContent a:hover
{
color:
	color: #D3ACC9;
	color: #CC0000;
	text-decoration: underline;
}

body {
	background-color: #FFCCCC;
	margin-top: 10px;
	margin-left: 20px;

}
#div_header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 113px;
}
#div_mainheader {
	background-image: url(images/mainheader.jpg);
	background-repeat: no-repeat;
	height: 157px;
}
#div_wrapper {
	margin-right: auto;
	margin-left: auto;

}
#div_homepage {
	background-image: url(images/homebg.jpg);
	background-repeat: no-repeat;
	height: 561px;
}
#div_aboutpage {
	background-image: url(images/aboutus_bg.jpg);
	background-repeat: no-repeat;
	height: 561px;
}
#div_nav{
	position:absolute;
	left:20px;
	top:122px;
	width:466px;
	height:27px;
	z-index:1;
	margin: 0px;
	padding: 0px;
}

#div_homepageContent {
	position:absolute;
	left:40px;
	top:183px;
	width:379px;
	height:489px;
	z-index:2;
	font-family: tahoma;
	font-size: .8em;
	line-height: 20px;
	color: #666666;
}
#div_aboutpageContent {
	position:absolute;
	left:40px;
	top:183px;
	width:697px;
	height:489px;
	z-index:2;
	font-family: tahoma;
	font-size: .8em;
	line-height: 20px;
	color: #666666;
}

#div_footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 47px;
	padding-top: 10px;
	font-family: tahoma;
	font-size: 0.6em;
	color: #666666;
	padding-left: 50px;
}
#div_mainbody {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	padding: 20px;
	width: 857px;
}

#div_pricesbody {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	padding: 40px;
	width: 740px;
	text-align: center;
}
.thumbnail
{
	float: left;
	width: 120px;
	height:130px;
	border: 1px solid #999;
	text-align:center;
	margin: 15px;
	padding-top:10px;

}
.clearboth { clear: both; }

.normaltext
{
	font-family: tahoma;
	font-size: .8em;
	line-height: 20px;
	color: #666666;
	text-align: justify;
}
.headingtext, h1
{
	font-family: tahoma;
	font-size: 1em;
	font-weight:bold;
	line-height: 20px;
	color: #666666;
	text-align: justify;
}
