body {
 margin: 0;
 padding: 0;
 background: #FFFFFF url(img/img01.jpg) repeat-x left top;
 font-size: 13px;
 text-align: justify;
 color: #000000;
}

body, th, td, input, textarea, select, option {
 font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 color: #41212c;
}

h1 {
 font-size: 24px;
 font-weight: bold;
}

h2 {
 font-size: 18px;
}

h3 {
 font-size: 15px;
}

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

blockquote {
 padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
 line-height: normal;
 font-style: italic;
}

a {
 color: #000000;
}

a:hover {
 color: #000000;
}

hr {
 color: #41212c;
}

/* Header */

#header {
 width: 900px;
 height: 380px;
 margin: 0 auto;
 font-family: Arial, Helvetica, sans-serif;
 background: url(img/img02.jpg) no-repeat left top;
}

.headertextbox {
 width: 470px;
 padding-top: 190px;
 padding-left: 430px;
 padding-bottom: 20px;
}

#header h1 {
 margin: 0;
 padding-right: 0;
 padding-top: 0;
 padding-left: 0;
 padding: 0;
}

#header p {
 padding: 0;
 margin-top: 0;
 margin-left: 0;
 margin-right: 0;
 margin: 0;
}

#header h1 {
 font-size: 18px;
 color: #41212c;
 font-weight: bold;
}

#header p {
 font-size: 14px;
 color: #41212c;
 line-height: 5px;
}

/* Page */

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

/* Content */

#content {
 float: right;
 width: 530px;
 margin: 0;
 padding: 0;
 background: url(img/img08.jpg) repeat-y left top;
}

#content .bgtop {
 background: url(img/img09.jpg) no-repeat left top;
}

#content .bgbtm {
 background: url(img/img10.jpg) no-repeat left bottom;
}

.post {
 padding: 40px 30px 0px 30px;
}

.title a {
 text-decoration: none;
 color: #41212c;
}

.alignleft {
 float: left;
}

.alignright {
 float: right;
}

/* Sidebar */

#sidebar {
 float: left;
 width: 230px;
 margin-bottom: 10px;
 background: url(img/img04.jpg) repeat-y left top;
 color: #EEEEEE;
}

#sidebar .bgtop {
 background: url(img/img05.jpg) no-repeat left top;
}

#sidebar .bgbtm {
 background: url(img/img06.jpg) no-repeat left bottom;
}

#sidebar ul {
 margin: 0 0 0 20px;
 padding: 30px 0 20px 0;
 list-style: none;
}

#sidebar li {
 
}

#sidebar li ul {
 padding: 0px 17px 16px 0px;
}

#sidebar li li {
 border-bottom: 1px dotted #E3E3E3;
 padding: 0 0 10px 0px;
}

#sidebar h2 {
 margin: 0;
 height: 40px;
 padding: 10px 0px 0px 20px;
 text-transform: uppercase;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #41212c;
}

#sidebar a {
 color: #000000;
}

#sidebar a:hover {
 text-decoration: none;
}

/* Footer */

#footer {
 clear: both;
 height: 140px;
 background: url(img/img03.jpg) repeat-x left bottom;
 text-align: center;
 font-size: smaller;
 font-family: Arial, Helvetica, sans-serif;
 color: #41212c;
}

#footer p {
 padding-top: 80px;
 text-transform: uppercase;
}

#footer p a {
 color: #41212c;
}