@charset "utf-8";
/* CSS Document */

html,body {
	width: 100%;
	margin: 0;
  background-color: #fbfbfb;
}

div#wrapper {
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
  background: url(../images/wrapper_bg.gif) repeat-y;
}

/* @group top_bg */

div#top_bg {
  height: 7px;
  width: 100%;
  background: url(../images/wrapper_border_top.gif) repeat-x;
}

div#top_bg_left {
  height: 100%;
  width: 9px;
  background: url(../images/wrapper_border_top_left.gif) no-repeat;
  float: left;
}

div#top_bg_right {
  height: 100%;
  width: 9px;
  background: url(../images/wrapper_border_top_right.gif) no-repeat;
  float: right;
}



/* @end */

/* @group bottom_bg */

div#bottom_bg {
  height: 10px;
  width: 100%;
  background: url(../images/wrapper_border_bottom.gif) repeat-x;
  clear: both;
}

div#bottom_bg_left {
  height: 100%;
  width: 9px;
  background: url(../images/wrapper_border_bottom_left.gif) no-repeat;
  float: left;
}

div#bottom_bg_right {
  height: 100%;
  width: 9px;
  background: url(../images/wrapper_border_bottom_right.gif) no-repeat;
  float: right;
}



/* @end */

/* @group header
 */

div#header {
	margin-top: 0px;
	margin-left: 9px;
	margin-right: 9px;
}

#header img {
  border: none;
}



/* @end */

/* @group menu */
div#menu {
	width: 782px;
	margin-left: 9px;
	margin-right: 9px;
  	background: url(../images/menu_border.gif) repeat-x;
  	text-align: center;
  	padding-top: 8px;
  	padding-bottom: 6px;
  font: small-caps 18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu li {
	display: inline;
	margin-left: 7px;
	margin-right: 7px;
}

#menu a {
  text-decoration: none;
  color: #555;
}

#menu a:visited {
  text-decoration: none;
  color: #555;
}

#menu a:hover {
  text-decoration: none;
  color: #000;
}


/* @end */

/* @group content */

div#content {
	width: 782px;
	margin-left: 9px;
	margin-right: 9px;
	margin-top: 0px;
  	background: url(../images/menu_border.gif) repeat-x;
  	padding-top: 30px;
  	padding-bottom: 20px;
}

#content h1 {
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 0px;
  font: 2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content h2 {
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 0px;
  font: 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content h3 {
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 10px;
  margin-bottom: 0px;
  font: 1.25em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#content p, #content div, #content table {
  margin-left: 20px;
  margin-right: 20px;
  font: 15px/25px Georgia, "Times New Roman", Times, serif;
}

/* @group sitemap list */

#content div.category_list {
	float: left;
	margin-left: 25px;
	margin-right: 25px;
}

#content ul {
	list-style-type: none;
	margin-bottom: 25px;
	padding-left: 25px;
	font: 15px/25px Georgia, "Times New Roman", Times, serif;
}

#content li {
	font-weight: bold;
}

#content li li {
	font-weight: normal;
}



/* @end */

#content a {
  color:#03C;
  text-decoration: underline;
}

#content a:visited {
  color:#03C;
  text-decoration: underline;
}

#content a:hover {
   color:#03C;
  text-decoration: underline;
}

/* @group page listing */

#content p#pages {
	text-align: center;
	font-size: 12px;
  	color: gray;
}

#pages a {
  color: gray;
}

#pages a:visited {
  color: gray;
}

#pages a:hover {
  color: black;
  text-decoration: underline;
}

/* @end */

/* @end */

/* @group footer */

div#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 800px;
	text-align: center;
  color: gray;
  font: 10px Arial;
  clear: both;
}

#footer a {
  color: gray;
  text-decoration: none;
}

#footer a:visited {
  color: gray;
  text-decoration: none;
}

#footer a:hover {
  color: #555;
  text-decoration: underline;
}



/* @end */
