@charset "UTF-8";

/* CSS Document */

body {
	font-family: Garamond, Georgia, Tahoma, Geneva, sans-serif;
	min-width:1040px;
	width:1040px;
	background-color:#eee;
}

#wrapper {
	background-color:#fff;
	margin-top:-30px;
	margin-bottom:-20px;
	padding-bottom:40px;
	padding-top:30px;
	margin-left:50px;
	padding-left:10px;
	padding-right:10px;
	width:700px;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}

#header {
	background-color: #D1D0CE;
	margin-top:-30px;
	padding-top:30px;
	margin-left:-10px;
	padding-left:10px;
	margin-right:-10px;
	padding-right:10px;
}

#proj {
	font-size: 12px;
	text-align:center;
}

#name {
	text-transform: lowercase;
	text-align:right;
	font-size: 10px;
	padding-right: 30px;
}

.box {
	border-bottom: 1px #000 dashed;
}

#examples {
	border-bottom: none;
}

.description {
	padding-left:15px;
	border-left:1px #C0C0C0 dashed;
	text-transform:lowercase;
	font-size:14px;
}

.description u {
	letter-spacing:2px;
}



h3 {
	font-size: 18px;
	text-transform:lowercase;
}

h4 {
	text-transform:uppercase;
	margin-bottom:-10px;
}

.info {
	text-align:right;
}
#highlows {
	padding-bottom:20px;
	border-bottom: 1px #D1D0CE dashed;
	
}

img {
	width: 100%;
}

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px #000 dashed;
}
