/*

*/

body {
	margin: 0;
	padding: 0;
	background: #444444 url(../images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

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

h1 {
	font-size: 2em;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 1.2em;
}

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

ul, ol {
}

a {
	text-decoration: none;
	color: #7d7d7d;
}

a:hover {
color: #000000;
}

#wrapper {
	width: 776px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 775px;
	height: 124px;
	margin-left: 0px
}

/* Menu */

#menu {
	width: 778px;
	height: 26px;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;

}

#menu a {
	display: block;
	width: 128px;
	height: 22px;
  	padding-top: 4px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	border-left: 1px solid #ffffff;
}

#menu a:hover, #menu .current_page_item a {
	background: #7d7d7d;

	text-decoration: none;
}

#menu .current_page_item a {
	background: #7d7d7d;

	padding-left: 0;
}

#menu .contactblock a {
	background: #000000;
	width: 128px;

	text-decoration: none;
	border-right: 1px solid #ffffff;
}

#menu .contactblock a:hover {
	background: #7d7d7d;

	width: 128px;
	padding-left: 0;
}

#menu .contactblock2 a {
	background: #7d7d7d;

	width: 128px;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}

/* Page */

#page {
	width: 773px;
	margin: 0px;
	background: #ffffff url(../images/img02.jpg) repeat-y;

	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

/* Sidebar */

#sidebar {
	float: left;

	width: 28px;
	padding: 0px;


}
/* Content */

#content {
	float: right;
	width: 646px;
	margin-right: -2px;


	padding: 20px 0px 0px 0px;
}

.post {
	margin-left: 15px;
	margin-right: 15px;

}
.post .entry {
	text-align: justify;
	border-bottom: 1px solid #000000;
}



/* Footer */

#footer {
	height: 65px;
	margin: 0 auto;
	padding: 0px 0 5px 0;
	background: #004b91;
	border-top: 0px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#footer p {
	margin: 0;
	padding-top: 2px;
	line-height: normal;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #8A8A8A;
}

/* Footer2 */

#footer2 {
	height: 12px;
	margin: 0 auto;
	padding-top: 8px;
	background: #000000;


	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#footer2 p {
	margin-top: -5px;
	
	line-height: normal;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}

#footer2 a {
	color: #8A8A8A;
}