body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 76%;
 background-color:#4b8744;
 background-image: url(../images/background2010.jpg);
 background-repeat: repeat-x;
 color: black;
 margin-top: 10px;
}

h1 {
	font-size: 2em;
	border-bottom: 1px solid black;
	padding-bottom: 2px;
}

h2 {
	font-size: 1.5em;
	color: #003300;
	}
	
h3 { font-size: 1.2em;
	}
	
h4 { font-size: 1em;
	margin-bottom: 0px;
	}

a img { border:none; }

#wrapper { 
 margin: 0px auto;
 width: 800px;
 background: #EEC;
 background-image: url(../images/glra_background.gif);
 background-repeat: repeat-y;
}

#content { 
 float: left;
 background: #EEC;
 height: auto;
 width: 630px;
 padding: 0px 5px;
}

#header {
 width: 800px;
 float: left;
 height: 75px;
 background: #EEC;
}

#footer { 
 width: 796px;
 height: 25px;
 clear: both;
 background: #EEC;
 padding: 2px;
 text-align:center;
 font-size: .9em;
}

#leftcolumn { 
 background: #CC9;
 height: auto;
 width: 149px;
 float: left;
 padding: 0px 5px;
}

#menu {
display: block;
position: relative;
left: -20px; 
color: #030;
}

#menu li {
margin-bottom: 4px;
}

.pictable {
	background-color: #fff;
	margin: 0px auto;
	}

/* text styles */
.alert { color: #C00; }
.bigger { font-size: 1.1em; }
.smaller {font-size: .9em; }

/* more useful styles */
.picLeft { float:left;
	border: 1px solid black;
	margin: 5px;
	margin-left: 0px;
	}
.picRight { float:right;
	border: 1px solid black;
	margin: 5px;
	margin-right: 0px;
	}
ul.linklist li {
	margin-bottom: 3px;
	}
.leftcol {
	width: 305px;
	float: left;
	}
.rightcol {
	width: 305px;
	float: right;
	}