@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url('http://www.sorrisidecor.com/img/bg.jpg');
	background-repeat: repeat-x;
	background-color: #74c8b9;
	text-align: center;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #494b47;
	font-size: 13px;
}
h1 { 
	padding-bottom:2px;
	color:#0d3155; 
	font-weight:400;
	font-size:18px
}
a { color:#494b47; }
a:active { outline: none; }
p { 
	padding-top:5px;
	padding-bottom:5px;
	line-height:20px;
}
a:active { outline: none; }
#facebook {
	position:absolute;
	top:500px;
	float:right;
	margin-left:600px;
	z-index:255;
}
#tag { 
	position:absolute;
	top:0px;
	right:30px;
}
#wrapper {
	margin: 0 auto;
	width: 900px;
}
#header {
	background-image: url('http://www.sorrisidecor.com/img/logo2.jpg');
	background-repeat: no-repeat;
	text-align: center;
	width: 900px;
	height: 174px;
}
#menu {
	text-align: center;
	height: 45px;
}
#content {
	background-image: url('http://www.sorrisidecor.com/img/bodybg.jpg');
	background-repeat: repeat-y;
	width: 900px;
	padding-bottom: 20px;
	text-align: left;
	border-bottom: 20px solid #ffffff;
}
#top {
	background-image: url('http://www.sorrisidecor.com/img/pillowtop.jpg');
	background-repeat: no-repeat;
	height: 166px;
	text-align:left;
	margin-left:64px;
	padding-top:5px;
	padding-left:23px;
	padding-right:100px;
}
#bottom {
	background-image: url('http://www.sorrisidecor.com/img/bottom.jpg');
	background-repeat: no-repeat;
	height: 166px;
	text-align:left;
	margin-left:64px;
	margin-top:15px;
	padding-left:20px;
	padding-right:100px;
}
#footer {
	height:35px;
	padding-top:10px;
	line-height:25px;
}
#social {
	float:right;
	margin:50px 5px 0 0;
}
