/*
# Structural styles

Fix for IE5 */
body {
	background-color: #E6E6E6;
	background-image: url(../images/bg/pagetop.jpg);
	background-repeat: repeat-x;
}

#page-container {
	width: auto;
	background-image: url(../images/gibbonslogo.gif);
	background-repeat: no-repeat;
	padding-top: 140px;
	padding-left: 2px;
}

.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url(../images/bg/shadow/shadow.jpg) right bottom no-repeat;
  }
.wrap2 {
  background:url(../images/bg/shadow/corner_bl.jpg) 0px 100% no-repeat;
  }
.wrap3 {
  padding:0 20px 20px 0;
  background:url(../images/bg/shadow/corner_tr.jpg) 100% 0px no-repeat;
  }

#page-box {
	width: 480px;
	border: 1px solid #666666;
	text-align: left;
	background-color: #FFFFFF;
}

/*
# Main page styles
*/

a {
	text-decoration:underline;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #666666;
}


#side-navigation {
	float: left;
	width: 169px;
}

#content {
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
	min-height: 500px;
	height:auto !important;
 	height: 500px;
}

#content h1 {
	margin-top: 4px;
	font-size: 20px;
}

#footer {
	clear: both;
	line-height: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: right;
	padding: 6px;
	margin-top: 10px;
}

img.right {
  float: right;
  margin-left: 15px;
  padding: 1px;
}

img.left {
  float: left;
  margin: 5px;
  padding: 1px;
}
/* CSS Document */


