@charset "utf-8";
/* CSS Document */
html, body {
	background-color: #333333;
	padding: 0;
	margin: 0;
	text-align:left;
	height: 100%;
}
/* following CSS is for the page */
#page {
	margin:auto;
	width: 600px; 
	height: 100%;
}

/* following CSS is for the header */
#head {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:110px;
	margin:0px;
	padding:0px;
}

#head span {
	visibility:hidden;
}


/* following CSS is for the navagation bar */
#nav {
	background-image:url(images/links.jpg);
	background-repeat:no-repeat;
	width:600px;
	text-align:right;
	margin:0px;
	padding:0px;
}

#navList {
	margin: 0;
	padding-left: 0;
	padding-top: 2px;
	padding-right: 40px;
	white-space: nowrap;
}

#navList li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-family:Garamond, Georgia, "Times New Roman", serif;
	font-weight:bold;
}

#navList a, #navList a:link, #navList a:visited
{
color: #FFFFFF;
text-decoration: none;
}

#navList a:hover
{
color: #FFFFCC;
text-decoration: none;
}
/* following CSS is for the navagation on the portoflio pages */
#subNav {
	margin: 0;
	padding-left: 0;
	padding-right: 40px;
	font-size:12px;
	white-space: nowrap;
	text-align:right;
}

#subNav li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-family:Garamond, Georgia, "Times New Roman", serif;
	font-weight:bold;
}

#thisPage{
	font-size:18px;
	color:#CC6600;
}

/* following CSS is for the body */
#body {
	background-image:url(images/body.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	font:Garamond, Georgia, "Times New Roman", serif;
	width:600px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#body a, a:visited {
	text-decoration:none;
	color:#000066;
	font-weight:bold;	
}

#body a img {
	border:none;
}

#body a:hover {
	text-decoration:underline;
}

#body p {
	margin: 1em 0;
}

h1 {
	font:Garamond, Georgia, "Times New Roman", serif; 
	font-size:16px; 
	font-weight:bold;
}
	

#center {
	width: 500px;
	margin: auto;
}

#portfolioEntrance {
	text-align:center;
	margin:auto;
}

#contact p {
	text-align: left;
}

#extraSpace {
	padding-bottom: 300px;
}

#copyright {
	text-align:right;
	font:"Times New Roman", Times, serif;
	font-size:10px;
	color:#666666;
}

/*the following css is for the portfolio page layout */
#largeImageArea {
	display:block;
	text-align:center;
}

#largeImage {
	display:block;
	margin:auto;
}

#caption {
	text-align:center;
	padding:10px;
}

#thumbnails {
	text-align:center;
}

#thumbnails img {
	cursor:pointer;
}

#thumbnails td {
	padding: 15px;
}