* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background-image: url(../images/background.png);
	background-repeat: repeat;
}

p, li {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
	margin-right: 20px;
}

p.head {
	font: 1.2em/1.8e, Tahoma, sans-serif;
	margin-bottom: 10px;
	font-weight: bold;
}

p.heading {
	font-weight: bold;
	font: 1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
}

a.foot {
	text-align: center;
	color: black;
}

h1 {
	font: 2.0em Tahoma, sans-serif;
	color: white;
	height: 0px;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

td.form {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
	margin-right: 20px;
}

#page-wrap {
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	}
#page-wrap #inside {
	margin: 10px 10px 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
#main-content {
	padding-left: 230px;
	padding-top: 20px;
	min-width: 630px;
	max-width: 1110px;
	min-height: 600px;
}

#transbox {
	background-color:#FFFFFF;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

div.transbox p {
  margin:30px 40px;
  font-weight:bold;
  color:#000000;
  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 Standard */
  opacity:1.0;
}

#header {
	text-align: center;
}
	
#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}

#footer {
	//background: #267f23;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: black;
}

.corner{
	-moz-border-radius:10px; / Firefox / 
	-webkit-border-radius:10px; / Safari and chrome / 
	-khtml-border-radius:10px; / Linux browsers / 
	behavior: url(http://www.fbcbastrop.org/style/border-radius.htc); / IE browser /
	border-radius:10px; / CSS3 / 
	position: relative;
}