body {
	background: #fff url(background.png) repeat-x;
	margin: 0 auto;
	font-family: Verdana, sans-serif, Tahoma, Arial;
      font-size: 12px;
	color: #444;
}

#wrap {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}

a {
	color: #207f7b;
	text-decoration: none;
}

a:hover {
	color: #d90202;
}



p {
 text-align:justify;
  } 

.topLogo {
	width: 1000px;
	text-align: left;
	margin-bottom: 35px;
	padding-top: 25px;
}

.topLogo h1, .topLogo h2 {
	font: normal normal 25px Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	color: #d90202;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

.topLogo h1 a, .topLogo h2 a {
	text-decoration: none;
	color: #d90202;
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #207f7b;
}

.topLogo {
	font: normal normal 16px Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	color: #207f7b;
}

/* Page structure styles */



#rsidebar {
	float: right;
	width: 200px;
}

#content {
	float: left;
	width: 780px;
	margin-right: 20px;
      margin-bottom: 25px;
}

/* Sidebars styles */


 #rsidebar h2 {
	font: normal normal 17px Georgia, "Times New Roman", serif;
	color: #d90202;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #207f7b;
}

hr {
color: #ddd;
background-color: #ddd; 
}

 #rsidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


 #rsidebar ul li {
	margin: 0 0 0 0;
	padding: 6px 0;
	list-style: none;
      border-bottom: 1px solid #ddd;
}



.postTitle h1, .postTitle h2 {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #d90202;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

.postTitle h1 a, .postTitle h2 a {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #d90202;
	text-decoration: none;
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
	font: normal normal 22px Georgia, "Times New Roman", serif;
	color: #207f7b;
}


.postContent {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 17px;
	width: 780px;
}


/* Footer styles */

#footer {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	font-size: 12px;
	padding-bottom: 20px;
	width: 1000px;
      float: left;
}

