html, body {
  margin:0;
  padding:0;
}

body {
  background-color: #fff;
  background-image: url(images/bg.jpg);
  font-family: Lucida Grande, Verdana, Sans-serif;
  font-size: 15px;
  color: #4F5155;
}

a {
  color: #003399;
  background-color: transparent;
  font-weight: normal;
  text-decoration: underline;
}

#topbar {
  height:60px;
  width:100%;
  position:relative;
}

#logo {
  position:absolute;
  left:20px;
  top: 4px;
}

#buttons {
  position:absolute;
  top:4px;
  right: 20px;
}

#buttons a {
  margin-left: 7px;
}

#wrapper {
  margin-top: 60px;
  text-align:center;
  /*border-bottom: 1px solid #D0D0D0;*/
}

#inner_wrapper {
  text-align:left;
  width:650px;
  margin: 30px auto 15px auto;
}

#quote {
  text-align:left;
  width:650px;
  margin: 30px auto 15px auto;
}

blockquote {
 color: #444;
 background-color: transparent;
 font-size: 20px;
 font-weight: bold;
 margin: 5px;
}

div.cite {
  text-align:right;
  margin-right:5px;
  margin-bottom:30px;
  font-size: 14px;
}

#footer {
  text-align:right;
  margin-top:65px;
  margin-right:15px;
  font-size:0.8em;
}

img {
  border:0;
}



.form input {
  font-size: 1.2em;
  padding:2px;
}

.form textarea {
  font-size: 1.2em;
  padding:2px;
}



#admin_wrapper {
  margin-left:25px;
  margin-right:25px;
}



#facebox .b { background:url(facebox/b.png); }
#facebox .tl { background:url(facebox/tl.png); }
#facebox .tr { background:url(facebox/tr.png); }
#facebox .bl { background:url(facebox/bl.png); }
#facebox .br { background:url(facebox/br.png); }

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}



#recaptcha_widget_div {	
	background-color: #fff;
	border: 1px solid #b4b4b4;
}