* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
}

a {
text-decoration: none;
color: #EC8714;
}
a:hover {
text-decoration: underline;
color: #111;
}
h2 {
color: #89A537;
font-size: 20px;
font-weight: 100;
}

#wrap {
width: 800px;
margin: 40px auto;
}

#header {
height: 100px;
background: #eee url(images/header.gif) no-repeat;
}
#header h1 {
font-size: 34px;
font-weight: 100;
letter-spacing: -3px;
padding: 30px 0 0 30px;
color: #EC8714;
}
#header h1 a {
text-decoration: none;

}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #89A537;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 31px;
}
#header p {
color: #89A537;
font-size: 20px;
font-weight: 100;
padding: 10px 0 0 31px;
}
#header form {
color: #89A537;
font-size: 20px;
font-weight: 100;
padding: 0 auto;
}
#menu {
height: 180px;
background: #eee url(menu.gif) no-repeat;
}
#menu ul {
list-style-type: none;
padding: 20px 0 0 100px;
}

.searchbox {
  font-size        : 16px;
  font-weight      : bold;
  color            : #A5A5A5;
  background-color : #EEF0F1;
  padding          : 4px 6px 4px 2px;
  border           : 1px solid;
  border-color     : #EC8714;
  margin-top       :0px;
  margin-right     :3px;
  letter-spacing   : 0.1em;
  width            : 250px
}
.searchbox:hover {
  font-size        : 16px;
  font-weight      : bold;
  color            : #A5A5A5;
  background-color : #F9FAF7;
  padding          : 4px 6px 4px 2px;
  border           : 1px solid;
  border-color     : #AEE239;
  margin-top       :0px;
  margin-right     :3px;
  width            : 250px
}
.searchbox:focus {
  font-size        : 16px;
  font-weight      : bold;
  color            : #666666;
  background-color : #F9FAF7;
  padding          : 4px 6px 4px 2px;
  border           : 1px solid;
  border-color     : #4591AD;
  margin-top       :0px;
  margin-right     :3px;
  width            : 250px
}
.button {
  font-weight      : bold;
  font-size        : 18px;
  color            : #FFFFFF;
  border       : 1px solid #a0a0a0;
  background-color : #EC8714;
  padding          : 2px 4px 2px 7px;
  margin-top       : 0px;
  letter-spacing   : 0.1em;
  text-transform   : uppercase;
  cursor           : pointer;
}
.button:hover {
  font-weight      : bold;
  font-size        : 18px;
  color            : #FFFFFF;
  border       : 1px solid #EC8714;
  background-color : #89A537;
  padding          : 2px 4px 2px 7px;
  margin-top       : 0px;
  letter-spacing   : 0.1em;
  text-transform   : uppercase;
  cursor           : pointer;
}
#content {
background: #eee url(images/content.gif) repeat-y;
padding: 20px;
}

.main {
border-top: 1px solid #aaa;
background: #eee;
padding: 10px;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 5px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

p.tags {
line-height: 2.5em;
margin: 0px 23px 0px 22px;
text-align: justify;
vertical-align: middle;
padding-bottom: 15px;
}

p.cal {
float:left;
display:inline;
width:66px;
height:110px;
margin:10px 8px 0 5px;
padding-top:16px;
text-align:center;
font-size:16px;
line-height:16px;
color:#444;
background:url(images/bg-cal.gif) no-repeat top;
}

p.content {
line-height: 1.8em;
margin: 0px 23px 0px 22px;
text-align: justify;
vertical-align: middle;
padding-bottom: 15px;
}

#bottom {
background: #eee url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}
