/* Irene Chung */

body {
	color: #555555;
	text-decoration: none;
	font: 8pt/16pt century gothic, verdana, arial, sans-serif;
	font-weight: none;
	text-align: center;
}
#container {
	text-align: justify;
	padding: 0 25px;
	width: 840px;
	background: white url(container.gif) y-repeat center;
}
hr {
 	color: #555555;
}
#submenu {
	background: #eeeeee;
	width: 150px;
	position: absolute;
	margin-top: 5px;
	padding: 0 5px;
	border: 1px solid silver;
}
#content {
	position: relative;
	left: 155px;
	width: 630px;
}
#myinfo {
	text-align: right;
	position: absolute;
	width: 785px;
}
#header, #footer {
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	color: silver;
	margin: 0; 
	padding: 0px;
	font-weight: bold;
	letter-spacing: 4px;
}
#header {
	text-align: left;
}
#footer {
	text-align: center;
}
a:link {
  color: #555555;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #315252;
  text-decoration: none;
  font-weight: bold;
}
a:active, a:hover {
  color: silver;
  text-decoration: none;
  font-weight: bold;
}
#submenuLink {
	display: normal;
}
#sectionHeader {
	text-align: right;
	font-weight: bold;
}
#caption {
	margin-top: 5px;
	text-align: center;
}