/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#006699;
	margin:0;
	padding:0;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#000;
}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000;
}
	
a:hover, a:active { 
	text-decoration: none; 
	color: #006699;
}
	
/*lay out divs*/

#container {
	width:600px;
	height: 750px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
}

#masthead {
	height:100px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}

#sidebar {
	float:left;
	width:90px;
	padding-left:6px;
}

#sidebar p {
	margin:5px;
	padding-bottom:5px;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
}

#work {
	float:right;
	width:490px;
	margin-left:1px;
}

#work img {
	border:solid thin #000;
}

#work h1 {
	font-size:14px;
	margin:5px 0 5px 15px;
}

#work h2 {
	font-size:12px;
	font-style:italic;
	margin:0 0 20px 15px;
}

#work table{
	width:460px;
	margin-left:15px;
}

#work table p{
	margin: 0 0 20px 0;
	vertical-align: top;
	font-size: 12px;
}