body {
	margin: 20px;
	background: #000000;
	font-family: "Trebuchet MS",Verdana,Sans;
	font-size: 14px;
	color: #444;
	text-align:center;
}
#wrapper {
	width: 910px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
	text-align:justify;
}
#header {
	width: 910px;
	height: 172px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
}
#logo {
	float: left;
	width: 640px;
	color: #B2B2B2;
}
#logo h1 {
	float: left;
	padding: 100px 0 0 20px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-size: 32px;
	margin: 0;
	color: #444;
}
#logo p {
	float: left;
	margin: 0;
	padding: 110px 0 0 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size:14px ;	
} 
#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}
#menu {
	width: 910px;
	height: 41px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img02.jpg) no-repeat left top;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	padding: 13px 10px 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}
#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
}
#page {
	width: 910px;
	margin: 0 auto;
	background: url(images/img03.jpg) no-repeat left top;
}
#content {
	float: left;
	display:block;
	margin:0;
	padding:0;
	margin:20px;
	margin-top:40px;
	width: 705px;
}
.post .title {
	color: #000000;
	margin:0;
}
.post .title a {
	background: none;
	border: none;
	font-size:18px;
	color: #9C310F;	
	text-decoration: none;
	margin:0;
}
.post .title a:hover {
	text-decoration: underline;
}
.post .meta {
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-size: 10px;
}
.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}
.post .entry p{
	margin-top: 7px;
	margin-bottom:7px;
}
h3.ui-accordion-header,.ui-tabs-nav-item a span{
	font-size: 16px;
	font-weight:bold;
}
h2{
	font-size: 14px;
	font-weight:bold;
	color:#555;
}
.ui-accordion-content{
	height:260px;
	padding-top:0 !important;
}
a, .ui-tabs-panel a, .ui-accordion-content a{
	color:#191798;
	text-decoration:none;
}
.ui-accordion-content ul, .ui-accordion-content ol{
	font-family: "Trebuchet MS",Verdana,Sans;
	font-size: 14px;
	color: #444;
	margin-top: 0;
}
.ui-accordion-content ul{
	list-style-type:disc;
}
.ui-accordion-content ol{
	list-style-type:upper-roman;
}
.ui-accordion-content ul, .ui-tabs-panel ul{
	list-style-type: square;
	padding-bottom:5px;
}
.ui-accordion-content li{
	margin-top:5px;
	margin-bottom:5px;
}

.ui-accordion-content table{
	font-family: "Trebuchet MS",Verdana,Sans;
    font-size: 14px;
    color: #444;
    margin:7px;
    padding:0;
    text-align:left;
}

.ui-accordion-content th, td{
	padding:2px;
    vertical-align:top;
    border:1px solid #999999;
}

form th, form td{
	border:0;
}
form td{
	font-weight:bold;
}
label.error{
	color:#DF3737;
	font-weight:bold;
	display:block;
	clear:both;
	padding-left:3px;
}
ul.errors{
	color:#DF3737;
	font-weight:bold;
	margin:0;
	padding:0;
	list-style-type:none;
	padding-left:3px;
}
table#guestbookentry
{  
    font-family: "Trebuchet MS",Verdana,Sans;
    font-size: 14px;
    color: #444;
    margin:7px;
    padding:0;
    width:690px;
    text-align:left;
}

table#guestbookentry th, td{
    padding:2px;
    vertical-align:top;
    border:1px solid #999999;
}

table#guestbookentry th#date
{
    width:108px;
}

table#guestbookentry th#entry
{
    width:350px;
}
table#guestbookentry th#nick
{
    width:110px;
}
table#guestbookentry th#subject
{
    width:110px;
}
p{
	font-family: "Trebuchet MS",Verdana,Sans;
	font-size: 14px;
	margin:0;
	padding:0;
}

p.code
{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:10px;
	border-right:2px solid #fdfdfd;
	border-top:2px solid #fdfdfd;
	border-left:2px solid #ddcdcd;
	border-bottom:2px solid #ddcdcd;
	padding-top:3px;
	padding-left:5px;
	padding-bottom:5px;
	background:#ededed;
}

#sidebar {
	font-family: "Trebuchet MS",Verdana,Sans;
	float: right;
	width: 145px;
	padding: 40px 20px 0 0;
	color: #787878;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li ul {
	padding-bottom: 20px;
}
#sidebar li li {
	line-height: 25px;
}
#sidebar h1 {
	color: #000000;
	font-size:14px;
}
#sidebar a {
	color: #444;
	text-decoration:none;
	border: none;
	font-size:14px;
	display:block;
	border-bottom: 1px dashed #ddcdcd;
	text-align:left;
}
#sidebar a:hover {
	text-decoration: none;
	color: #444;
	font-size:14px;
	background:#ededed;
	border-bottom: 1px solid #ddcdcd;
}
#sidebar p {
	text-align: left;
	color: #444;
	font-size:14px;
}
#footer {
	width: 910px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0;
	color: #B2B2B2;
}
#footer p {
	margin: 0;
	line-height: normal;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}