body {
	background-image: url(images/bg2.gif);
	min-width:750px;
	margin:0;
    padding:0;
}
#wrap {
    background:#FFFFFF;
    margin:0 auto;
    width:750px;
    }
#header {
	background:#FFFFFF;
	padding-top: 1em;
	padding-bottom: 1ex;
    }
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.5em;
	color: #666666;
	text-align: center;
}
#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC99CC;
    }
#nav li{
	display:inline;
	margin:0;
	padding:0 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	list-style-type: none;
	color: #999999;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	vertical-align: middle;
	}
#nav a {
	color: #999999;
	background: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#nav #currentpage a {
	color: #E8D9D9
}
#nav a:hover {
	color: #666666;
	background: #ffffff;
	text-decoration: none;
}
#nav a:visited {
	color: #999999;
	background: #ffffff;
}
#subnav ul{
	margin:0;
	padding:0 0 2em;
	list-style:none;
	text-align: center;
	background-color: #FFFFFF;
	}	
#subnav li{
	display:inline;
	margin:0;
	padding:0 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	list-style-type: none;
	color: #999999;
	text-decoration: none;
	text-transform: lowercase;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CC99CC;
	border-left-color: #CC99CC;
	}
#subnav a {
	color: #999999;
	background: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
#subnav #currentpage a {
	color: #E8D9D9
}
#subnav a:hover {
	color: #666666;
	background: #ffffff;
	text-decoration: none;
}
# subnav a:visited {
	color: #999999;
	background: #ffffff;
}
#main {
	background:#FFFFFF;
	margin: 0 auto;
	padding-right: 2em;
	padding-left: 2em;
	text-align: left;
    }
#footer {
	background: #FFFFFF;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: right;
	color: #CCCCCC;
	padding: .3em;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #999999;
	margin-top: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
.clear {
	clear: both;
}
a.pink:link {
	color: #cc66cc;
	background: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.pink:active {
	color: #cc66cc;
	background: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.pink:visited {
	color: #cc66cc;
	background: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a.pink:hover {
	color: #cc66cc;
	background: #ffffff;
	font-weight: bolder;
	text-decoration: none;
}

a.grey:link {
	color: #999999;
	background: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a.grey:active {
	color: #666666;
	background: #ffffff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
a.grey:visited {
	color: #999999;
	background: #ffffff;
	font-style: normal;
	text-decoration: none;
}
a.grey:hover {
	color: #666666;
	background: #ffffff;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.floatright {
	float: right;
	margin-top: 2em;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 2em;
	padding-top: 2em;
}
.floatright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #CCCCCC;
	text-align: right;
	line-height: 0.9em;
	padding-top: .5em;
}
.interview {
	font-style: italic;
	color: #666666;
}
