@CHARSET "ISO-8859-1";

body {
	font-family: Palatino, Georgia, "Times New Roman", serif;
	background-color: rgb(248, 240, 193);
}

#container {
	width: 90%;
	margin: 10px auto;
	color: #333;
	line-height: 130%;
}

#top {
	padding: .5em;
	background-color: #ddd;
	border-bottom: 1px solid gray;
}

#top h1 {
	padding: 0;
	margin: 0;
}

#leftcontent {
	float: left;
	width: 50%;
	margin: 0;
	padding: 1em;
}

#rightcontent {
	margin-left: 52%;
	padding: 1em;
}

#footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
}

#eftcontent p {
	margin: 0 0 1em 0;
}

#rightcontent h2 {
	margin: 0 0 .5em 0;
}

h2.motto {
	font-style: italic;
	text-align: center;
}

.copyright {
	font-size: smaller;
	text-align: center;
}

a {
	/* Links will be the same greenish color as found in the logo. */
	color: rgb(69, 102, 0);
	text-decoration: none;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.centered {
	text-align: center;
}

.heavy {
	font-weight: bold;
	font-size: larger;
}

/** Primary navigation under the image on the right. **/
#navigation {
	margin-top: 20px;
	text-align: center;
}

.navelement {
	margin-left: 20px;
	margin-right: 20px;
	vertical-align: middle;
}

.navtext {
	font-weight: bold;
	font-size: larger;
	vertical-align: middle;
}

/** Portfolio navigation. **/

#portfolionavigation {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

/** The thumbnail gallery is taken from http://accessat.c-net.us/test/gallery.html **/
/* exploit a parsing bug so rules will be visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}
.IE5IsQuirky1 { /* WinIE 5.0 gets weird without something after font-family hack */
}

.thumbs {             /* container for all thumbs */
  width: 80%;         /* an explicit width is required for WinIE, or it screws up badly */
  margin: auto;       /* correctly center block element */
  padding: .5em;
  color: #000;
  overflow: hidden;
  text-align: center;
}
.thumbs ul {
  margin: 0;
  padding: 0;
}
.thumbs li {        /* test these rules with various fonts, may need adjusting */
  height: 6.5em;    /* high enough for image plus 2-line caption */
  width: 8.5em;     /* wide enough for widest image with a bit of padding */
  float: left;      /* as many as can fit in window width */
  overflow: hidden; /* do not let IE stretch the container */
  text-align: center;
  padding: .3em;
  margin: .5em;
  font-family: "\"}\""; /* hide correct dimensions from WinIE 5.x */
  font-family: inherit;
}
.IE5IsQuirky2 { /* WinIE 5.0 gets weird without something after font-family hack */
}
.thumbs img {          /* image resized in ems to maintain proportions */
  display: block;      /* prevent text from flowing on the side */
  height: 6em;       /* image resolution may suffer a little, but not much */
  text-align: center;  /* center for IE */
  margin: 0 auto .3em auto; /* center for non-IE */
  padding: 0;
  border-width: 0px 0px 0px 0px;
}



