body {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#CDFFFF;
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
}

h2 {
font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
}

h3 {
font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
}


#side_nav {
	float: left;
}

#content_div {
display:block;
position:absolute;
left: 180px;

	/*margin: 10px 10px 10px 0; */
	padding: 0;
  	float: left;
	width: 760px;
}
#content_top_right {
  padding-right: 21px; /* the width of the top right slice */
  background-image: url(../images/content_bg/9slice_03.png);
  background-position: top right;
  background-repeat:no-repeat;
}
#content_top_left {
  padding-left: 21px; /* the width of the top left slice */
  background-image: url(../images/content_bg/9slice_01.png);
  background-repeat:no-repeat;
}
#content_top {
  background-image: url(../images/content_bg/9slice_02.png);
  background-repeat:no-repeat;
}
#content_top_spacer {
  width: 1px;
  height: 22px; /* the height of the top slice; this is a fix for IE */
}
#content_bottom_right {
  padding-right: 21px; /* the width of the bottom right slice */
  background-image: url(../images/content_bg/9slice_09.png);
  background-position: top right;
  background-repeat:no-repeat;
}
#content_bottom_left {
  padding-left: 21px; /* the width of the bottom left slice */
  background-image: url(../images/content_bg/9slice_07.png);
  background-repeat:no-repeat;
}
#content_bottom {
  background-image: url(../images/content_bg/9slice_08.png);
  background-repeat:repeat-x;
}
#content_bottom_spacer {
  width: 1px;
  height: 25px; /* the height of the bottom slice */
}
#content_right {
  padding-right: 21px; /* the width of the right slice */
  background-image: url(../images/content_bg/9slice_06.png);
  background-position: top right;
  background-repeat:repeat-y;
}
#content_left {
  padding-left: 27px; /* the width of the left slice */
  background-image: url(../images/content_bg/9slice_04.png);
  background-repeat:repeat-y;
}
#content {
  overflow: auto;
  padding: 1px 0; /* 1px or more of padding required to fix a bug in IE 6.0 and below */
  background-image: url(../images/content_bg/content_bg.png);
  background-repeat:repeat;
}
.float_right {float:right;
margin-left:10px;}

#feedback_div{
	/*visibility:hidden;*/
	position:absolute;
	top:300px;
	left:400px;
	z-index:1;
}

.reader{
font-size: .8em;
} 


div#win_me {
	padding: 10px;
	text-align: center;
	outline-style: solid;
	outline-width:thin;
	margin: 0 5px 0 5px;
}