html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
    font-family: Georgia, serif;
    text-align: center;
}
#heading {
    font-size: 2.0em;
    margin: 30px;
}
#all {
    width: 750px;
    margin: 0 auto;
}
#areas {
    width: 480px;
    margin: 0 auto;
}
#areas li {
    float: left;
    width: 160px;
    margin-bottom: 20px;
}
#selected {
    clear: both;
}
#portfolio {
    clear: both;
    text-align: center;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    width: 750px;
    margin: 20px 0;
}
.site {
    width: 210px;
    margin: 20px;
    float: left;
}
.site h3 {
    margin-top: 5px;
}
.site img {
    width: 210px;
    height: 135px;
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
}
a:link {
    color: #66f;
    text-decoration: none;
}
a:visited {
    color: #94f;
    text-decoration: none;
}
#email {
    margin-bottom: 20px;
}
