@charset "UTF-8";
body{
	padding:0px;
	text-align:center;
	color:#bba;
	font-family: georgia, serif;
	font-size: 80%;
	line-height: 140%;
	background-color: #E6E6E6;
	background-position: center;
}
h1,h2{
	letter-spacing:3px;
	text-transform:uppercase;
	font-family: 'helvetica neue', sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #858479;
}
h3{
	letter-spacing:3px;
	text-transform:uppercase;
	font-family: 'helvetica neue', sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #858479;
}
#wrapper {
	background-color: #F9F9F9;
	width: 810px;
	height:  705px;
	text-align: center;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#shadow-right {
	background-image: url(Assets/images/shadowr.jpg);
	position: absolute;
	background-repeat: repeat-y;
	width: 25px;
	height: 680px;
	left: 785px;
	top: 50px;
}
#shadow-left {
	background-image: url(Assets/images/shadowl.jpg);
	position: absolute;
	background-repeat: repeat-y;
	width: 25px;
	height: 680px;
	left: 0px;
	top: 25px;
}
#shadow-top {
	background-image: url(Assets/images/shadowt.jpg); position: absolute;
	background-repeat: repeat-x;  width: 760px;  height: 25px;  left: 25px;  top: 0px;
}
#shadow-topright {
	background-image: url(Assets/images/shadowtr.jpg); position: absolute;
	width: 25px;  height: 59px;  left: 785px;  top: 0px;
}
#shadow-topleft {
	background-image: url(Assets/images/shadowtl.jpg);  position: absolute;
	width: 25px;  height: 25px;  left: 0px;     top: 0px;
}
#shadow-bottomleft {
	background-image: url(Assets/images/shadowbl.jpg);
	position: absolute;
	width: 50px;
	height: 25px;
	left: 0px;
	top: 705px;
}
#shadow-bottom {
	background-image: url(Assets/images/shadowb.jpg);
	position: absolute;
	background-repeat: repeat-x;
	width: 735px;
	height: 25px;
	left: 50px;
	top: 705px;
}
#shadow-bottomright {
	background-image: url(Assets/images/shadowbr.jpg);
	position: absolute;
	width: 25px;
	height: 25px;
	left: 785px;
	top: 705px;
}

#dc { position: absolute; top:30px;  left:  40px;}
#project {
	position: absolute;
	width: 420px;
	top:30px;
	left:  300px;
	background-position: right;
}

#content {
	width: 760px;
	height:  725;
	left: 25px;
	top: 25px;
	position: absolute;
	background-color: #f9f9f9;
	text-align: center;
}

.info{
	text-align:center;
	width:680px;
	border-top:1px dotted #221;
	padding: 0px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.info p{margin-top:1.6em;}

#menu{
	position:absolute;
	text-align:center;
	width:660px;
	top:630px;
	width: 400px;
	height:20px;
	left: 180px;
	margin: 0px;
	padding: 0px;
}

#menu-home{
	position:absolute;
	text-align:center;
	left:0px;
	top:10px;
	width:100px;
}
#menu a{
	color: #AFB0A2;
}
#menu a:focus{
	color: #72736B;
}
#menu a:hover{
	color: #555550;
}
#menu-projects{
	position:absolute;
	text-align:center;
	left:100px;top:10px;
	width:100px;
}
#menu-bio{
	position:absolute;
	text-align:center;
	left:200px;top:10px;
	width:100px;
}
#menu-contact{
	position:absolute;
	text-align:center;
	left:300px;
	top:10px;
	width:100px;
}


a {
	border: 0px none #FFFFFF;
	color: #B2E0FC;
	text-decoration: none;
}
a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:active {
	outline: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


