* {
margin:0;
padding:0;
}

html {
font-size:120%;
}

body {
font-size:50%;
font-family:trebuchet ms;
}

h1,h2,h3 {
font-family:'Bookman Old Style', serif;
color:#a97a38;
padding:10px 0 5px;
font-weight:normal;
}

p, ol {
margin-top:0.2em;
font-size:1.2em;
line-height:1.4em;
}

h4 {
color:#388694;
}

ul {
list-style-type:square;
margin-left:17px;
}

ul#sidebar, li#sidebar {
list-style-type:none;
}

a {
color:#388694;
}

a:hover {
text-decoration:none;
}

img {
border:none;
}



#wrapper {
	display: block; 
	/*border: 1px #000000 solid;*/
	width:90%; 
	margin:0px auto;
	font-size:1.4em;
}

#header {
height:180px;
}

h1 {
line-height:180px;
}

#content {
	width: 75%;
	float: left;
}

#sidebar {
	width: 23%;
	float: right;
}

#both {
	clear: both;
}

#footer {
}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}

ul#nav li {
display:inline;
text-decoration:none;
}

hr {
background-color:#ccc;
color:#ccc;
border:none;
}
.feedback {
text-align:right;
}
.feedback a {
text-decoration:none;

}

#calendar {
color:#444;
font-size:1.0em;
}

.wp-caption {
font-size:0.9em;
background-color:#888;
}