body {
	/*background-color: #cccce5;*/
	background-color: #c6d4f2;
	background-image: url('img/site/grad_back2.png');
	background-repeat: repeat-x;
	background-position: top left;

/*	font-family: Verdana, Arial;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}
p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}
.clr {
	clear: both;
}
img {
		border: 0;
}
.inline {
	display: inline;
}
#wrapper {
	position: relative;
	width: 800px;
	margin: 5px auto;
	background-color: #b1dc87;
	border: thin black solid;
}

div#head {
	border-bottom: thin white solid;
	position: relative;
}
#head img {
	float: left;
	margin: 5px 5px 5px 50px;
}
#head #head_image {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 20px;
	left: 500px;
}
#head h1 {
	display: none;
}
blockquote {
	position: relative;
	font-style:italic; 
}
blockquote span {
	font-size: 1.4em;
	display: inline;
	margin: .1em;
}
#head blockquote {
	float: left;
	font-size: 1.2em;
	width: 200px;
	margin: 70px 0 0 90px;
	color: #4e613b;
	text-align: center;
}
#menu { 
	float: left;
	width: 150px;
	margin-top: 50px;
}

#menu ul {
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

#menu a {
	background-color: #ffcf88;
	border: 2px black solid;
	border-top: 1px white solid;
	border-left: 1px white solid;
	margin: 8px 10px;
	display: block;
	padding: 2px 15px;
	color: black;
	text-align: center;
	text-decoration: none;
}
#menu a:hover {

	border: 2px black solid;
	border-bottom: 1px white solid;
	border-right: 1px white solid;
	background-color: #d5ecbf;
}

#position a , #summer a, #moving a{
	text-indent: -2000px;
	border: none;
	background-color: transparent;
	background-image: url('img/site/posaval.png');
	background-repeat: no-repeat;
	width: 110px;
	height: 50px;
}

#summer a {
	background-image: url('img/site/summer.png');
}

#moving a {
	background-image: url('img/site/newoffice.png');
}

#position a:hover, #summer a:hover,  #moving a:hover {
	border: none;
	background-position: 0 -60px;
}

#content {
	background: url('img/site/content_top.png') 0 0 no-repeat; 
	padding: 28px 24px 30px 24px;
	text-align: justify;
}
#content-middle {
	background: url('img/site/content_bottom.png') 0 100% no-repeat; 
}
#content-overall {
	float: left;
	width: 625px;
	margin-top: 15px;

	background: url('img/site/content_sliver.png') 0 0 repeat-y black; 
}

div#footer {
	text-align: center;
	font-size: .9em;
	margin-top: 25px;
	margin-bottom: 5px;
}

#content p {
	margin-bottom: 1.2em;
}
#content h2 {
	margin: .3em 0 .3em 0;
	font-style: italic;
	font-size: 1.2em;
	text-decoration: underline;
}
#content ul {
	margin-top: -1.2em;
	padding-top: 0;
}

