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

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	line-height: 0em;
	color:#FFF;
	font-weight: bold;
	padding-bottom: 30px;
}

.contact {
	font-size: 1.1em;
	font-weight: bold;
}

#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_profile.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;
}

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

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

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

.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: 40px;
	height: 380px;
}
