body {
	position:absolute;
	margin: 0px;
	padding:0px;
	font-size: 14px;
	height:100%;
	width:100%;
	line-height: 18px;
	background-color:rgb(245,245,245);
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Hevetica','Arial', 'sans-serif';
}

table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

td {
	padding-bottom: 7px;
	padding-top: 8px;
}

ul { list-style-type:square; }

li { margin-bottom:3px; }

.bullet-callout {
    padding:10px;
    margin:3px 4px 4px 7px;
    background-color:#eee;
    float:right;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-bottom:1px solid #bbb;
    border-right:1px solid #bbb;
}

.bullet-callout a:link { color: #f00; text-decoration: none; }
.bullet-callout a:active {color: #f00; text-decoration: none; }
.bullet-callout a:visited {color: #f00; text-decoration: none; }
.bullet-callout a:hover {color: #888; text-decoration: none; }

img { border: none; margin:4px 0 10px 0px; }

p { margin:4px 0 10px 0px; /*top right bottom left*/ }

h1 {
	font-weight:bold;
	font-size:18px;
	color: #f00;
	margin:0 0 0 0;
	/*border-bottom: dotted 1px black;*/
}

h2 {
	color:#999;
	margin-top:3px;
	margin-bottom:0px;
	font-weight:bold;
	font-size:14px;
}

h3 {
	margin-top:0px;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
}

a:link {color: #888; text-decoration: none; }
a:active {color: #888; text-decoration: none; }
a:visited {color: #888; text-decoration: none; }
a:hover {color: #f00; text-decoration: none; }

#navigation {
	min-height: 45px;
	height: auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 700px; 
	font-weight: bold;
}
#shadow {
    position:absolute;
    left:50%;
	background-image:url(../media/shadow.png);
	background-position:-1px 0px; 
	margin-left: -372.5px; 
	margin-right: auto; 
	width:745px; 
	min-height:100%;
}
#mainbody {
	min-height: 100%;
	background-color:#fff;
	padding-bottom:25px;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	text-align: left;
	width: 700px;
}

#content {
	padding:0 0 0 10px;
	display: block;
	width:680px;
}

#navlist {
	height: auto;
	padding:0;
	margin:0;
}

#navlist li {
	font-size: 14px;
	display:inline;
	float:left;
	list-style-type: none;
	padding: 7px; 						/*top right bottom left*/
	margin: 8px; 						/*top right bottom left*/
}

#navlist a:link { color:#888; text-decoration: none; }
#navlist a:visited { color:#888; }
#navlist a:active { color:#888; }
#navlist a:hover { color:#f00;}

#active { color:#444; background-color: #ddd; padding-bottom:15px; margin-bottom:0px; }
#active a:link { color:#444; }
#active a:visited { color: #444; }
#active a:hover { color: #444; }

.grid {
	padding-bottom: 7px;
	padding-top: 8px;
	width: 225px;
	text-align: center;
}

#pagetitle { background-image: url(../media/30.png); padding: 12px; margin: 0; font-size:22pt; font-weight: bold; color:white; text-shadow: #000 4px 4px 7px; }
#subpagenavigation { background-image: url(../media/40.png); padding: 5px 5px 5px 12px; margin: 0; font-size: 12pt; font-weight: bold; color:white; text-shadow: #000 2px 2px 5px; }
#photographyheader { height: 169px; background-image:url(../media/photographyheader.png); background-repeat: no-repeat; }
#softwareheader { height: 169px; background-image:url(../media/softwareheader.png); background-repeat: no-repeat; }
#scienceheader { height: 169px; background-image:url(../media/scienceheader.png); background-repeat: no-repeat; }
#cvheader { height: 169px; background-image:url(../media/cvheader.png); background-repeat: no-repeat; }
#webheader { height: 169px; background-image:url(../media/webheader.png); background-repeat: no-repeat; }
#welcomeheader { height: 169px; background-image:url(../media/header.png); background-repeat: no-repeat; }