@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em,  img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
font-size: 100.01%;
}
body {
line-height: 1;
background: #FAF0E6;
color: #333;
text-align: left;
font: 0.875em Georgia, Times New Roman, serif;
}
:focus {
outline: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
font-size: 100%;
}
a {
color: #968271;
text-decoration: none;
}
input[type="text"], input[type="password"] {
font-size: 100%;
padding: 0;
}
textarea {
font: 100% Georgia, Times New Roman, serif;
padding: 0;
}

#header {
	background: url(../img/top_navigation_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 80px;
	padding-left:80px;
	min-width:800px;
}
#header li {
	list-style:none;
	float:left;
	padding: 0 20px;
	display: block;
	margin-top: 62px;
}
#header li a, #header li span {
	font-family:Arial, Helvetica, sans-serif;
	color: #968271;
	font-weight: bolder;
	display: block;
	height:18px;
}
#header li a:hover, #header li span {
	background: url(../img/out.png) repeat-x;
}
#myphoto {
	float:left;
	width: 219px;
	text-align:right;
	height: 300px;
	background-image: url(../img/me_out.jpg);
	background-repeat: no-repeat;
	background-position: 100px 20px;
}
#about {
	display:block;
	margin: 20px 0 0 219px;
}
h3	{ 
	color: #968271;
	font-weight: bolder;
	font-size:inherit;
	background:url(../img/me.jpg) no-repeat -1000px -1000px;
}
#myphoto h3 {
	position: relative;
	top: 180px;
	right: 16px;
}
#about li, #contact li {
	list-style: inside;
	list-style-image: url(../img/bullit.png);
}
#contact {
	margin:20px 100px;
}
#contact ul {
	padding: 10px;
}
#myphoto:hover{
	background-image:url(../img/me.jpg);
}
.project {
	margin: 1em 1em 1em 0; 
}