/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/


* {
	margin: 0;
        padding: 0;
}


body {
	background: #EAC99A url(images/img01.jpg);
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #660000;
}

h1, h2, h3 {
	font-weight: normal;
	color: #B27217;
}

h1 {
}

h2 {
	font-size: 2em;
	background: url(images/img05.jpg) repeat-x;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, blockquote, ul, ol {

	line-height: 120%;
}

p {
}

blockquote {
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img06.gif) no-repeat left center;
}

ol {
	margin-left: 3em;
}

ol li {
}

pre, code {
}

pre {
}

code {
}

a {
	color: #D65601;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

img {
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

.bg {
	background: url(images/img02.jpg) repeat-x;
}

/* Header */

#header {
	height: 70px;
        text-align: center;
        width: 100%;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
        font-family: Georgia, 'Book Antiqua', serif;

	font-size: .3em;
}

#logo h2 {
        width: 100%;
	font-size: 1em;
	font-weight: bold;
}

#logo a {

	text-decoration: none;
	color: #FFFFFF;
}



/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	background: url(images/img04.jpg) repeat-y;
}

#sidebar .title {
	margin: 0;
	padding: 20px 20px 0 20px;
	background: url(images/img03.jpg) no-repeat;
}

#sidebar .content {
	padding: 20px;
}

#sidebar .bottom {
	height: 33px;
	background: url(images/img05.jpg) repeat-x left bottom;
}

/* Content */

#content {
	float: right;
	width: 900px;
}


/* Footer */


#footer p {
	font-size: 10px;
}

#footer ul {
	margin: 0;
	padding-top: 2.35em;
	list-style: none;
}

#footer li {
	display: inline;
	padding-left: 2em;
	background: none;
}

#footer a {
	text-decoration: none;
	letter-spacing: -1px;
	color: #FFFFFF;
}

#footer a:hover {
}

.align-center {
        text-align: center;
              }

.align-left {
        text-align: left;
            }

.align-right {
        text-align: right;
             }

.samples {
        margin-left: 5em;
         }

