* {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
}

a:link {
  color: #FFF;
  text-decoration: none;
}

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

a:visited {
  color: #FFF;
  text-decoration: none;
}

body {
	background: #000000;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#content {
  margin: 0 auto;
  width: 766px;
  text-align: left;
  border-right-width: 5px;
  border-left-width: 5px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: #000;
  border-left-color: #000;
}

#back {
  width: 766px;
  background: #000;
}

#header {
  height: 359px;
  text-align: left;		
}

#menu {
  width: 666px;
  height: 52px;
  padding-left: 100px;
  padding-top: 32px;
}

#menu ul {
  list-style: none;	
}

#menu li {
  display: inline; 
}

#menu a {
  float: left;
  width: 133px;
  height: 37px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #595959;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 25px;
  background: url(images/button.gif) no-repeat;
}

#menu a:hover {
  width: 133px;
  height: 47px;
  padding-top: 10px;
  color: #595959;
  background: url(images/button_r.gif) no-repeat;
  text-decoration: none;
}

#logo {
  background: url(images/header.jpg) no-repeat;
  width: 736px;
  height: 239px;
  text-align:  right;
  padding-right: 30px;
  padding-top: 30px;
}


#logo a {
  text-decoration: none;
  text-transform: lowercase;
  font-style: italic;
  font-size: 18px;
  color: #fff;
}

#logo H2 a {
  font-size: 12px;
}

#left {
  padding: 10px;
  width: 237px;
  padding-right: 1em;
}

#left h3 {
  width: 237px;
  height: 38px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 25px;
  padding-top: 15px;
  text-transform: uppercase;
  color: #FFF;
  background: url(images/title.gif) no-repeat;
}

#left ul {
  list-style: none;
}

#left li ul {
  border: 0px;
  margin-left: 40px;
  margin-bottom: 10px;
}

#left li li {
  padding: 4px 20px;
  background: url(images/small.gif) no-repeat left;
}

#left a {
  color: #595959;
}
#left a:visited {
  color: #595959;
}

#left p {
  padding: 10px;
}

#calendar1 {
  padding: 0 10px 20px 10px;
}

#calendar table {
  width: 100%;
  text-align: center;
}

#calendar tbody td {
  border: 1px solid #F1F1F1;
}

#calendar #prev {
  text-align: left;
}

#calendar #next {
  text-align: right;
}

#calendar tfoot a {
  text-decoration: none;
  font-weight: bold;
}

#calendar #now {
  background: #696969;
  border: 1px solid #ff0000;
  font-weight: bold;
  color: #FFF;
}

#right {
  float: right;
  width: 460px;
  padding-right: 10px;
}

#right h4 {
  margin: 0;
  padding: 0px;
  font-size: 12px;
  color: #595959;
}

#right a {
  color: #595959;
  text-decoration: none;
}

#right p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

#right h2 {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  color: #FFF;
}

.date {
  text-align: right;
  color: #595959;
  font-size: 11px;
}

.date a {
  color: #595959;
}

#footer {
  height: 37px;
  clear: both;
  padding-top: 10px;
  background: url(images/footer.gif) repeat-x;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #FF9900;
}

#footer p {
  margin: 0;
  font-size: 10px;
  text-align: center;
  color: #FFF;
}

#footer a {
  color: #FFF;
}

a:link {
  text-decoration: none;
  color: #FFF;
}

a:visited {
  color: #FFF;
  text-decoration: none;
}

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

a:active {
  color: #FFF;
  text-decoration: none;
}

