/* Structure */body {	margin: 0;    padding: 0;    font-family: verdana, arial, helvetica, sans-serif;    background-color: #666666;    text-align: center;    }#container {    margin: 0px auto;    position: relative;    padding: 0 10px 0 10px;    width: 740px;    background: white;    text-align:left;	}#header {	padding: 0;	background: white;	text-align: center;	height: 120px;	width: auto;	}#header img {	margin-top: 10px;	}#photo {	background: white;	height: 150px;	width: auto;	}#photo img {	border: 1px solid #333333;	}#navbar {	background: white;	padding-top: 10px;	height: 30px;	width: auto;	}#content {	padding: 10px 5px 5px 5px;	background: white;	text-align: left;	height: auto;	width: auto;	border-top: 1px solid black;	}#contact {	padding-left: 3em;	padding-bottom: 1em;	background: white;	text-align: left;	height: auto;	width: auto;	}#copyright {	padding: 5px 5px 5px 5px;	background: white;	text-align: left;	width: auto;	border-top: 5px solid #990000;	}.thumbnail {	float: left;	width: 80px;	margin: 0 15px 15px 0;	padding: 5px;	}.clear {	clear: both;	}		/* Text */a {	text-decoration: none;	font-size: 80%;	font-family: verdana, arial, helvetica, sans-serif;	font-weight: bold;	color: #990000;	outline: none;	}a:visited, a:active {	color: #990000;	}a:hover {	color: #666666;	}strong, b {	font-weight: bold;	}p {	font-size: 85%;	line-height: 1.25em;	color: #333333;	}h1 {	font-size: 95%;	font-weight: bold;	color: #990000;	margin-top: 0;	margin-bottom: 0;	}#copyright p {	font-size: 75%;	line-height: 1.25em;	}#copyright a {	font-size: 100%;	}#contactlist ul {	margin-left: 0;	padding-left: 10px;	list-style-type: none;	font-family: Verdana;	font-size: 75%;	}#contactlist a {	font-size: 100%;	}#projectlist ul {	margin-left: 0;	padding-left: 10px;	list-style-type: none;	font-family: Verdana;	font-size: 75%;	}#projectlist a {	font-size: 100%;	color: #000000;	}#projectlist a:visited, a:active {	color: #000000;	}#projectlist a:hover {	color: #666666;	}.thumbnail p {	font-size: 65%;	line-height: 1.25em;	color: #333333;	}	
