@charset "utf-8";
/* CSS Document */

#products {
  	display: block;
  	width: 92px;
  	height: 92px;
  	background: url(../images/FIX_nav_products.gif) no-repeat 0 0;
}

#profile {
  	display: block;
  	width: 92px;
  	height: 92px;
  	background: url(../images/FIX_nav_profileroll.gif) no-repeat 0 0;
}

#projects {
  	display: block;
  	width: 92px;
	height: 92px;
	background: url(../images/FIX_nav_projects.gif) no-repeat 0 0;
}

#contact {
  display: block;
  width: 92px;
  height: 92px;
  background: url(../images/FIX_nav_contact.gif) no-repeat 0 0;
}

#left {
	float: left;
	width: 300px;
}

#right {
	float:left;
	width: 301px;
	padding-left:30px;
}

#products:hover, #projects:hover, #contact:hover{ 
  background-position: 0 -92px;
}

.main {
   background-color: #44c9f6;
   width: 737px;
   height: 440px;
   float: left;
   background-image:url(../images/welcome.png);
   background-repeat:no-repeat;
   background-position:bottom;
}

.round_lb_top div {
   background: url(../images/round_lb_tl.png) no-repeat top left;
}
.round_lb_top {
   background: url(../images/round_lb_tr.png) no-repeat top right;
}

.round_lb_bottom div {
   background: url(../images/round_lb_bl.png) no-repeat bottom left;
}
.round_lb_bottom {
   background: url(../images/round_lb_br.png) no-repeat bottom right;
}

.round_lb_top div, .roundcornr_lb_top, 
.round_lb_bottom div, .round_lb_bottom {

	width: 100%;
   	height: 30px;
}

.round_lb_content {
	padding-left: 60px;
	height: 380px;
}
