/***** Global Settings *****/

html, body {
  border:0;
  margin:0;
  padding:0;
}

body {
  font:.9em/1.3em arial, helvetica, sans-serif;
  color:#979797;
  background: url(../images/bg.png) top center #9F9F9F;

}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  font-weight:normal;
}

h1 {
  padding:30px 0 25px 0;
  letter-spacing:-1px;
  font:2em arial, helvetica, sans-serif;
}

h2 {
  padding:20px 0;
  letter-spacing:-1px;
  font:1.5em arial, helvetica, sans-serif;
}

h3 {
  font:1em arial, helvetica, sans-serif;
  font-weight:bold;
  padding:5px 0 10px 0;
}

p, ul, ol {
  margin:0;
  padding:0 0 18px 0;
}

ul, ol {
  list-style:disc;
  padding:0 0 18px 40px;
}

img {
  border:0;
  margin: 0 0 5px 0;
}

/***** Links *****/

a, a:visited {
  text-decoration:underline;
  color:#403d3d;
}

a:hover {
  text-decoration: none;
}

/***** Wrapper *****/
#big-container {
  width: 950px;
  margin: 45px 0 0 50px;
  float: left;

}

/***** Header Area *****/

/***** Homepage Content *****/
#featured{
  float: left;
  height: 500px;
  width: 950px;
  }
  
  #featured-area{
  float: left;
  height: 274px;
  width: 311px;}
  
.webdesign {
  background: url(../images/weblogo.png) no-repeat;
  text-indent:-9999px;
  float: left;
  height: 60px;
  width: 283px;
}

.multimedia {
  background: url(../images/multilogo.png) no-repeat;
  text-indent:-9999px;
  float: left;
  height: 47px;
  width: 267px;
}

.photo {
  background: url(../images/fotologo.png) no-repeat;
  text-indent:-9999px;
  float: left;
  height: 60px;
  width: 311px;
}

.video {
  background: url(../images/videologo.png) no-repeat;
  text-indent:-9999px;
  float: left;
  height: 47px;
  width: 137px;
}

.clothing {
  background: url(../images/clologo.png) no-repeat;
  text-indent:-9999px;
  float: left;
  height: 60px;
  width: 186px;
}

#featured-image {
background: url(../images/logo.png) no-repeat;
  float: left;
  width: 328px;
  height: 80px;
  margin: 165px 0px 0px 170px;
}

 #bracketposition{
  float: left;
  height: 186px;
  width: 60px;}
  
.bracket {
  background: url(../images/bracket.png) no-repeat;
  text-indent:-9999px;
  float: left;
  height: 449px;
  width: 112px;
  margin: 0px 0px 0px 70px; 
}


  

/***** Footer *****/
.contact {
  background: url(../images/contact.png) no-repeat;
  text-indent:-9999px;
  float: right;
  height: 24px;
  width: 352px;
  margin: 0px 50px 0px 50px;
}
/***** Global Classes *****/

.clear { clear:both; }