body {
  color: #5E5E5E;
  font: 11px Verdana, "sans serif";
  background-color: #050780;
  background-image:url(candy/bg.bmp);
}

a.toplink {
  border:0px;
  display:block;
  width:57px;
  height:46px;
  text-decoration:none;
}
a.toplink:hover {
  border:0px;
}
a.im {
  border:0px;
}
a.im:hover {
  border:0px;
}
a {
  text-decoration:none;
  color: #5E5E5E;
  border-bottom: dotted 1px #5E5E5E;
}
a:hover {
  text-decoration:none;
  color: #A43B38;
  border-bottom: dotted 1px #A43B38;
}
ul {
padding:15px;
margin:0px;
}
#main {
  position: absolute;
  background-image:url(candy/frame.gif);
  background-repeat:no-repeat;
  left: 50%;
  right: 50%;
  top:50%;
  bottom:50%;
  margin-left: -285px;
  margin-top: -235px;
  width: 570px;
  height: 471px;
}

#logo {
  position:absolute;
  left: 36px;
  top: 40px;
}

#leftframe {
  position:absolute;
  padding:0px;
  left: 36px;
  top: 100px;
  border: solid 1px #D8D8D8;
  background-color: #F8F8F8;
  width:250px;
  height:331px;
  z-index:2;
}

#rightframe {
  position:absolute;
  top:100px;
  left:285px;
  padding:0px;
  border: solid 1px #D8D8D8;
/*	overflow:hidden;*/
  width:250px;
  height:331px;
}

.margintext {
padding: 14px;
}

#links {
  position:absolute;
  padding:0px;
  top: 54px;
  left: 320px;
  width: 350px;
  height:50px;
  z-index: 50;
}

#portfolio {
  position:absolute;
  left:0px;
  top:0px;
  width:60px;
  height:46px;
  background-image:url(candy/portfolio.gif);
}
#portfolioactive {
  position:absolute;
  left:0px;
  top:0px;
  width:60px;
  height:46px;
  background-image:url(candy/portfolio2.gif);
}
#portfolio:hover {
  background-position:-60px;
}

#info {
  position:absolute;
  top:0px;
  left:60px;
  width:57px;
  height:46px;
  background-image:url(candy/info.gif);
}
#infoactive {
  position:absolute;
  top:0px;
  left:60px;
  width:57px;
  height:46px;
  background-image:url(candy/info2.gif);
}
#info:hover{
  background-position:-57px;
}

#contact {
  position:absolute;
  top:0px;
  left:117px;
  width:59px;
  height:46px;
  background-image:url(candy/contact.gif);
}
#contactactive {
  position:absolute;
  top:0px;
  left:117px;
  width:59px;
  height:46px;
  background-image:url(candy/contact2.gif);
}
#contact:hover{
  background-position:-59px;
}

#date {
  position: absolute;
  right: 35px;
  bottom: 15px;
  width: 150px;
  text-align: right;
}

#mysites {
	width:230px;
	padding: 5px 0 0 5px;
	height:321px;
	overflow:hidden;
}
#slider {
	margin:0;
	padding:0;
	overflow:hidden;
	display:block;
	width:250px;
	height:331px;
}

.site {
	display:block;
/*	float:left;*/
	margin:0;
	clear:both;
	height:331px;
	width:230px;
}
.stripNavL, .stripNavR, #rightframe .stripNav {
	display: none;
}
