/* Global styles for Poulsbo Getaways */
* {
margin:0px;
padding:0px;
}
body {
	background-color: #39496D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color:#CCCCCC;
}
a:visited {
	color:#CCCCCC;
}
table tr td a img{
border:none;
}
table tr td a{
text-decoration:none;
}
#pagewrapper {
	width:100%;
	text-align:center;
}
#width { /* sets page content width, keeps it centered */
	width:800px;
	margin:auto;
	background-image: url('../images/bg.gif');
	background-repeat: repeat;
	border:solid 2px #EEEEEE;
	margin-bottom: 10px;
}
#contentwrapper {
	background-image: url('../images/headerimg2.gif');
	background-repeat:no-repeat;
	text-align:left;
	padding-bottom:0px;
}
