/* main style sheet controling global elements */
body{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, sans-serif;
	color: #999999;
	background: #efefef url(../../graphics/background.gif) repeat-y center;
}
p{
	line-height: 17px;	
}
h1{
	height: 20px;
	width: 400px;
	background: url(../../graphics/subheading-bg.gif) no-repeat 0 14px;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #939393;
	padding: 4px 0px 0px 0px;
	clear: both;
}
h2{
	height: 20px;
	width: 400px;
	background: url(../../graphics/subheading-bg.gif) no-repeat 0 40px;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #939393;
	padding: 30px 0px 0px 0px;
	clear: both;
}

/* classes */
.small{
	font-size: 9px;
}
.cvdate{
	width: 100px;
	float: left;
}
.cvdesc{
	float: left;
	width: 300px;
	margin-bottom:4px;
}
.cvdesc a{
text-decoration:none;
color:#336699;
}
.cvdesc a:hover{
text-decoration:underline;
}

/* Layout elements */
#wrapper{
	margin: auto;
	width: 800px;
	padding-right: 65px;
	padding-left: 65px;
}
#header{
	width: 790px;
	padding-top: 10px;
	margin-bottom: 30px;
}
#navstrip{
	width: 790px;
	height: 32px;
	background: url(../../graphics/nav-div-line.gif) no-repeat;
	clear: both;
	margin-bottom: 60px;
}
#name{
	margin: 0;
	padding: 0;
}
#pageheading{
	float: left;
}
#navigation{
	width: 540px;
	float: right;
	text-align: right;
}
#navigation img{
	border-style: none;
}
#body{
	float: left;
	width: 400px;
	font-size: 12px;
	padding-left: 8px;
}
#bodywide{
	width: 392px;
	text-align: right;
}
#context{
	width: 352px;
 	min-height: 372px;
	background: url(../../graphics/contextimg-bg.gif) no-repeat 0 18px;
	float: right;
	padding-top: 0px;
}
#context-img{
	width: 352px;
	min-height: 338px;
	padding-top: 27px;
	text-align: center;
	vertical-align: middle;
	background: url(../../graphics/progress.gif) no-repeat center center;
}
a {
	border-style: none;
}
#footer{
	width: 100%;
	clear: both;
	margin: 20px 0px 0px 0px;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 18px;
	font-size: 9px;
	color: #b3b3b3;
/* border-top: 1px dashed #eaeaea; */	
	float: left;
}

