@charset "UTF-8";
/* CSS Document */

body {
	background: #fff url(images/top-grey-bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}





p, a, h1, h2, h3, ul, li, td {
	font-family: Georgia, Times, serif;
	text-align: left;
}

p, li, td {
	font-size: 0.8em;
	line-height: 1.25em;
}
p.category {
	font-size: 0.7em;
	font-style: italic;
}

a:link, a:active {
	color: #1f94cf;
	text-decoration: none;
}
a:visited {
	color: #4cb0e3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

em {
	font-style: normal;
	color: #777;
}

h1 {
	font-size: 1.5em;
	color: #777;
	margin-bottom: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	font-weight: normal;
}

h2 {
	font-size: 1em;
	color: #777;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	font-weight: bold;
}

ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 20px;
}

table {
	border-top: 1px solid #ccc;
	margin-bottom: 15px;
}

td {
	padding: 5px;
	color: #555;
}
	td p {
		font-size: 1em;
	}





#title {
	width: 100%;
	height: 46px;
	text-align: center;
}

#content {
	text-align: center;
	padding-top: 20px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#thumbnails {
	background: #093559 url(images/nav-grey-bg.jpg) repeat-x;
	height: 115px;
	text-align: center;
}
	.tn {
		padding: 15px 5px 5px 5px;
	}

#pagetitle {
	display: inline;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#description {
	width: 350px;
	background: #e5e5e5;
	padding: 15px;
}
	#description p, #description li {
		color: #555;
	}
#footer {
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 25px;
}
	#footer p {
		font-size: 0.65em;
		color: #555;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		padding-top: 25px;
		border-top: 1px solid #ddd;
	}



#nav {
	width: 303px;
	height: 35px;
	background: url(images/nav.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	padding: 0px;
	position: relative;
	text-align: center;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0;
}
#nav li, #nav a {
	height: 35px;
	display: block;
}
#nav-portfolio { left: 0px; width: 107px; }
#nav-resume { left: 107px; width: 97px; }
#nav-contact { left: 204px; width: 99px; }

#nav-portfolio a:hover { background: transparent url(images/nav.png) 0px -35px no-repeat; }
#nav-resume a:hover { background: transparent url(images/nav.png) -107px -35px no-repeat; }
#nav-contact a:hover { background: transparent url(images/nav.png) -204px -35px no-repeat; }

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.thumbnail {
	border: 1px solid #ccc;
}