html, body {
	font-family: "Myriad Web", Georgia, serif;
	text-align: left;
	color: #171717;
	background-color: #483A3A;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
	line-height: 150%;
}

a, a:link, a:visited { 
	color: #008080;
	text-decoration: none;
}

a:hover {
	color: #8F311A;
}

img { border: 1px solid #ccc; }

h2 {
	width:100%;
	clear: both;
	font-size: 110%;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #E4D5BF;
	color:#8F311A;
}

span.website { font-style: italic; }
span.date { color: #008080; }
span.company { font-weight: bold; }

/*---:[ Content Section ]:---*/
#toolbar { 
	position: absolute; 
	top: 0; left: 0; right: 0; 
	width: 100%; 
	height: 25px; 
	background: #5B6671; 
	color: #000; 
	border-bottom: 1px solid #779292; 
	font-size: 12px;
	line-height: 150%;
}
#toolbar a, #toolbar a:link, #toolbar a:visited { color: #000; font-size: 12px; }
#toolbar div { float: left; margin-left: 20px; cursor: pointer; height: 22px; padding: 3px 5px 0px 27px; }
#toolbar #home { background: transparent url(images/home.png) 6px 4px no-repeat; }
#toolbar #zoom { background: transparent url(images/zoom.png) 6px 4px no-repeat; }
#toolbar #download { background: transparent url(images/download.png) 6px 4px no-repeat; }
#toolbar #print { background: transparent url(images/print.png) 6px 4px no-repeat; }
#toolbar div:hover { 
	background-color: #66737F !important; 
	border-left: 1px solid #4F5963; 
	border-right: 1px solid #4F5963; 
	padding: 3px 4px 0px 26px !important;
	background-position: 5px 4px !important;
}

#outer
{
	width: 760px;
	margin: 35px auto;
	background-color: #fff;
	padding: 40px;
	border: 1px solid #000;
}

#photo { float: left; }

/*---:[ Details Section ]:---*/
#details { float: left; }

#details h1 {
	font-size: 100%;
	margin: 8px 0px 0px 20px;
	font-weight: normal;
}
#details span {
	clear: left;
	float: left;
}
#details #name {
	color: #8F311A;
	font-size: 125%;
	font-weight: bold;
	font-family: "Flemish Script", "Caflisch Script Web", "Palatino Linotype", "Book Antiqua3", Palatino6, serif;
}
#details #title {
	font-style: italic;
}

/*---:[ Portfolio Section ]:---*/
#portfolio li { float: left; clear: both; margin-bottom: 15px; width: 100%; }
#portfolio ul li { margin: 5px 0px 0px 0px !important; }
#portfolio .website { float: left; clear: both; margin-right: 5px; }
#portfolio .accomplishments { float: left; clear: both; margin: 0; width: 100%; }

/*---:[ Skills Section ]:---*/
#skills strong { float: left; clear: both; }
#skills span.list { float: left; clear: both; margin: 5px 0px 5px 20px; }

