body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/bg_pink_horizontal.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#wrapper1 {
	position:relative;
	text-align:left;
	width: 900px;
	background-image: url(../images/bg_site.gif);
	background-repeat: no-repeat;
	background-position: center top;	
	margin: 0 auto;
	min-height:604px;
	height:auto; !important
	height:604px;	
}

#header {
	width: 900px;
	height: 125px; /*135 - 27*/
	text-align: center;
	padding-top: 10px;	/* 27px */
}

#navigation {
	width: 798x; /*900 - 102*/
	height: 29px; /*39 - 10 */
	padding-left: 102px;
	padding-top: 10px;
}

#address {
	width: 745px;  /* 900 - 155 */
	height: 22px;  /* 62 - 40 */
	font-size: 11px;
	vertical-align: bottom;
	margin-top: 40px;
	margin-left: 155px;
	color: #333;
}

#address a,
#address a:link,
#address a:visited 
{
	color: #333;
}



#contentwrapper {
	width: 900px;
	background-image: url(../images/content_middle_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 320px;
	min-height:400px;
	height:auto; !important
	height:400px;	
	padding: 0;
	
}

#content {
	width: 460px;
	margin: 40px 125px 20px 318px;
	padding-bottom: 10px;
	border: 0;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
}

#content a,
#content a:link,
#content a:visited {
	color: #000;
}

.classhighlight {
	color: #e893b4;
	font-weight: bold;
	font-style: italic;
}

#contentbottom {
	clear: both;
	padding: 0;
	margin: 0;
	background-image: url(../images/content_middle_bg.gif);
	background-repeat: no-repeat;
	background-color: #fff;	
	height: 14px;
}


#footer {
	clear: both;
	padding: 0;
	margin: 0;
	position: relative;
	width: 900px;	
	background-color: #fff;
	border: 0;
	height: 40px;
}

#copyright {
	position: relative;
	float: left;
	width: 415px;
	height: 26px;
	font-size: 10px;
	color: #404040;
	margin-top: 5px;
	text-align: left;
	padding-left: 35px;
}

#design48 {
	position: relative;
	float: left;
	width: 415px;  /* 450 - 35 */
	font-size: 10px;
	color: #404040;
	margin-top: 5px;
	text-align: right;
	padding-right: 35px;
}

#design48 a,
#design48 a:link,
#design48 a:visited {
	color: #404040;
}

hr {
	color: #000;
	background-color: #000;
	height: 1px;
	border: 0px;
}

.tableprices {
	font-size: 13px;	
}

.tableprices .description {
	background-color: #ffe5ef;
	border-top: 1px #000 solid;
	border-right: 1px #000 solid;	
}

.tableprices .descriptiontop {
	background-color: #ffe5ef;
	border-right: 1px #000 solid;	
}

.tableprices .price {
	border-top: 1px #000 solid;
	font-weight: bold;	
}

.tableprices .pricetop {
	font-weight: bold;	
}

.note {
	font-size: 11px;
}

.homespacing {
	height: 50px;
}