body {
	margin:0;
	padding:0;
	background-image:url('pagebg.jpg');
	background-repeat:repeat-x;
	background-color:#999999;
	font-family:Arial;
	font-size:12px;
}
#headwrap {
	width:975px;
	margin:0px auto;
	height:64px;
}
#wrapper {
	width:975px;
	margin:33px auto 15px;
}
#logo {
	padding:6px 0px 0px 90px;
	float:left;
}
#toplinks {
	float:left;
	padding-top:18px;
	padding-left:15px;
}
#flashheader {
	clear:both;
	height:201px;
	text-align:center;
	background-image:url('topbanner.jpg');
}

#portfolio {
	width:950px;
	height:393px;
	background-image:url('portfolio.png');
	margin:0 auto 10px;
	padding:4px;
}
#portfolio .title {
	background-image:url('../header.png');
	background-repeat:no-repeat;
	width:185px;
	height:32px;
	color:#01D2FF;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding:7px 0px 0px;
	float:left;
	margin-top:10px;
}
#portfolio .text {
	float:left;
	width:370px;
	margin:65px 30px 0px;
	clear:left;
	line-height:18px;
	min-height:150px;
}
#portfolio .buttons {
	float:left;
	clear:left;
	margin:0px 30px;
}
#portfolio #imgs {
	float:right;
	width: 442px;
	height: 288px;
	margin:30px 30px 18px;
	background-image:url('img-frame.png');
}
#portfolio #dots {
	background-image:url('../dots.gif');
	height:40px;
	margin:0px 30px;
	clear:both;
}
#portfolio #dots .left {
	float:left;
}
#portfolio #dots .left .comments {
	display:block;
	background-image:url('comments.gif');
	background-position:left top;
	background-repeat:no-repeat;
	padding:0px 0px 0px 27px;
	margin:12px 0px 0px 0px;
	text-decoration:none;
	color:#327AA5;
	font-weight:bold;
	float:left;
}
#portfolio #dots .left .comments:hover {
	text-decoration:underline;
}
#portfolio #dots .right {
	float:right;
	width: 412px;
	margin-right:20px;
	text-align:center;
	color:#5C5C5C;
	padding-top:12px;
}
#portfolio #dots .left .cats {
	display:block;
	background-image:url('cats.gif');
	background-position:left top;
	background-repeat:no-repeat;
	padding:2px 0px 5px 27px;
	margin:10px 0px 0px 20px;
	float:left;
	color:#327AA5;
}
#portfolio #dots .left .cats a {
	text-decoration:none;
	color:#327AA5;
	font-weight:bold;
}
#portfolio #dots .left .cats a:hover {
	text-decoration:underline;
}