body,
html {
	margin:0;
    padding:0;
    background:#fff;
    color:#363636;
	font-family:verdana, arial, sans-serif;
	font-size:0.9em;
	line-height: 1.6em;
	
    }
body {
    min-width:780px;
    }
a{
	color:#00AEEF;
	text-decoration:none;
}
a:visited{
	color:#00AEEF;
	text-decoration:none;
}
a:hover{
	color:#fff;
	BACKGROUND-COLOR: #00AEEF; 
	TEXT-DECORATION: none;
}
h3{
	font-family:georgia, serif;
	font-weight:normal;
	line-height: 1.6em;
	color:#8C6238;
	}
ul {
    padding:0 10px;
	list-style:outside;
    }
.clear {
	margin:0;
	padding:0;
	line-height:1px;
	height:0;
	clear:both;
}

/* structure */
#widewrap {
	border-top:dotted 1px #00AEEF;
	border-bottom:dotted 1px #00AEEF;
	margin:1px 0 2px 0;
	}
#wrap {
    background:#fff;
    margin:0;
    width:780px;
    }
#main {
    background:#fff;
    float:right;
    width:500px;
	margin:30px 0 0 10px;
    }
#sidebar {
    background:#fff;
    float:left;
    width:200px;
	font-family:georgia, serif;
	font-size:1em;
	line-height: 1.6em;
	color:#8C6238;
	margin:20px 30px 0 20px;
    }
	
#header {
    background:#00AEEF;
	padding:10px 0;
    }
#footer {
    background:#00AEEF;
	font-size:1px;
	line-height:1px;
	height:10px;
    }
	
/* header */
#blurb {
	color:#fff;
	margin-left: 410px;
	}
#birdhead {
	margin-right: 60px;
	font-family:Arial, Helvetica, sans-serif;
	}
#badge {
	float:right;
	}
	
/* sidebar */
#introduction{
	text-align:center;
}
.resume{
	margin-top:10px;
	text-align:left;
}
.portrait{
	margin:20px 0;
}

/* portfolio tables */
table {
	width:480px;
	margin-bottom:20px;
	}
caption {
	text-align:left;
	padding-bottom: 10px;
	}
th {
	color:#999;
	font-weight:bold;
	}
td, th {
	margin:0;
	padding:0;
	}
td {
	border-bottom: dotted 1px #00AEEF;
	line-height:160%;
	padding:5px 0;
	}
.centre_col {
	padding-left: 10px;
	padding-right: 10px;
	text-align:left;
	}
#copyright {
	text-align:center;
	font-size:.9em;
	color:#999;
	margin-bottom:10px;
	}
