/* Site Layout and fonts */

body {
	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	background:url(images/posters.jpg);
	color:#000000;
	font-size:12px;
}
a {
	color: #113F6B;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0px;
}
h1 {
	font-size:24px;
	border-bottom:1px #113F6B solid;
	margin-bottom:5px;
}
h2 {
	color:#818181;
	font-size:18px;
	border-bottom:1px #113F6B solid;
	margin-bottom:3px;
}
h3 {
	color:#818181;
	font-size:16px;
	margin-bottom:3px;
}
h4 {
	color:#000000;
	font-size:14px;
	margin-bottom:3px;
}
.date {
	font-size:10px;
	color:#818181;
}
.memo {list-style-type:square; margin-bottom:5px;}

/* left menu */
.menupic {
	margin:2px 0px;
}

/* Employment Page */
.jobtitle {
	style:font-size:16px
}


/* Layout Containers */
div#container {
	position:relative;
	margin-top:5px;
}
div#bg {
	position:relative;
	
}
div#bodybox {
	position:relative;
	width:790px;
}

/* Left menu bar layer */
div#menu {
	position:absolute;
	width:180px;
}

/* Body layers */
div#frame {
	position:relative;
	background-color:#F7F8C7; /* Eggshell */
}
div#body {
	position:relative;
	left:180px;
	width:610px;
}
div#copy {
	padding:5px;
	text-align:justify;
}