/* CSS Document */
body{
	font-family:georgia; 
	background-color:ffffff;
	margin:0 auto;
	text-align:center;
	font-size:85%;
	line-height:1.4em;
}
p{
	margin:0px 0px 10px 0px;
}
div#content{
	/*background-image:url(/images/kp-background-guide.jpg); */
	height:524px;
	width:960px; 
	text-align:center; 
	margin-top:100px;
	text-align:left; 
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}
h2, a{
	color:#FA047E; 
}
h2{
	font-size:120%; 
	font-weight:bold;
	padding-bottom: 5px;
}
h1#kinetic-pulse-logo{
	background-image:url(images/kinetic-pulse-logo.jpg);
	background-repeat:no-repeat;
	margin-top:65px;
	margin-left:10px;
	width:261px;
	height:50px;
	text-indent:-9999px;
	cursor:pointer;
}
div#projects-holder{
	height:380px;
	background-color:#cfcfcf;
	margin-left:10px;
	margin-top:10px;
	padding: 0 0 4px 0;
	background-image:url(images/shad_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	border-right:1px solid #afafaf;
  position: relative;
}
div#thumbs-holder{

	width:450px;
	float:left;
	margin-left:5px;
	margin-top:5px;
}
div.thumb-project{
	height:80px;
	width:80px;
	background:#fff;
	float:left;
	margin:5px;
	cursor:pointer;
}
div#desc-holder{
	height:380px;
	width:400px;
	float:right;
	overflow:auto;
	margin-right:15px;
}
div.desc-content{
	margin-top:20px;
}
div#desc-content h2, div#desc-content p{
	margin-bottom:5px;
}
div#desc-content p{

}
ul.project-links{
	padding-top:5px;
}
div#footer{
	margin-top:10px;
	margin-left:5px;
}
ul#footer-list li{
	float:left;
	display:block;
	border-right:2px solid #FA047E;
	margin: 3px;
	padding:0 7px 0 2px;
}
div#projects-holder div#topleft {
  width: 2px;
  height: 4px;
  background: url(images/white_shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div#projects-holder div#topright {
  width: 2px;
  height: 4px;
  background: url(images/white_shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div#projects-holder div#bottomleft {
  width: 4px;
  height: 4px;
  background: url(images/white_shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div#projects-holder div#bottomright {
  width: 4px;
  height: 4px;
  background: url(images/white_shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}
