body {
	margin: 0px;
	padding: 0px;
	background: #242323;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #222;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 10px;
}
p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #77003C;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
	background-color: #77003C;
	
}
#header h1 a{
	letter-spacing: .1em;
}
#header h1 #my {
	color: #FFD7EB;
}
#header * {
	letter-spacing: .05em;
}
#header h2{
	font-size: small;
}
#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: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
}

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

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #FFD7EB;
}

#menu a:hover {
	text-decoration: underline;
	background: #FFD7EB;
	color: #77003C;
}

#menu .active {
	background: #FFD7EB;
}

#menu .active a {
	background: url(../images/myhw/img02.gif) no-repeat 100% -40px;
	color: #77003C;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

#header-pic {
	display: block;
	background: url(../images/myhw/img05.jpg) no-repeat left top;
	width: 900px;
	height: 210px;
}

/* Content */

#content {
	float: right;
	width: 570px;
}

.post {
	margin: 0px 0px 30px 0px;
	font-size: 14px;
	
}
.post h3 {
	color:#77003C;
	font-size: medium;
	font-weight: bold;
	margin-top: 5px;
}
.post .title {
	margin: 0px;
	background: #2D4600;
	padding: 7px 7px;
	font-size: 1.4em;
}

.post .entry {
	padding: 0;
}
.post .feedback p{
	margin:5px 0;
	padding: 0;	
}
.post .feedback {
	border-bottom: 2px solid #DFDFDF;
}

.post .feedback .owner, .post .feedback .links{
	color: #333333;
	font-size: smaller;
}
.post .feedback .links {
	text-align: right;
	margin-top: -25px;
}
.post .payment-methods{
	background-color:#E4FFB3;
	padding: 10px 20px 20px 20px;
}
.post .payment-methods p{
	margin-bottom:0;
	line-height: 100%;
}
.post .feedback h4 img.advertisement {
	
}
blockquote{
	background: transparent url(/images/myhw/quoleft.png) no-repeat scroll left top;
	padding: 0 25px;
	margin: 10px 0;
}
blockquote p {
	background: transparent url(/images/myhw/quoright.png) no-repeat scroll right bottom;
	min-height: 15px;
	font-size: small;
}
blockquote.reply{
	background: transparent url(/images/myhw/quoleftreply.png) no-repeat scroll left top;
	margin: 0 30px;
}
blockquote.reply p {
	background: transparent url(/images/myhw/quorightreply.png) no-repeat scroll right bottom;
	font-style: italic;
}
.feedback-link {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #77003C;
	color: #77003C;
}
.advice-button {
	text-align: right;
	margin-top: -20px;
	margin-bottom: 0;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background: url(../images/myhw/img03.jpg) no-repeat left bottom;
}

#sidebar-content {
	background: url(../images/myhw/img01.jpg) repeat-y left top;
}
#sidebar #navigation {
	font-weight: bold;
}
#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}
#sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(../images/myhw/img04.jpg) no-repeat left 50%;
}
#sidebar li li.selected {
	background-image: url(../images/myhw/nav-selected.jpg);
}
#sidebar li li.selected a{
	color: #77003C;
}
#sidebar li ul {
	margin-bottom: 10px;
	list-style: none;
}

#sidebar h2 {
	background: #2D4600 url(../images/myhw//img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
	margin-bottom: 10px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 10px;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

li.site-links a {
	color: white;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
