body {
	margin: 0;
	padding: 0;
	background: #ff0000 url(https://staticjw.com/n/templates/modern/images/img01.jpg) repeat-x left top;
	font-size: 13px;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	color: #000000;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	margin: 15px 0px;
 	padding: 5px 7px 5px 40px;  	
    font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #000000;	
	border: 1px solid #ff0000; 
	background: #ff0000;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #000000;
}

a:hover {
	color: #1100ff;
}

hr {
	display: none;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	background: url(https://staticjw.com/n/templates/modern/images/img03.jpg) repeat-y left top;
}

#wrapper-top {
	padding-top: 30px;
	background: url(https://staticjw.com/n/templates/modern/images/img02.jpg) no-repeat left top;
}

#wrapper-btm {
	background: url(https://staticjw.com/n/templates/modern/images/img04.jpg) no-repeat left bottom;
	padding-bottom: 30px;
}

/* Header */

#header {
	width: 780px;
	height: 150px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: #1100ff;
}

#header h1, #header p {
	margin: 0;
}

#header h1 {
	font-size: 52px;
	padding: 17px 0 0 25px;
	color: #fcfcfc;
        margin-bottom:-15px;
}

#header p {

	padding: 0px 0 0 25px;
	font-size: 26px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fcfcfc;
}

#header a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: left;
	width: 530px;
	margin: 0;
	color: #000000;
}

.post {
	padding: 0px 0 0 0;
}

.title {
/*	padding: 0 10px 5px 0px;*/
padding: 0;
margin: 0;
	border-bottom: 2px #ff0000 solid;
/*	margin-right: 20px;*/
}

.title a {
	text-decoration: none;
	color: #000000;
}

.pagetitle {
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding: 17px 20px 5px 0px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar p {
	margin: 0 0 0 20px; 
	line-height:normal;
}
#sidebar {
	float: right;
	width: 230px;
	margin-bottom: 10px;
	color: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sidebar li {
	margin: 0;
	padding: 5px;
	border-bottom: 1px #ff0000 solid;
	margin: 0 0 0 20px; 
	line-height:normal;
}


#sidebar h4 {
	margin: 20px 0 0 20px; 
	height: 30px;
	font-size: 18px;
	color: #000000;
	border-bottom: 2px #ff0000 solid;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
ul#nav #active a {text-decoration:underline;}

/* Footer */

#footer {
	width: 780px;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fcfcfc;
	background: #1100ff;
	margin-bottom: 27px;
}

#footer p {
	padding-top: 15px;
}

#footer p a {
	color: #fcfcfc;
}

img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
img.left {
	float: left;
	margin: 3px 20px 30px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}

fieldset#contact-form {margin:20px 0px 20px 40px;background:#eee;padding:10px;color:#000;width:400px;}
fieldset#contact-form label {font-size:14px;}
fieldset#contact-form input {height:20px;font-size:16px;margin-bottom:15px;}
fieldset#contact-form textarea {font-size:16px;margin-bottom:15px;width:380px;}
fieldset#contact-form #contact-button {font-size:15px;height:30px;margin-left:30px;}