/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image:url(images/bg_circles.jpg);
	background-repeat:repeat;
}

/******** Layout Elements ********/

.wrapper {
	width: 780px;
	margin: 0 auto;
	background-color:#FFFFFF;
	padding:20px;
}

#content {
	width:475px;
	margin-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#6c4734;
}

#post img {
	border:1px solid #6c4734;
}


.right_container {
	margin: 0 0 10px 0;
	float: right;
	width: 270px;
	padding: 7px;
	background-color: #ebe8d8;
}

.right {
	border:1px solid #6c4734;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#6c4734;
}

.float_left {float:left;
	margin-right:20px;
	}

input {border:1px solid #ece9e0;}

textarea  {border:1px solid #ece9e0;}
/******** Document Styles ********/

h1 {
	font-size: 18px;
        line-height:20px
	font-weight: bold;
	color: #4b3f72;
	font-family:"Palatino Linotype","Times New Roman", Times, serif;
	border-bottom:3px solid #6c4734;
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:25px;
}

h1 a, h1 a:active, h1 a:visited {
	color: #4b3f72;
	text-decoration:none;
}

h1 a:hover {
	color: #6a5f89;
	text-decoration:none;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #4b3f72;
	font-family:"Palatino Linotype","Times New Roman", Times, serif;
	border-bottom:1px solid #6a5f8b;
	width:100%;
	margin-bottom:10px;
	padding-bottom:5px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	padding-bottom:5px;
	border-bottom:1px solid #6c4734;
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
}	

a, a:active, a:visited {
	color: #6d4635;
	text-decoration: none;
}

a:hover {
	color: #6d4635;
	text-decoration: underline;
}

.right a, .right a:active, .right a:visited {
	color: #6d4635;
}

.right a:hover {
	color: #6d4635;
	text-decoration: underline;
}

#footer a, #footer a:active, #footer a:visited {
	color: #6c4734;
	text-decoration:none;
}

#footer a:hover {
	color: #6c4734;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

#footer {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	border-top:1px solid #ece9e0;
	padding-top:5px;
}


/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul li {
	margin: 3px 0 3px 30px;
	list-style: circle;
}

ul ul {
	margin: 0 0 15px 0;
}


ul li.side {
	margin: 5px 0 5px 25px;
	list-style-image:url(images/gfx_bullet.gif);
	color:#6c4734;
}
