* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 90%/1.4 Trebuchet MS,sans-serif;
	text-align: center;
	background: #fff;
	color: #000;
	}

a img {
	border: none;
	}
	
.clear {
	clear: both;
	}
	
/* LAYOUT */
#wrapper {
	text-align: left;
	width: 750px;
	margin: 20px auto;
	background: url(../images/wrapper-bg.png) 0 0 repeat-y;
	position: relative;
	min-height: 580px;
	}
	
#inner {
	min-height: 560px;
	}
	
#home #inner {
	background: url(../images/debra-bg.jpg) 100% 100% no-repeat;
	}
	
#biography #inner {
	background: url(../images/debra-bg-biog.jpg) 100% 100% no-repeat;
	}
	
#contact #inner {
	background: url(../images/debra-bg-contact.jpg) 100% 100% no-repeat;
	}
	
#header {
	min-height: 76px;
	}
	
#left {
	clear: both;
	width: 350px;
	margin-left: 100px;
	padding-top: 5px;
	float: left;
	}
	
#home #left {
	padding-top: 28px;
	}
	
#right {
	margin-left: 470px;
	text-align: center;
	position: relative;
	top: 5px;
	}
	
#footer {
	clear: both;
	border-top: 5px solid #33c;
	}

/* LOGO */
h1:before {
	display: block;
	content: url(../images/debra-leigh.gif);
	}
	
h1 {
	height: 314px;
	width: 64px;
	overflow: hidden;
	line-height: 1;
	position: absolute;
	bottom: 30px;
	left: 15px;
	}

/* HEADER */
#home #header {
	background: url(../images/header-home-bg.png) 0 0 no-repeat;
	}
	
#biography #header {
	background: url(../images/header-biography-bg.png) 0 0 no-repeat;
	}
	
#presenting #header {
	background: url(../images/header-presenting-bg.png) 0 0 no-repeat;
	}
	
#voice #header {
	background: url(../images/header-voice-bg.png) 0 0 no-repeat;
	}
	
#acting #header {
	background: url(../images/header-acting-bg.png) 0 0 no-repeat;
	}
	
#contact #header {
	background: url(../images/header-contact-bg.png) 0 0 no-repeat;
	}

/* TOP MENU */
#topmenu ul {
	list-style-type: none;
	position: absolute;
	top: 19px;
	right: 0;
	}
	
#topmenu li {
	float: left;
	padding-left: 15px;
	background: url(../images/menu-divider.png) 0 5px no-repeat;
	margin-left: 5px;
	font-size: 105%;
	line-height: 1;
	}

#topmenu li.first {
	padding-left: 0;
	margin-left: 0;
	background: none;
	}
	
#topmenu li a {
	text-decoration: none;
	color: #06f;
	}
	
#topmenu li a:hover, #topmenu li a.active {
	color: #33c;
	}

/* LEFT */	
#left h2 {
	font-size: 120%;
	}
	
#left p {
	margin-bottom: 1em;
	}
	
#left .gallery {
	list-style-type: none;
	}
	
#left .gallery li {
	float: left;
	width: 33%;
	margin-bottom: 10px;
	}
	
#presenting #left ul, #voice #left ul, #acting #left ul {
	margin: 0 0 10px 25px;
	}

#presenting #left li {
	margin-bottom: 10px;
	}
	
#contact #left .contact {
	background: url(../images/contact-bg.png) 0 0 no-repeat;
	color: #3333CC;
	padding: 115px 20px 0 20px;
	min-height: 236px;
	margin-top: 60px;
	}
	
.contact ul {
	list-style-type: none;
	}
	
#contact #left .contact p, #contact #left .contact li {
	font-size: 120%;
	}
	
#contact #left .contact p {
	margin-bottom: 10px;
	}
	
.contact li {
	padding-left: 20px;
	}
	
.contact li.tel {
	background: url(../images/icon-tel.png) 0 6px no-repeat;
	}
	
.contact li.mob {
	background: url(../images/icon-mob.png) 0 8px no-repeat;
	}
	
.contact li.email {
	background: url(../images/icon-email.png) 0 7px no-repeat;
	}
	
.contact li a {
	text-decoration: none;
	color: #06f;
	}
	
.contact li a:hover {
	color: #33c;
	}

/* RIGHT */
#right #youtube {
	margin-bottom: 20px;
	}
	
#right ul {
	list-style-type: none;
	margin-bottom: 20px;
	}
	
#right li {
	margin-bottom: 10px;
	}
