html,body {
	width: 100%;
	margin: 0;
	background-color: #e0e3e8;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	height: 100%;
  	width: 823px;
  	background-color: white;
}

/* @group header */

div#header {
  width: 100%;
  height: 220px;
  background: url(../images/header_bg.jpg) no-repeat;
  text-align: left;
}

div#header img {
  position: relative;
  border: 0;
  top: 25px;
  left: 24px;
}



/* @end */

/* @group topmenu */

div#topmenu {
  height: 30px;
  width: 100%;
  background-image: url(../images/menu_bg.jpg);
  text-transform: lowercase;
  font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#topmenu ul {
	list-style-type: none;
  margin: 0;
  padding: 5px 0 0;
}

#topmenu li {
	display: inline;
	margin-left: 25px;
	margin-right: 25px;
}

#topmenu a {
  text-decoration: none;
  color: #bebebe;
}

#topmenu a:hover {
  text-decoration: none;
  color: #fef200;
}



/* @end */

div#content {
  width: 100%;
  background: url(../images/main_bg.gif) repeat-y;
}

/* @group main content */

div#main {
  width: 533px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 50px;
  font: 14px Arial;
}

#main a {
  color: #416d95;
  text-decoration: none;
}

#main a:hover {
  text-decoration: underline;
}

span#sharethis_0 {
  float: right;
}

span#sharethis_0 a {
  color: #416d95;
  text-decoration: none;
  font-size: 12px;
}

span#sharethis_0 a:hover {
  text-decoration: hover;
}

#main h1 {
  font: 32px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#main p#pages {
  font-size: 12px;
  margin-top: 40px;
}

/* @group form */

div.form {
  margin-top: 30px;
  font-size: 11px;
}

.form label {
  margin-right: 10px;
  font-size: 14px;
}

.form input[type=text] {
  width: 250px;
}

.form textarea {
  width: 254px;
  height: 100px;
}

.form input[type=submit], .form input[type=reset] {
  margin-top: 10px;
  margin-right: 20px;
}

.form table {
  margin-bottom: 20px;
}

.form tr {
  vertical-align: top;
}

.form td {
  padding-bottom: 10px;
}

.form input

/* @end */

/* @group sitemap list */

#main div.category_list {
	float: left;
}

#main .category_list ul {
	list-style-type: none;
	margin-bottom: 25px;
	padding-left: 0px;
}

#main .category_list li {
	font-weight: bold;
	margin-right: 60px;
}

#main .category_list li li {
	font-weight: normal;
	padding-left: 10px;
}



/* @end */


/* @end */

/* @group sidebar */

div#sidebar {
  width: 250px;
  height: 100%;
  float: right;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar h3 {
  color: #fef200;
  margin: 15px;
  font-size: 18px;
}

#sidebar div.wrapper {
  border-top: 1px solid #8c8c8c;
  margin-bottom: 30px;
}

#sidebar h4 {
  font-size: 14px;
  background-color: #666666;
  margin: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

#sidebar h4:hover {
  background-color: #8e8e8e;
}

#sidebar div.text {
  color: #FFFFFF;
  background-color: #535353;
  margin: 0;
  border-bottom: 1px solid #8c8c8c;
  border-top: 1px solid #8c8c8c;
  padding: 5px 20px 20px;
  font: 12px Arial;
}



#sidebar div.no_content {
  color: #FFFFFF;
  margin: 0;
  padding: 5px 20px 20px;
  font: italic 12px Arial;
}

#sidebar a {
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px;
  border-top: 1px solid #8c8c8c;
}

#sidebar li {
  font-size: 15px;
  background-color: #666666;
  border-bottom: 1px solid #8c8c8c;
}

#sidebar li:hover {
  background-color: #8e8e8e;
}



/* @end */

/* @group footer */

div#footer {
  width: 100%;
  height: 46px;
  border-top: 1px solid black;
  background: url(../images/footer_bg.jpg) no-repeat;
  text-align: center;
  color: #bebebe;
  font: 10px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
  clear: both;
  padding-top: 3px;
}

#footer a {
  color: #bebebe;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}



/* @end */

div.clear {
  clear: both;
}

div#offlineMessage {
  width: 100%;
  text-align: center;
  background-color: red;
  border-bottom: 1px solid black;
  font: 14px Arial;
  padding-top: 5px;
  padding-bottom: 5px;
}