html
{
	background: url(images/bg_site.jpg);
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 20px;
	color: #11D8EF;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 11px;
}

h3 {
	font-size: 13px;
	color: #11D8EF;
}

p, blockquote, ol, ul {
	margin-bottom: 20px;
	line-height: 16px;
	
}

p
{
	margin-right: 20px;
}

ol, ul {
	list-style: none;
}

ol {
	/* margin-left: 3em; */
	list-style: outside decimal;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #11D8EF;
}

/* Logo */

#logo {
	/* padding: 0 0 150px 0; */
	background: url(images/header.jpg) no-repeat center bottom;
	/* border-top: 10px solid #000000; */
	/* border-bottom: 1px solid #FFFFFF; */
	height: 159px;
	float: none;
	padding: 0;
	margin: 0;
}

#logo h1, #logo h2 {
	width: 860px;
	margin: 0 auto;
	text-transform: uppercase;
	font-size: 1.22em;
}

#logo h1 {
}

#logo h2 {
	margin-top: -1.22em;
	text-align: right;
}

#logo a {
	text-decoration: none;
	color: #666666;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
}

/* Left */

#left {
	float: left;
	width: 180px;
	margin-top: 20px;
	/* padding: 20px;*/
}

#left h2 {
	text-transform: uppercase;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/bg_h.gif) no-repeat;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 0;
}

#left ul {
	line-height: 20px;
	margin: 0;
	margin-bottom: 30px;
	margin-top: 0;
	padding-top: 0;
}

#left li {
	padding: 0;
	background: url(images/bg_arrow.gif) no-repeat left;
	/* text-align: right; */
	margin: 0;
}

#left a {
	text-decoration: none;
	font-size: 11px;
	padding-left: 20px;
}

#left a:hover {
	text-decoration: none;
	color: #11D8EF;
}

/* Center */

#center {
	float: left;
	/* width: 418px; */
	width: 490px;
	margin-top: 20px;
	overflow: hidden;
}

#center p
{
	color: #666666;
}

#center a 
{
	text-decoration: underline;
}

/* Right */

#right {
	float: left;
	width: 170px;
	/* padding: 20px; */
	margin-top: 20px;
	margin-left: 10px;
}

#right h2 {
	text-transform: uppercase;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(images/bg_h.gif) no-repeat;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 0;
}

#right ul {
	line-height: 20px;
	margin: 0;
	margin-bottom: 30px;
	margin-top: 0;
	padding-top: 0;
}

#right li {
	padding: 0;
	background: url(images/bg_arrow.gif) no-repeat left;
	margin: 0;
}

#right a {
	text-decoration: none;
	font-size: 11px;
	padding-left: 20px;
}

#right a:hover {
	text-decoration: none;
	color: #11D8EF;
}

/* Footer */

#footer {
	height: 95px;
	background: url(images/bg_footer.gif) no-repeat top;
	width: 860px;
	margin: 0 auto;
}

#footer p {
	padding: 10px;
}

#footer a {
	text-decoration: none;
	color: ##FFFFFF;
}

.cleaner
{
	float: none;
	clear: both;
	width: 470px;
	height: 17px;
	overflow: hidden;
	background: url(images/bg_cleaner.gif);
}

.links
{
	float: none;
	clear: both;
	width: 470px;
	overflow: hidden;
}


.headLineLink
{
	color: #11D8EF;
}

.current_page_item a
{
	color: #11D8EF;
}

.current-cat a
{
	color: #11D8EF;
}

.nextlink
{
	float: right;
}

.image 
{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

.style1 {color: #FFFFFF}
.style6 {font-size: 13px}
.style7 {
	font-size: 9px;
	font-weight: bold;
}
.style8 {color: #11D8EF;}
.style9 {font-size: 1.80em; color: #11D8EF; }