@charset "UTF-8";

/* Body */


body {
	margin: 0;
	background: #fff url(../img/beach.jpg) repeat-x;
	color: #000;
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a img {
	border: none;	
}

img, div { 
	behavior: url(iepngfix.htc); 
	
}


/* Container */

#container {
	margin: 0 auto;
	width: 900px;

	
}


/* Header */

#header {
	width: 900px;
	height: 58px;
	background: url(../img/title.png) no-repeat;
	
}


/* About Becki */

#aboutBecki {
	float: left;
	width: 660px;
	padding: 5px;
	color: #000;

}

#aboutBeckiLinks {
	float: left;
	width: 200px;
	padding: 5px;
	color: #fff;
	min-height: 200px;

}

/* Weather */

#weather {
	float: left;
	width: 240px;
	padding: 5px;

}

/* Listngs */

#listings {
	float: left;
	width: 640px;
	padding: 100px 5px 0 5px;
	color: #000;

}
	
	
/* Footer */


#footer {
	clear: both;
	margin-top: 10px;
	width: 900px;
	height: 50px;
	text-align: right;
}

#footer a {
	color: #fff;
	
}

#footer img {
	padding-left: 5px;
	
}



/* Common Elements */


a {
	color: #8D0038;
	text-decoration: none;
		
}

a:hover {
	color: #AB284B;
	text-decoration: underline;
}	

a:visited {
	color: #000;
	text-decoration: underline;
}

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

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #8D0038;
	padding-left: 10px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-left: 10px;
}

p {
	padding-left: 10px;
}	

ul {

    line-height: 18px;
    list-style-type: disc;
    
}

img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;	
}

img.left {
	float: left;
	display: inline;
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;	
}