body
{
background-image: url(images/background.png);
background-color: #e0e0e0;
background-repeat: repeat-x;
}

#main
{
width: 960px;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

#logo
{
background-image: url(images/logo.png);
background-repeat: no-repeat;
margin-left: 142px;
margin-top: 57px;
width: 652px;
height: 129px;
}

.navigation
{
background-image: url(images/nav_bg.png);
background-repeat: no-repeat;
margin-left: 56px;
margin-top: 50px;
padding-left: 5px;
padding-top: 4px;;
width: 852px;
height: 58px;
}

.navigation a {border: 0px;}

.navigation img {border: 0px;}

#featured
{
/* background-image: url(images/featured_bg2.png);
   background-repeat: no-repeat; */
margin-left: 25px;
margin-top: 27px;
width: 909px;
height: 285px;
}

#panelcontainer
{
margin-left: 56px;
margin-top: 26px;
width: auto;
height: auto;
}

#panelcontainer a{color: #3a66d5;}

#leftpanel
{
background-image: url(images/aboutme_panel.png);
background-repeat: no-repeat;
padding-left: 10px;
padding-top: 30px;
padding-right: 10px;
padding-bottom: 10px;
width: 243px;
height: 230px;
float: left;
font-family: Verdana;
font-size: 12px;
color: #909090;
}

#middlepanel
{
background-image: url(images/services_panel.png);
background-repeat: no-repeat;
margin-left: 41px;
padding-left: 10px;
padding-top: 30px;
padding-right: 10px;
padding-bottom: 10px;
width: 243px;
height: 230px;
float: left;
font-family: Verdana;
font-size: 12px;
color: #909090;
}

#rightpanel
{
background-image: url(images/portfolio_panel.png);
background-repeat: no-repeat;
margin-left: 40px;
padding-left: 10px;
padding-top: 30px;
padding-right: 10px;
padding-bottom: 10px;
width: 243px;
height: 230px;
float: left;
font-family: Verdana;
font-size: 12px;
color: #909090;
}

#portfolio
{
background-image: url(images/port_bg.png);
background-repeat: no-repeat;
margin-left: 56px;
margin-top: 27px;
width: 852px;
height: 540px;
padding: 10px;
}

.thumb
{
height: 100px;
width: 100px;
margin: 5px;
float: left;
}

.thumb a, img {border: 0px; text-decoration: none;}

#services
{
background-image: url(images/services_bg.png);
background-repeat: no-repeat;
margin-left: 55px;
margin-top: 27px;
padding: 10px;
height: 287px;
width: 854px;
}

.service
{
height: 89px;
width: 278px;
border: 1px #dadada;
float: left;
font-family: Verdana;
font-size: 12px;
color: #909090;
}

.service a{color: #3a66d5}