/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background: #000000;
	color: #000000;
	font: 12px Verdana,Arial,Geneva,Helvetica,Sans-Serif;
}
a{
	color: #999999;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	background: #ffffff;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
/*=== Header ===*/
#header{
	height: 65px;
	line-height: normal;
	padding: 0 0 0 0
}
/*- Logo -*/
#header h1{
	float: left;
	height: 60px;
	font-size: 40px;
	font-weight: normal;
	padding: 5px 0 0 38px;
}
#header h1 a{
	color: #000000;
}
#header h1 a:hover{
	text-decoration: none;
}
/*- Slogan -*/
#header p#p01{
	font-size: 24px;
	text-align:right;
	height:30px;
	color: #666666;
	padding:10px 10px 0 0;
}
#header p#p02{
	font-size: 12px;
	text-align:right;
	color: #000000;
	padding:0 10px 0 0;
}

/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	height: 26px;
	border-bottom: 2px solid #f2f2f2;
	background: #000000;
	font-size: 10px;
	text-transform: uppercase;
}
#nav1 ul{
float: right;
}
#nav1 li{
	float: left;
	line-height: 26px;
}
#nav1 li a{
	color: #fff;
	display: block;
	float: left;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 10px;
}
#nav1 li#n01 a:hover, #nav1 li#n01.active a{
	color: #82FD82
}
#nav1 li#n02 a:hover, #nav1 li#n02.active a{
	color: #00FFCC
}
#nav1 li#n03 a:hover, #nav1 li#n03.active a{
	color: #FF3535
}
#nav1 li#n04 a:hover, #nav1 li#n04.active a{
	color: #FFA200
}
#nav1 li#n05 a:hover, #nav1 li#n05.active a{
	color: #FF15FF
}
#nav1 li#n06 a:hover, #nav1 li#n06.active a{
	color: #D18CFF
}
#nav1 li#n07 a:hover, #nav1 li#n07.active a{
	color: #FFF000
}
#nav1 li a:hover{
	text-decoration: none;
}
/*=== Picture Placeholder (Fixed Height) ===*/
.pics{
	height: 600px;
}
.pics img{
	float: left;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding:5px 0 0 0;
	font-style: normal;
	font-weight: normal;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: none;
	color: #CCCCCC;
}

#bio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/karenbio1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 520px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 280px;
	padding-bottom: 25px;
}
#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	height: 298px;
	padding-top: 120px;
	padding-left: 300px;
}
