/* Cynthia Chen - Personal Identity */


body {
	background: #ffc583 url(images/bg.jpg) top left repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #616161;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #ff901a;
}

a:link.gray {
	color: #616161;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #ff901a;
}

a:hover.nobar {
	text-decoration: none;
	border-bottom: 0px;
}

#container {
	margin: 0px;
	padding: 0px;
	width: 785px;
	position: absolute;
	z-index: 2;
}
#top {
	background: url(images/headbg.jpg) top left no-repeat;
	width: 777px;
	height: 54px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
}

#topnav {
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
}

#sidebar {	
	background: #ffd6a5 url(images/sidebar.gif) top left no-repeat;
	width: 237px;
	height: 536px;
	margin: 0px;
	padding: 0px;
	top: 54px;
	left: 0px;
	position: absolute;
	z-index: 1;
}

#sideblurb {
	width: 237px;
	top: 60px;
	left: 0px;
	margin: 0px 0px 10px 0px;
	position: absolute;
}

#sideblurb .p1 {
	font-size: 16px;
	color: #ff901a;
	margin: 0px 32px 0px 32px;
	width: 173px;
	font-weight: bold;
	line-height: 25px;
}

#sideblurb .p2 {
	font-size: 14px;
	color: #4e4e4e;
	margin: 0px 32px 0px 32px;
	width: 173px;
	line-height: 25px;
}

#sideblurb ul {
	list-style: none;
	margin: 5px 0px 0px 5px;
	}

p.blurb {
	margin: 0px 32px 0px 32px;
	width: 173px;

}

#intro {
	width: 540px;
	margin: 0px;
	top: 54px;
	left: 237px;
	position: absolute;
}

#bench {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	top: 54px;
	width: 500px;
	position: absolute;
}

img.bench {
	display: block;
	margin: 0px auto;
	margin-bottom: 15px;
}

p.quote {
    margin: 0px 0px 0px 35px;
    width:450px;
	font-size: 15px;
}

p.smalltext {
    margin: 0px 0px 0px 35px;
    width: 450px;
	font-size: 11px;
}

#contact, #about, #resume, #port {
	width: 458px;
	margin: 60px 20px 0px 42px;
}

#contact h3 {
	background: url(images/con_head.gif) no-repeat;
	width: 130px;
	height: 24px;
}

#contact h3 span, #about h3 span, #resume h3 span, #port h3 span {
	display: none;
}

#contact .p1, #about .p1, #port .p1, #web .p1 {
	margin-top: 40px;
}

#contact .p2, #about .p2, #port .p2, #web .p2 {
	margin: 0px;
}

#about h3 {
	background: url(images/about.gif) no-repeat;
	width: 94px;
	height: 24px;
}

img.right {
	margin: 25px 0px 11px 20px;
	display: block;
	clear: both;
}

#about h2 {
	font-size: 15px;
	color: #ff901a; 
	font-weight: bold;
}

#resume h3 {
	background: url(images/res_head.gif) no-repeat;
	width: 130px;
	height: 24px;
}

img.top {
	margin-top: 30px;
	margin-right: 20px;
}

.plussign {
	color: #ff901a;
	font-weight: bold;
}

.top5 {
	color: #ff901a; 
	font-weight: bold; 
	font-size: 16px;
}

#port h3 {
	background: url(images/port_head.gif) no-repeat;
	width: 140px;
	height: 24px;
}

