/**************** body index ****************/
body {
margin:0;
padding:0;
background-image:url(images/bgr.jpg);
background-repeat:no-repeat;
background-color:#fff4d3;
background-position:center;
}

/**************** header div ****************/
#header {
margin-left:50px;
margin-top:40px;
height:187px;
width:426px;
}

/* welcome div */
#welcome {
background-image:url(images/welcome.png);
width:330px;
height:60px;
}

/* team div */
#team {
background-image:url(images/our_team.png);
width:330px;
height:69px;
}

/* portfolio div */
#portfolio {
background-image:url(images/portfolio.png);
background-repeat:no-repeat;
width:332px;
height:60px;
}

/* contact div */
#contact {
background-image:url(images/contact.png);
background-repeat:no-repeat;
width:332px;
height:60px;
}

/* text */
.text {
font-family:verdana;
font-size:12px;
color:#3a3837;
}

a:link.text {color:#0a83b3; text-decoration:none; font-weight:bold;}
a:visited.text {color:#0a83b3; text-decoration:none;}
a:hover.text {color:#0a83b3; text-decoration:none;}
a:active.text {color:#0a83b3; text-decoration:none;}

.textsmall {
font-family:verdana;
font-size:10px;
color:#333333;
}
a:link.textsmall {color:#333333; text-decoration:none;}
a:visited.textsmall {color:#333333; text-decoration:none;}
a:hover.textsmall {color:#333333; text-decoration:underline;}
a:active.textsmall {color:#333333; text-decoration:none;}

#table {
margin-left:100px;
margin-top:50px;
}

.portfoliotext {
font-family:verdana;
font-size:12px;
color:#3a3837;
}

a:link.portfoliotext {color:#0a83b3; text-decoration:none;}
a:visited.portfoliotext {color:#0a83b3; text-decoration:none;}
a:hover.portfoliotext {color:#0a83b3; text-decoration:none;}
a:active.portfoliotext {color:#0a83b3; text-decoration:none;}

/* box */
.bluebox {
border-width:1px;
border-style:solid;
border-color:#3399FF;
background-color:#BCDDF1;
}

