/* CSS Document */

* {
	margin:0;
	padding:0;
}
img {
	border:none;
}
body {
	text-align:center;
	font-size:75%;
}
#wrapper {
	width:750px;
	margin:0 auto;
	text-align:left;
	background-color:#FFFFFF;
}
#header h1 {
	position:relative;
	width:353px;
	height:24px;
	font-size:18px;
	overflow:hidden;
}
#header h1 span {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:100%;
	height:100%;
	background:url(sarahweartitle.gif) no-repeat;	
}
#header {
	padding:30px 0 10px 10px;
	border-bottom:#a0b6f0 6px solid;
}
/*--footer----------------------------------------------------------------------*/
#footer {
	background-color:#FFFFFF;
	text-align:center;
	padding:20px 0 10px;
	border-top:#999999 1px solid;
}
#footer ul {
	list-style:none;
}
#footer li {
	display:inline;
	padding:0 10px;
	border-left:#999999 1px solid;	
}
#footer li.linkleft {
	border-right:#999999 1px solid;	
}