/*
Design by NodeThirtyThree for Free CSS Templates
http://www.nodethirtythree.com/ + http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/bg01.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
}

h1, h2, h3 {
	margin-top: 20px;
  margin-bottom: 5px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 42px;
}
h2 {
	font-size: 30px;
  color: #222;
}
h3 {
	font-size: 24px;
  color: #222;
}

table.format {
	background-color: #FFF;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.format th {
	border: 1px solid #8CACBB;
	background-color: #DEE7EC;
	padding: 3px;
}
table.format td {
	border: 1px solid #8CACBB;
	padding: 3px;
}

p, ul, ol {
	margin-top: 0px;
	line-height: 140%;
}

a {
	color: #0098A4;
}

a:hover {
	text-decoration: none;
}

a.blank {
  padding-right: 15px;
  background: url(../images/blank.gif) no-repeat right;
}

strong {
  color: #333;
}

acronym {
  cursor: help;
}

blockquote {
  margin-left: 0px;
  margin-right: 0px;
  padding: 3px 15px;
  border: 1px dotted #999;
  background: url(../images/bg08.jpg) 50% 50%;
  color: #444;
}

pre {
  width: 98%;
  padding: 5px 5px;
  border: 1px dotted #999;
  background: url(../images/bg08.jpg) 50% 50%;
  color: #444;
}

textarea {
  font-family: monospace;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 20px;
}

img.alignright {
	margin-left: 20px;
}

a img {
	border: none;
}

/* Wrapper */

#wrapper {
	background: url(../images/bg02.jpg) repeat-x left top;
}

/* Header */

#header {
	width: 920px;
	height: 130px;
	margin: 0px auto;
	background: url(../images/bg03.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0px;
}

#logo h1 {
	padding: 60px 0px 0px 30px;
}

#logo h2 {
	padding: 80px 0px 0px 10px;
}

#logo a {
	text-decoration: none;
	color: #797979;
}

#logo a:hover {
	text-decoration: underline;
	color: #0098A4;
}

#logo h2, #logo h2 a {
	font-size: 13px;
	color: #9F9F9F;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 78px 30px 0px 0px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	padding: 0px 20px 0px 22px;
	background: url(../images/img02.gif) no-repeat left center;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7B7B7B;
}

#menu a:hover {
	text-decoration: underline;
	color: #0098A4;
}

#menu .first a {
	background: none;
}

#menu a.this {
  color: #222;
}

/* Page */

#admin {
  margin-left: 0px;
  margin-right: 0px;
  padding: 5px 15px;
  border: 1px dotted #999;
  background: url(../images/bg08.jpg) 50% 50%;
  color: #444;
  text-align: right;
}

#page {
	width: 920px;
	margin: 0px auto;
	background: url(../images/bg04.jpg) repeat-y left top;
}

#bgtop {
	background: url(../images/bg05.jpg) no-repeat left top;
}

#bgbottom {
	background: url(../images/bg06.jpg) no-repeat left bottom;
  position: relative;
}

/* Content */

#content {
  float: left;
  width: 650px;
  padding: 35px 0px 20px 35px;
}

#content ul, #content ol {
  padding-left: 25px;
}

#content li {
  list-style-type: disc;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 50px 10px 10px 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin: 15px 15px 25px 15px;
}

#sidebar li li {
	font-size: 11px;
}

#sidebar h2 {
	height: 27px;
	margin: 0px;
	padding: 3px 0px 0px 15px;
	background: url(../images/img04.gif) no-repeat left top;
	font-size: 24px;
	color: #FFFFFF;
}

#sidebar a {
	color: #BCE8EC;
}

#sidebar a.this {
	color: #FFF;
}

#sidebar #language p {
  text-align: center;
  margin-top: 10px;
}

#sidebar #search form {
  text-align: center;
  margin-bottom: 10px;
}

#sidebar #search .q {
  background: url(../images/img04.gif) no-repeat left top;
  width: 100px;
}

#sidebar #search .s {
  background: url(../images/img04.gif) no-repeat left top;
  width: 10px;
}

#sidebarFooter {
  text-align: center;
  position: absolute;
  bottom: 5px;
  width: 180px;
}

/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0px auto;
  padding: 20px 0 0 0;
	background: url(../images/bg07.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #797979;
}

/* table */

.table th { background: #CCC; }
.table td, .table th { padding: 2px 5px; }
.table tr:hover { background: #CCC; }
.table .odd { background: #DDD; }

/* adsense */

#sidebarAdsense {
  text-align: center;
  margin: -15px 0 15px 0;
}

#footerAdsense {
  text-align: center;
  margin: -40px 0 40px 0;
}

.clear {
  clear: both;
  height: 1px
}

