/*
Design by Free CSS Templates
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3  { color: #05cc06; font-weight: normal; margin: 0 }

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
}

ul {
}

blockquote  { font-style: italic; margin: 0; padding-left: 5px }

blockquote * {
	line-height: normal;
}

a   { color: #5eb2ed }

a:hover   { font-style: normal; font-weight: bolder; text-decoration: none }

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Header */

#header      { background: url(images/header.jpg) no-repeat center top; margin: 0 auto; width: 800px; height: 530px }

/* Logo */

#logo   { background-color: #5eb2ed }

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
}

#logo h1 {
	padding: 120px 0 0 0;
	letter-spacing: -1px;
	font-size: 36px;
}

#logo h2 {
	font-size: 18px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu       {width: 798px;  no-repeat center ; margin: 0 auto; }

#menu ul         { background: #5eb2ed url(images/img05.jpg) repeat-x; text-align: center; list-style-type: none; margin: 0; padding: 0; border-right: 2px solid #ffffff; border-left: 2px solid #ffffff; width: 798px; height: 40px }

#menu li   { display: inline }

#menu a    { color: #ffffff; font-weight: bold; font-size: 18px; text-decoration: none; background: url(images/img06.gif) no-repeat; text-transform: lowercase; display: block; float: left; padding: 10px 20px 0 5px; width: 80px; height: 30px }
#menu a:hover    { color: #05cc06; font-style: normal; font-weight: bolder }

/* Page */

#page     { width: 800px;  margin: 0 auto; }

/* Content */

#content           { 
				background: #ffffff url(images/img07.gif) no-repeat left bottom;
				 float: right; 
				padding: 0px; 
				 width: 550px }

/* Sidebar */

#sidebar       { float: left;
 padding-top: 0px;
width: 130px }

#sidebar a  { color: #3699e4 }

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 92%;
}

#sidebar ul li {
	padding: 5px 14px;
	background: url(images/img13.gif) no-repeat 0px 12px;
	border-top: 1px solid #0B0B0B;
}

#sidebar ul li.first {
	border: none;
}

#sidebar ul li h2 {
	margin: 0;
	font-size: 100%;
}

#sidebar ul li h3 {
	margin: 0;
	font-size: 92%;
}

#sidebar ul li p {
	margin: 0;
}

.boxed {
	margin-bottom: 10px;
	background: #000000 url(images/img10.gif) no-repeat left bottom;
}

.boxed .title {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #5EB2ED url(images/img08.jpg) no-repeat;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.boxed .content {
	padding: 15px;
	background: url(images/img09.gif) repeat-x;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput   { font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif; background: #efefef url(images/img11.gif) repeat-x; float: right; padding: 2px 5px; border: solid 1px #ffffff; width: 75px }

#searchsubmit  { color: #000000; font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif; background: #5eb2ed url(images/img12.gif) repeat-x; float: right; margin-top: 5px; border: none }

/* Footer */

#footer {
	height: 100px;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
	color: #989797;
}

#footer a {
	color: #989797;
}