/* CSS Document */

body {
background-color:#FFFFFF;
background-image:url(../images/textureBG.jpg);
background-position:center;
margin-top:140px;
}

#container {
background-image:url(../images/contentBG.png);
background-repeat:no-repeat;
background-position:center;
width:934px;
height:486px;
margin:auto;
padding:20px;
}

#wrapper_Left{
float:left;
margin-left:15px;
margin-top:15px;
width:244px;
height:465px;
padding:0;
clear:right;
}

.content2{
margin-left:78px;
}

.content{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
padding-top:10px;
padding-right:15px;
margin-left:15px;
}

.content strong{
color:#629CA8;
}

.content a{
color:#000000;
}

.content a hover{
font-decoration:none;
}


#wrapper_Right{
float:left;
margin:0;
width:665px;
height:465px;
margin-top:11px;
}



/* Navigation Button Actions */


#services
{
  display: block;
  width: 85px;
  height: 20px;
  background: url(../images/services_nav.jpg) no-repeat 0 0;
}

#services:hover
{ 
  background-position: 0 -21px;
}

#services span
{
  display: none;
}


#portfolio
{
  display: block;
  width: 85px;
  height: 20px;
  background: url(../images/portfolio_nav.jpg) no-repeat 0 0;
}

#portfolio:hover
{ 
  background-position: 0 -21px;
}

#portfolio span
{
  display: none;
}


#contact
{
  display: block;
  width: 85px;
  height: 20px;
  background: url(../images/contact_nav.jpg) no-repeat 0 0; 
}

#contact:hover
{ 
  background-position: 0 -21px;
}

#contact span
{
  display: none;
}