html body {
margin : 0;
padding : 25;
font : 13px/23px 'san-serif', Helvetica, sans-serif;
background : #fff url(images/bg_patter.jpg) center top;
color : #000;
line-height : 16px;
}

#wrap {
  width: 700px;
  margin: 0 auto;
}

#header {
position : relative;
text-transform : uppercase;
margin: 100px;
}

#logo {
position : relative;
}

#logo h1 {
  color : #333;
}
#menu {
position : relative;
left : 0;
height: 35px;
text-transform : uppercase;
}
#menu ul {
margin : 10px 0 0 0;
padding : 0;
}
#menu li {
position : relative;
margin : 0;
padding : 0;
float : left;
list-style : none;
}

#menu a {
  margin : 0 17px 0 0;
  padding : 0;
  font-size : 16px;
  line-height : 14px;
  color : #000;
  font-weight : bold;
  text-decoration:none;
}
#menu li a:hover {
color : #ff0055;
}
#menu li a.active, #menu li a.active:hover {
color : #ff0055;
}
#greybar {
height : 2px;
background-color : #999;
}
#contact {
  text-align:center;
}
#contact a {
  text-decoration:none;
}
#photo {
position : relative;
height : 333px;
text-transform : uppercase;
}

#contentArea {
  float: left;
  width: 640px;
  background-color: #fff;
}

#contentArea h1 {
font-size : 15px;
}

#sidebar {
  float: left;
  width: 250px;
}

.blogCol {
  width: 250px;
}

.blogCol, .twoCol, .fourCol, .photoCol {
  margin-right: 17px;
  float: left;
}

.image { 
  width: 640px;
  height: 427px;
  float: left;
  background-image:url('/images/aceitunoartsmovement.jpg');
  border-style: solid;
  border-width: 15px;
  border-color: #eee;
}
.defaultheader {
  width: 640px;
  height: 127px;
  float: left;
  background-image:url('/images/aceitunoartsmovement.jpg');
  border-style: solid;
  border-width: 15px;
  border-color: #eee;
}
div.announcements
{
  margin:100px 0 0 350px;
}

div.transboxvar
{
  background-color:#ffffff;
  filter:alpha(opacity=60);
  opacity:0.6;
}

div.twitterfeedtitle
  {
  width:300;
  background-color:#ffffff;
  filter:alpha(opacity=65);
  Opacity:0.6;
  }
div.twitterfeedbody
  {
  width:300;
  background-color:#ffffff;
  filter:alpha(opacity=50);
  Opacity:0.5;
  }

div.twitterfeedbody p
{
  margin:0px 0 0 5px;
  font-weight: bold;
  color:#000000;

}

div.transbox
  {
  width:300;
  margin: 10px 0 0 0;
  background-color:#ffffff;
  /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  }

div.transbox p
  {
  margin:0px 0 0 5px;
  font-weight: bold;
  color:#000000;
  }

