body{
	font: 11px Verdana;
}

.mistake {
	font: 0.70em Verdana;
}

#wrap {
	width: 660px;
	margin: 0px auto 0px auto;/* top, right, bottom, left */
}
#contain {
	width: 100%;
	height: 100%;
	margin: 0px auto 0px auto;/* top, right, bottom, left */
	background: url(../images/pagebg.png) no-repeat;
}
#containph {
	width: 100%;
	height: 100%;
	margin: 0px auto 0px auto;/* top, right, bottom, left */
	background: url(../images/photogallerybg.png) no-repeat;
}
.home{
	background-image: url(../images/bg_diningrm.jpg);
	background-position:top center;
	background-color: #ffffff;
	background-repeat: no-repeat;
}
body.contact{
	background-image: url(../images/bg_greenhouse.jpg);
	background-position:top center;
	background-color: #ffffff;
	background-repeat: no-repeat;
}
.history{
	background-image: url(../images/bg_fallhouse.jpg);
	background-position:top center;
	background-color: #ffffff;
	background-repeat: no-repeat;
}

.service{
	background: url(../images/bg_office.jpg);
	background-position:top center;
	background-color: #ffffff;
	background-repeat: no-repeat;
}

.photo{
	background-image: url(../images/bg_flowers.jpg);
	background-position:top center;
	background-color: #ffffff;
	background-repeat: no-repeat;
}
#header{
 width: 100%;
 height: 285px;
}
#pheader{
 width: 100%;
 height: 190px;
}
#logo{
	width: 100%;
	float: left;
}
#mlogo{
	width: 47%;
	float: left;
}
#photo{
	width: 53%;
	float: left;
}
#gen {
	float:left;
	width:50%;
	padding-left: 20px;
	margin: 50px auto 0px auto;
}
#photogal {
	float:left;
	width:100%;
	margin: 50px auto 0px auto;
}
#info {
	margin: 50px auto 0px 15px; /* top, right, bottom, left */
	float:left;
	width:38%;
}
#clear {
	clear:both;
}
#music{
	width: 300px;
	margin: 60px 15px 0px auto; /* top, right, bottom, left */
	float:right;
}
#nology{
	margin: 55px 15px 0px auto; /* top, right, bottom, left */
}
#nologyhome{
	margin: 65px 15px 0px auto; /* top, right, bottom, left */
}
#footer {
	width: 100%;
	height: 206px;
	background-image: url(../images/bottom.png);
}	

/* Font Styling */

.out {color: #02ac91}

a:link{
	text-decoration: none;
	color: gray;
}
a:visited{
	text-decoration: none;
	color: gray;
}
a:hover{
	text-decoration: underline;
	color: orange;
}

/* Label */

label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
p { clear: both; }
.submit { margin-left: 12em; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; color:#FF0000;}