* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1C2F60;
}

#main_table {
	margin-left:auto;
	margin-right:auto;
	border:0px solid #000000;
}

.image_button {
	height:96px;
	border:0px solid #000000;
}

#td_image {
	vertical-align:top;
	width: 300px;
	text-align: center;
}

#td_content {
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
	height: 455px;
	vertical-align: top;
	padding-top: 20px;
}

#content_table {
	margin-left: 55px;
	margin-top: 15px;
}

#content_text {
	vertical-align: top;
	padding-right: 20px;
	width: 300px;
}

.content_div{
	overflow: auto;
	height: 240px;
	padding-bottom: 10px;
}

.content_div_nonp { /* content_div for non-portfolio pages */
	overflow: auto;
	height: 320px;
	padding-bottom: 10px;
	padding-right: 5px;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
}

p{
	margin-top: 6px;
	margin-bottom: 6px;
}

ul {
	padding-left: 1em;
	list-style-type: disc;
	margin-left: 1em;
}

#content_text a {
	color: #7087d1;
	text-decoration: none;
}

#content_text a:hover {
	color: #b7c2e7;
	text-decoration: none;
}

web_screenshot {
	border:0px solid #000000;
}


/******************************/
/* code from http://www.cssplay.co.uk/menu/scroll_gallery.html */
#scrollbox {
	width:620px; 
	height:83px; 
	background:transparent; 
	overflow:auto; 
	border:1px solid #aaa;
}

#thumbs {
	width:1000px; /* defines how many thumbnails can fit in the line; need to increase as you add thumbnails */
	height:60px;
	vertical-align: middle;
}

#thumbs a {
	text-decoration:none;
	padding-right:10px;
}

#thumbs a img {
	border:1px solid #000000;
	background-color: #f4ffb4;
}

#thumbs .current {
	border:2px solid #ce518d;
	background-color: #f4ffb4;
	margin-right:10px;
}

/***********************/
#footer {
	font-size: 9px;
	text-align: center;
	padding-top: 10px;
}

#footer a {
	text-decoration:none;
	color: #1C2F60;
}

#footer a:hover {
	color:#333333;
}

/******************************/
ul#sitemap {
	list-style:none;
	color:#000033;
}

ul#sitemap li a {
	color:#000033;
}
