/* CSS Document */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul, ol {
	list-style:none;
}
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1, h2, h3, h4, h5, Fh6, pre, code, td {
	font-size:1em;
}
/* Remove inconsistent (among browsers) default padding or margin */
ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, label, div, dd, dt, dl, table, tr, td, textarea, table li, table ul {
	margin:0;
	padding:0;
}
/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset {
	border:none;
}
/*a {text-decoration:none; color:#000000;}
a:hover {text-decoration:none; color:#FFFFFF;}*/ 
.clear {
	clear: both;
}
body {
	font-family:Arial;
	font-size:12px;
	text-align: center;
	background-color:#fbb73f
}
#site-wrapper {
	width: 900px;
	min-height:300px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width: 1025px;
	height:111px;
	float:left;
	background-image:url(http://www.pamelahannam.com/images/header.jpg);
	
	
}

/*#menu {
	height:42px;
	width: 1025px;
	float:left;
	background-image:url(http://www.pamelahannam.com/images/menu.jpg);
	text-align:left;
	padding:0 0 0 14px;
}*/


