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

body {
	color: #777777;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 120%;
	background: #FFCCFF;
	margin: 6px 0px 0px 0px;
}

h1 {
	color: #777777;
	font-size: 16px;
}

a {
	text-decoration: none;
	color: #777777;
}

a:hover {
	text-decoration: none;
	color: #FF66FF;
}

#container {
	position: absolute;
	width: 100%;
	background: #FFCCFF;
}

#liz-logo {
	background: url(../logo/liz_griffiths.jpg) no-repeat center;
	display: block;
	width: auto;
	text-indent: -9999px;
	height: 200px;
}

#bar {
	width: auto;
	height: 30px;
	background: url(../logo/bar_bgd.png) repeat-x;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 858px;
	height: auto;
	background: #FFFFFF;
	border-left: 1px solid #CCCC99;
	border-right: 1px solid #CCCC99;
	padding: 20px;
	white-space: normal;
}

#text {
	padding-left: 220px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 24px;
	color: #FF66FF;
	text-align: center;
	font-size: 12px;
	padding: 6px 0px 0px 0px;
	background: url(../logo/foot_bgd.png) repeat-x;
}
