body {
	background-image: url(../images/background.gif);
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

p, ul, h3 {
	color: #ffffff;
}

a {
	color: #E3DA80;
	font-weight: bold;
}

img, div {
	behavior: url(iepngfix.htc)
}

#container {
	background-image: url(../images/container-back.gif);
	background-position: center top;
	margin: auto;
	width: 802px;
}

#navigation {
	width: 237px;
	margin: auto;
	float: left;
	height: 657px;
	display: block;
}

#navbar {
	margin: 0px 0px 0px 43px;
	background-image: url(../images/navbar-bg.gif);
	height: 470px;
	width: 144px;
	background-repeat: no-repeat;
}

#content {
	margin: auto;
	width: 353px;
	display : inline;
	float: left;
}


#content p, h3 {
	margin: 5px 10px 15px;
	line-height: 125%;
}

.divider {
	background-image: url(../images/column-divider.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#fullcontent {
	margin: auto;
	width: 562px;
	display : inline;
	float: left;
}

#fullcontent p, h3 {
	margin: 5px 10px 15px;
	line-height: 125%;
}

#sidebar {
	margin: auto;
	width: 209px;
	display : inline;
	float: right;
}

#sidebar p, ul {
	font-size: 11px;
	color: #ffff99;
	line-height: 125%;
	font-weight: normal;
}

#sidebar p {
	margin-right: 8px;
	margin-left: 5px;
}

#sidebar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#anniversary {
	height: 240px;
}

#footer {
	margin: auto;
	width: 802px;
}

#downloads {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 96%;
}

#downloads img {
	border: thin dashed #FFFFFF;
	padding: 2px;
	margin-bottom: 10px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.width50 {
  width: 49.7%;
}

form {
	font:100% verdana, arial, sans-serif;
	margin: auto auto 10px;
	padding: 0;
	width: 500px;
	color: #FFFFFF;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #fff;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0 0 0 10;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
-->