body {
	margin: 0;
	font: 12px arial, serif;
	color: #666;
	line-height: 22px;
	background: #faf8f7;
}

a {
	color: #b5bd22;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* text styles */

h1{
	font: 28px "f", Arial, sans-serif;
	color: #51ada1;
}

h1 a{
	text-decoration: none;
}


/* header */

#container{
	margin: 25px auto;
	width: 908px;
}

#header{
	float: left;
	width: 908px;
	height: 119px;
}


/* nav */

#menu{
	float: left;
	width: 908px;
	height: 35px;
}

/* content */

#home{
	float: left;
	width: 908px;
	height: 508px;
}

#main{
	float: left;
	width: 908px;
	height: 508px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: none;
}

#main2{
	float: left;
	width: 908px;
	height: 508px;
	background-image: url(../images/blank_bg.jpg);
	background-repeat: none;
}

#about {
	float: left;
	width: 708px;
	height: 348px;
	padding: 80px 100px;
}

#services {
	float: left;
	width: 708px;
	height: 348px;
	padding: 80px 100px;
}

#brides {
	float: left;
	width: 858px;
	height: 458px;
	padding: 25px;
}

#contact {
	float: left;
	width: 708px;
	height: 348px;
	padding: 80px 100px;
}

.imgright{
	padding-right: 40px;
}

.imgleft{
	padding-left: 40px;
}

#footer{
	float: left;
	width: 908px;
	text-align: center;
	padding: 25px 0;
}