body {
	margin: 0px;
	padding: 0px;
	background: #b0b0b0;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
}

h1 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 2.4em;

}

h2 {
	font-size: 1.8em;
        margin-bottom:-5px;
}

h3 {
	font-size: 1.4em;
        margin-bottom:-5px;
}

p, ol, ul {

	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}

/* Header */

#header {
	width: 1200px;
	height: 100px;
	margin: 0px auto;
background: #333399;
}

#header a {
	text-decoration: none;
	color: #ffffff;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;

}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 10px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu #active {
	background: #000066;
}

/*#menu #active a {
	background: url(https://staticjw.com/n/templates/professional/images/img02.gif) no-repeat 100% -40px;
}*/

/* Page */

#page {
	width: 1200px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}


/* Content */

#content {
	float: right;
	width: 850px;

}

.post {
	margin: 24px 0px 30px 0px;


}

.post .title {
	margin: 0px;
	background: #333399  no-repeat left 50% ;
	padding: 7px 25px;
	font-size: 1.4em;
        font-weight:bold;
}


.post .entry {
	padding: 0 ;

}




/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
margin:0px;
padding: 0px;
padding-bottom:20px;
border-bottom: 1px solid #ddd;
}


/*#sidebar-bgbtm {
	background: url(https://staticjw.com/n/templates/professional/images/img03.jpg) no-repeat left bottom;
}

#sidebar-content {
	background: url(https://staticjw.com/n/templates/professional/images/img01.jpg) repeat-y left top;
}*/

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(https://staticjw.com/n/templates/professional/images/img04.jpg);
	background-repeat:no-repeat;
	background-position:0px 11px; 
}

#sidebar h4 {
	background: #333399  no-repeat left 50%;
margin: 20px 0 10px 0;
	
padding: 7px 25px;
	font-size: 1.4em;
color:#fff;
}

#sidebar a {
	text-decoration: none;
}
#sidebar p {
	padding: 5px;
}
#sidebar a:hover {
	text-decoration: underline;
}


/* Footer */

#footer {
	clear: both;
	width: 650px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #444444;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 15px;
}

#footer a {
	color: #444444;
}

img {
	background: #fafafa;
   border: none;
	padding: 0;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}


fieldset#contact-form {margin:20px 0px 20px 10px;padding:10px;color:#000;width:400px;background:#eee;border:1px solid #999;}
fieldset#contact-form label {font-size:12px;}
fieldset#contact-form input {height:20px;font-size:15px;margin-bottom:15px;padding:3px;}
fieldset#contact-form textarea {font-size:15px;margin-bottom:15px;width:360px;padding:3px;}
fieldset#contact-form #contact-button {font-size:14px;height:30px;margin-left:30px;}
input:focus, textarea:focus {background:#fff;border:1px solid #555;}

#content li {margin-bottom:7px;}
blockquote {font-style:italic;}