/* CSS Document */

html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
html, body {
height: 100%;
text-align: center;
}
body {
background-image: url(images/new-bg.gif);
font-family: Arial, Helvetica, sans-serif;
background-color: #cbc2be;
font-size: 12px;
}
p {
padding: 0;
margin: 10px 0 10px 0;
}
#div1 {
background-image: url(images/white-bg2.gif);
background-position: top center;
background-repeat: repeat-y;
min-height: 100%;
}
* html #div1 {
height: 100%
}
#div2 {
background-image: url(images/bg2.jpg);
background-position: top center;
background-repeat: no-repeat;
text-align: center;
}
#wrapper {
margin: 0 auto;
width: 758px;
}
#header {
height: 173px;
}
#content {
margin: 0 0 0 150px;
}
#leftcolumn {
 width: 150px;
 float: left;
 margin: 0;
}
#container {
	width: 604px;
	float: right;
} 
* html #container {
	width: 608px; 
	w\idth: 604px;
}
.containermain {
	width: 574px;
	padding: 10px 15px;
	margin: 0;
}
* html .containermain {
	width: 604px; 
	w\idth: 574px;
}
#footer {
height: 25px;
padding: 3px 0 0 0;
clear: both;
}
.clearit{
clear: both;
}
.leftimage{
float: left;
margin: -2px;
padding: 0;
}
.rightimage{
float: right;
margin: -2px;
padding: 0;
}
.text, .price, .contact, .portfolio, .services {
	text-align: justify;
	font-size: 12px;
}
.footertext{
	font-size: 11px;
	color: #818181;
}
a.footertext{
	font-size: 11px;
	color: #818181;
}
a.footertext:hover{
	font-size: 11px;
	color: #666666;
}
.footertext2{
	font-size: 10px;
	color: #919191;
}
.hyperlink {
	color: #df4900;

}
