/*general styles*/

body{
  background-color: #ffffff;
  font-family: sans-serif;
  font-size: 10pt;
  background-image: url(bg.png);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
}

.frame{
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.toppadding{
  height: 200px;
  width: 960px;
}

.menuupper{
  height: 102px;
  margin: 10px;
  max-width: 940px;
}


.menulower{
  width: 940px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 1px solid #cccccc;
  text-align: right;
}




/*BUTTONS*/
.buttonabout{
  width: 120px;
  height: 100px;
  background-image: url(spritehome.png);
  background-position: top;
  float: left;
  margin-right: 8px;
  border: 1px solid #aaaaaa;
}
.buttonabout:hover{
  background-position: bottom;
}
.buttonportfolio{
  width: 120px;
  height: 100px;
  background-image: url(spriteportfolio.png);
  background-position: top;
  float: left;
  margin-right: 8px;
  border: 1px solid #aaaaaa;
}
.buttonportfolio:hover{
  background-position: bottom;
}
.buttoncontact{
  width: 120px;
  height: 100px;
  background-image: url(spritecontact.png);
  background-position: top;
  float: left;
  margin-right: 8px;
  border: 1px solid #aaaaaa;
}
.buttoncontact:hover{
  background-position: bottom;
}


a.pointer{
  cursor: pointer;
}




/*global styles*/
.clear{
  clear: both;
}
.byline{
  display: inline;
  font-size: 10px;
}
h4{
  margin-top: 0px;
  margin-bottom: 8px;
}
a{
  color: #777777;
  text-decoration: none;
  font-weight: bold;
}
a:hover{
  color: #333333;
}



.contentarea{
  margin: 10px;
}

.leftcolumn{
  width: 320px;
  text-align: center;
  margin-right: 10px;
  float: left;
}

.leftcolumn img{
  border: 2px solid #aaaaaa;
}
img.link:hover{
  border: 2px solid #777777;
}

.leftcolumn p{
  text-align: left;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  color: #444444;
}
p.small{
  font-size: 10px;
}



.rightcolumn{
  width: 569px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #aaaaaa;
  color: #444444;
  line-height: 20px;
  font-size: 12px;
  float: left;
}
.rightcolumnport{
  width: 569px;
  min-height: 194px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 40px;
  border-left: 1px solid #aaaaaa;
  color: #444444;
  line-height: 25px;
  font-size: 12px;
  float: left;
}

.hr{
  border-bottom: 1px solid #aaaaaa;
}








/*SCRIPT STYLES*/
.contheader{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
display: none;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}
/*END SCRIPT STYLES*/

