*
{
  outline:0
}

body
{
  background:#303030 url(../background.png) no-repeat top right;
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  color:#f7f7f7;
  height:100%;
  margin:0
}

html
{
  overflow-y:scroll
}

#logo
{
  background:url(../logo.jpg) no-repeat center top;
  width:772px;
  height:125px;
  background-color:#404040;
  -moz-border-radius-topleft:10px;
  -webkit-border-top-left-radius:10px;
  -moz-border-radius-topright:10px;
  -webkit-border-top-right-radius:10px;
  margin:20px auto 0
}

#logo h1
{
  text-indent:-9999px
}

#content
{
  width:692px;
  min-height:300px;
  background:#2d2d2d;
  opacity:0.8;
  -moz-border-radius-bottomleft:10px;
  -webkit-border-bottom-left-radius:10px;
  -moz-border-radius-bottomright:10px;
  -webkit-border-bottom-right-radius:10px;
  margin:0 auto 10px;
  padding:25px 40px
}

#content a
{
  text-decoration:none;
  color:#f7f7f7
}

#content a:hover
{
  text-decoration:underline;
  color:#f7f7f7
}

#main
{
  width:90%;
  background: #f7f7f7;
  color:#000;
  margin:0 auto;
  padding:25px 40px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px
}

.round
{
  -moz-border-radius:10px;
  -webkit-border-radius:10px
}

#footer
{
  width:700px;
  text-align:center;
  color:#f7f7f7;
  margin:0 auto 40px
}

.clear
{
  clear:both
}

.text-box
{
  width:200px
}

.taken
{
  background:#F36
}

#accordion
{
  margin:20px 0
}

.packages_box
{
  width:270px;
  background:#2b2b2b;
  height:200px;
  margin:0 0 15px;
  padding:10px
}

.packages_header
{
  width:250px;
  background:#282828;
  padding:10px
}

.allpackages_box
{
  width:610px;
  background:#2b2b2b;
  margin:0 0 15px;
  padding:10px
}

.allpackages_header
{
  width:95%;
  background:#282828;
  padding:10px
}

.right
{
  float:right
}

.left
{
  float:left
}

.head
{
  font-family:“Trebuchet MS”, sans-serif;
  font-style:normal;
  font-weight:700;
  text-transform:normal
}

.edge
{
  width:100%
}

#left
{
  background:url(../img/left.png) top left repeat-y;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding-left:30px
}

#right
{
  background:url(../img/right.png) top right repeat-y;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding-right:30px
}

#top
{
  background:url(../img/top.png) top left repeat-x;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding-top:30px
}

#bottom
{
  background:url(../img/bottom.png) bottom left repeat-x;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  padding-bottom:30px
}

#title
{
  font-size:300%;
  width:100%;
  text-align:center
}