* html #container { /*ie6 container hack*/
height: 100%;
	}
html, body {
	height:100%;
	}
body {
	font-family:Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height:1.5;
	background-color:#cccccc;
	color:#333333;
	}
a {
	text-decoration:none;
}
a:link {
	color:#333333;
	}
a:visited {
	color:#333333;
	}
a:active {
	color:#FFFFCC;
	}
a:hover {
	color:#FFFFCC;
	}
em {
	font-style:italic;
}

h1 {
	font-size:20px;
	font-weight:bold;
	padding: 20px 0 10px 0;
	}
h2 {
	font-size:16px;
	font-weight:bold;
	padding: 20px 0 10px 0;
}
h3 {
	font-weight:bold;
	padding: 20px 0 10px 0;
	}
p {
	padding-bottom:10px;
}
#wrapper {
	width:850px;
	margin: 0 auto;
	padding:0 25px;
	min-height:100%;
	}
#header {
	position:relative;
	width:770px;
	margin: 0 auto;
	margin-top:25px;
	}
#logo {
	position:relative;
	left:100px;
}
#menu {
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
#menu a.selected {
	color : #FFFFCC;
	font-weight : bold;
}
#nav {
	margin:0 auto;
	width:100%;
}
#nav li {
	display:inline;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:18px;
	line-height:1;
	padding: 5px;
	margin : 5px;
	border-left : 1px solid #333333;
	border-right : 1px solid #333333;
	background-color:#cccccc;
	
}
#nav ul {
	background-color:#cccccc;
	border-left : 1px solid #333333;
	border-right : 1px solid #333333;
	border-bottom : 1px solid #333333;
}
#nav ul li {
	margin:0 !important;
	border:none !important;
	display:block !important;
}


#content {
	clear:both;
	margin:0 auto;
	width:860px;
	min-height:100%;
}
#main {
	width:800px;
	min-height:100%;
	margin: 0 auto;
	}
/*galleries*/
#gallery {
	position:relative;
	display:table;
	width:770px;
	margin: 0 auto;
	padding-bottom:25px;
}
.thumbnail {
	width:380px;
	height:415px;
	min-height:415px;
	float:left;
	text-align:center;
	vertical-align:middle;
	border:1px solid #9E9E9E;
	display:table-cell;
	font-size:10px;
}
.thumbnail ul {
	padding-top:10px;	
}
.thumbnail li {
	line-height:2em;
}	

.blurb {
	border: 2px solid #9E9E9E;
	width: 580px;
	text-align:center;
	margin: 10px auto;
	}

.blurb p {
	padding:10px;
	font-size:13px;
	}

	/* slideshow pages */
#aside {
	float: left;
	width: 150px;
	height:100%;	
}
.caption {
	position:relative;
	top:150px;
}
.caption ul {
	width: 145px;
	display: block;
	text-align: right;
}
.caption ul li {
    margin: 2.5em 0em 2.5em 0em;
	font-size: 13px;	
}
#slideMain {
	width:652px;
	padding-left:50px;
	float:left;
	text-align:center;
}
#galleryNav {
	width:91px;
	height:33px;
	display:block;
	margin:0 auto;
}
#galleryNav li {
	float:left;
	height:33px;
}
#galleryNav li a{
	height:33px;
	background-image:url('../images/smallnav.jpg');
	background-repeat:no-repeat;
	display:block;
}
#galPrev a {
	width:33px;
	background-position: 0 0;
}
#galHome a {
	width:25px;
	background-position: -33px 0;
}
#galNext a {
	width:33px;
	background-position: -58px 0;
}
/*If you want a mouseover, it's ready*/
/*
#galNext a:hover {
	background-position:0 -33px;
}
#galHome a:hover {
	background-position:-33px -33px;
}
#galPrev a:hover {
	background-position:-58px -33px;
}*/

#galleryBox img {
padding:50px;
border:1px solid #9e9e9e;
margin:0 auto;
}
/*About Pages*/
#about {
	width:600px;
	margin:0 auto;
	border: 2px solid #9e9e9e;
	padding:20px;
	margin-top:10px;
}
.portrait {
	border: 2px solid #9e9e9e;
	padding:15px;
}
#footer {
	text-align:center;
	padding:10px 0 10px 0;
	width:600px;
	margin:0 auto;
	clear: both;
	position:relative;
	bottom:0;
}
#footer ul li {
	display: inline;
}
.portFoot {
	margin:0 !important;
	padding:40px 35px 10px 0 !important;	
	float:right !important;
}

.resume h1 {
	text-align:center;
	}
.resume ul {
	padding-left:100px;
}
.resume ul li {
	padding-bottom:10px;
	text-indent:-50px;
	}

/*home*/
.homeMain {
	padding-top:20px;
}
#HomeNav {
	float:left;
	position:relative;
	width:40%;
}
#HomeNav li {
	margin:0 auto;
	padding-bottom:35px;
}
#HomeNav li img {
	display:block;
	margin:0 auto;	
}
#HomePic {
	float:left;
	position:relative;
	width:60%;
}
#HomeText {
	text-align:justify;
	clear:both;
	padding-top:25px;
	padding-bottom:50px;
	}
