html {
	line-height: 18px;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

body {
	padding: 0px;
	margin: 0px;
}

object {
	z-index: -1;
}


#bigger {
	margin-top: 50px;
	padding: 15px 18px 15px 83px;
	height: 49px;
	background: url(images/whitetab.png) left top no-repeat;
	position: absolute;
	width: 245px;
	font-size: 14px;
	color: black;
	z-index: 1;
}

#overthis {
	width: 900px;
	margin: 0;
}

#overthis a:link {
	color: #9c00ff;
}

#overthis a:hover {
	color: #d74bff;
}


#copybox_top {
	height: 15px;
	background: url(images/rounded_top.png) left top no-repeat;
	position: absolute;
	width: 400px;
	margin: 50px 0 0 370px;
	z-index: 1;
}


#copybox {
	min-height: 80px;
	padding: 0px 15px 15px 15px;
	background: url(images/rounded_bottom.png) left bottom no-repeat;
	position: absolute;
	width: 370px;
	font-size: 11px;
	color: #000;
	margin: 65px 0 0 370px;
	z-index: 1;
}


.cblinks {
	color: #cecece;
}

.left 	{
	width: 290px;
	float: left;
	margin-right: 15px;
}

.right	{
	width: 60px;
	float: right;
}

#navigation {
	float: left;
	width: 250px;
	height: 12px;
	padding: 0;
	margin: 0;
}

.nav1 { width: 56px; }
.nav2 { width: 73px; }
.nav3 { width: 63px; }
.nav4 { width: 58px; }

#navigation a {
	float: left;
	height: 12px;
}

#navigation a#nav1 {
	width: 56px;
	background: url(images/work_btn.jpg) 0 0 no-repeat;
}

#navigation a#nav2 {
	width: 73px;
	background: url(images/bio_btn.jpg) 0 0 no-repeat;
}

#navigation a#nav3 {
	width: 63px;
	background: url(images/links_btn.jpg) 0 0 no-repeat;
}

#navigation a#nav4 {
	width: 58px;
	background: url(images/contact_btn.jpg) 0 0 no-repeat;
}


#navigation a#nav1:hover {
	width: 56px;
	background: url(images/work_btn.jpg) 0 -12px no-repeat;
}

#navigation a#nav2:hover {
	width: 73px;
	background: url(images/bio_btn.jpg) 0 -12px no-repeat;
}

#navigation a#nav3:hover {
	width: 63px;
	background: url(images/links_btn.jpg) 0 -12px no-repeat;
}

#navigation a#nav4:hover {
	width: 58px;
	background: url(images/contact_btn.jpg) 0 -12px no-repeat;
}

.spacer { 
background: url(images/three_spacer.jpg) no-repeat; 
	float: left; 
	width: 19px; 
	height: 11px;
}

#cv {
	float: left;
	width: 60px;
	height: 52px;
	background-color: aqua;
}

.cv1 { width: 60px; }

#cv a {
	float: left;
	display: block;
	height: 52px;
}

#cv a#cv1 {
	width: 60px;
	background: url(images/cv_btn.jpg) 0 0 no-repeat;
}


#cv a#cv1:hover {
	width: 60px;
	background: url(images/cv_btn.jpg) 0 -52px no-repeat;
}


#logo {
	background: url(images/wendycrockett.jpg) no-repeat;
	float: left;
	margin: 0 29px 25px 0;
	height: 15px;
	width: 171px;
}
