body {
	text-align: justify;
	font-family : Verdana; 
	font-size: 11px;
	background: #c6cfd0 url(../images/master_background.jpg) repeat-x;
}

.coordinates-encloser {
	position: absolute;
	top: 2px;
	right: 14px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	bwidth: 156px;
	bheight: 8px;
}

.coordinates-header {
	background: url(../images/cap_top_small.gif) center bottom no-repeat;
	bposition: absolute;
	btop: 2px;
	bright: 14px;
	text-align: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 156px;
	height: 8px;
}

.coordinates {
	background: #E3E7EC url(../images/coordinates_bg.gif) top no-repeat ;
	bposition: absolute;
	btop: 10px;
	bright: 14px;
	text-align: right;
	border-right: 0px;
	border-left: 0px;
	width: 156px;
}

.coordinates-bottom {
	background: url(../images/cap_bottom_small.gif) center top no-repeat;
	bposition: absolute;
	btop:65px;
	margin: 0;
	bright:14px;
	width:156px;
	height:8px;
}

.small_bottom {
	background: url(../images/cap_bottom_small.gif) no-repeat;
	height: 10px;
	position: absolute;
	top: 0px;
	right: 15px;
}

.identity {
	position: absolute;
	top: -20px;
	left: 0px;
	text-align: left;
}

.identity img {
	border-color: white;
	margin-right: 10px;
	margin-top: 0px;
}

.title {
	background: url(../images/title.gif) center no-repeat;
	position: absolute;
	top: 110px;
	left: 0px;
	text-align: center;
	padding: 3px 0px 7px 0px;
	width: 558px;
}

a,a:visited {
	color: black;
}

a:active,a:hover {
	text-decoration: none;
	color: black;
}

.content {
	position: relative;
	top: 0px;
	left: 10px;
	margin-left:auto;
	margin-right:auto;
	width: 573px;
	padding-top: 140px;
}

.container-header {
	background: url(../images/cap_top.gif) center bottom no-repeat;
	padding: 0;
	margin: 0;
	width: 558px;
	height: 7px;
}

.container-bottom {
	background: url(../images/cap_bottom.gif) center top no-repeat;
	padding: 0;
	margin: 0;
	width: 558px;
	height: 7px;
}

.container {
	background: white;
	padding: 0px 0px 0px 0px;
	width: 558px;
	border-right: #71828a 0px solid;
}

.header {
	border-bottom: #71828a 1px solid; 
	margin: 0px 10px 10px 10px;
}

.experience-title {
	font-size: 11px;
	margin: 0px 10px 0px 10px;
}

.experience {
	border: #000000 0px solid; 
	margin: 0px 0px 0px 0px; 
	padding: 5px 50px 5px 30px;
}

.hidden {
	visibility: hidden;
}

.right-margin {
	margin-right: 10px;
}



/*  C A L T E C H   M E N U    */
.caltech-header {
	position: absolute;
	top:5px;
	left:0px;
	width:558px;
}

.caltech-header img {
	float: right;
	margin:0;
}

.no-float {
	float:normal;
}

.caltech-left {
	float:left;
	width: 300px;
	left:0px;
	padding:0;
	margin:0;
	background: transparent;
	white-space: pre;
}

.caltech-right {
	width: 300px;
	padding:0;
	background: transparent;
	text-shadow: 3px 3px 5px red;
	white-space: pre;
}

.code {
	background-color: #eeeeee;
	margin:0;
	padding:0;
	width: 650px;
	font-family: courier;
	border: 1px solid black;
	white-space: pre;
}

.experience ul li {
	llist-style-image: url(../caltech/images/earth.gif);
	list-style-type:disk;
	list-style-position:outside;
	list-style-position: outside;
	margin:5px 0px 10px 0px;
}

.experience ul {
	margin:0px 0px 0px 15px;
}

#caltech-menu {
	height: 80px;
}


/*border: width style(solid, double, groove, ridge, inset, outset) color */
/*display: inline| block| list-item| run-in| compact| marker| table| inline-table| table-row-group| table-header-group| table-footer-group | table-row | table-column-group | table-column | table-cell | table-caption | none | inherit*/
/*{ list-style: upper-roman inside }  Any UL */
/* UL > UL { list-style: circle outside }  Any UL child of a UL */