* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #fff;
  color: #333;
  font-size: 80%;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  background-image: url(background.png);
  background-repeat: repeat-x;
  text-align: center;
}

blockquote {
  padding: 10px;
  font-size: 110%;
  letter-spacing: 1px;
  font-style: italic;
  background-color: #f7f7f7;
  color: #666;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  border-left: 10px solid #dedede;
  border-right: 1px solid #dedede;
  margin: 10px;
}

p {
  padding: 5px;
}

h1, h2, h3, h4 {
  font-family: georgia, serif;
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 140%;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 120%
}

h4 {
  font-size: 110%;
}

a:link, a:visited{
  text-decoration: none;
  color: #000066;
  background-color: inherit;
}

a:hover {
  color: #aa0000;
  background-color: inherit;
}



hr {
  width: 80%;
  border: 1px solid #eeeeee;
  margin-left: auto;
  margin-right: auto;
}



/* Layout Styles */
#wrapper {
  color: inherit;
  background-color: inherit;
  width: 776px;
  margin-left: auto; /* Todo: Do cross browser centering */
  margin-right: auto;
  text-align: left;
  background-image: url("shadow.png");
  background-repeat: no-repeat;
}

#main_container {
  margin: 10px;
  color: inherit;
  background-color: #fff;
  border: 1px solid #ddd;
}

#left_container {
  width: 180px;
  float: left;
  text-align: left;
}


#right_container {
  width: 550px;
  line-height: 1.5em;
  float: left;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #eeeeee;
}

#header_bar {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

#left_menu {
  padding-left: 2px;
  padding-right: 10px;
}

#footer_bar {
  width: 100%;
  color: #777;
  background-color: #eee;
  background-image: url("background.png");
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: block;
  clear: both;
  border-top: 1px solid #ddd;
}

#footer_bar a:link, #footer_bar a:visited {
  color: #888;
  background: inherit;
}

#footer_bar a:hover {
  color: #666;
  background: inherit;
}
/* Custom Styles */
#site_logo {
  font-family: georgia, serif;
  font-size: 180%;
  font-weight: bold;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
  font-style: italic;
  letter-spacing: 1px;
}
/*Something after here messing with Option <ul>*/
.red {
  color: #a2300d;
  background-color: inherit;
}

#header_bar a:link, #header_bar a:visited {
  text-decoration: none;
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 3px;
  color: #fff;
  background-image: url("menu_bg.png");
  text-transform: lowercase;
  border-bottom: 0px;
  background-color: #444; 
}

#header_bar a:hover, #header_bar .active {
  padding-top: 3px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 3px;
  color: #fff;
  background-image: url("menu_bg_over.png");
  background-color: #b4500e; 
}

#header_bar li{
  display: inline;
}

#left_menu ul {
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
}

#left_menu li {
  border-bottom: 1px solid #eee;
}

#left_menu a, #left_menu a:link {
  display: block;
  text-decoration: none;
  color: #000066;
  background-color: inherit;
  border: 0;
  padding: 4px;
}

#left_menu a:hover {
  background-color: #fcfcfc;
  color: #aa0000;
}


.block {
  color: inherit;
  background-color: #ffffcc;
  border: 1px solid #eeeebb;
}

.block .inner {
  background: transparent url("corner.png") bottom right no-repeat;
  position: relative;
  left: 2px;
  top: 2px;
  padding: 10px;
}

.text_box{
  border: 1px solid #eeeeee;
  color: inherit;
  background-color: #f9f9f9;
  width: 250px;
  padding:1px 2px;
}

.text_box:hover {
  color: inherit;
  background-color: #ffffcc;
}

.button {
  border: 1px solid #dcdcdc;
  color: inherit;
  background-color: #f9f9f9;
}

/* style for the phproxy code */
#buttons {
	text-align:center;
	padding-top:10px;
}
#buttons img {
	margin-bottom:5px;
}

#ads {
	margin:20px 5px;
}




#triggercontent {
	display:none;
}

