body {
	background: #5c707f;
}
#menu ul {
	background: url(element/menu_bg.png) repeat-x 0 bottom;
}
#header {
  height: 105px;
}
#header h1 {
  padding-left:140px;
}
#menu ul li.current_page_item a {
  background:#fff url(element/menu_button.png) no-repeat scroll right top;
}
#menu ul li.current_page_item a span {
  background:transparent url(element/menu_button.png) no-repeat scroll left top;
}
#container {
	background: url(element/top.png) no-repeat 0 0;
}
#copyright {
	background: #16222B url(element/bottom.png) no-repeat left bottom;
}
.post-content img{padding:0;background:none;}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
