@CHARSET "ISO-8859-1";
body {
	background-color:#AB7F94;
	color:white;
	margin: 0 auto; 
	padding: 0;
	text-align: center;
	font-family: "Lucida Sans Unicode",Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: medium;
}
#container {
	width:805px;
	margin: 0 auto; 
	padding: 0;
	text-align: center;
}

#header_div {
	background-color:#B59087;
	width:800px;
	height:100px;
	float:left;
	clear:right;
	border:solid;
	border-width:thin;
	border-color:white; 
}

#sidebar {
	position:relative;
	float:right;
	padding:5px 10px 0 5px;
	border:solid;
	border-width:2px;
	border-color:black;
}

#posts {
	position:relative;
	float:left;
}

#content_div {
	background-color:#B5AA87;
	width:790px;
	float:left;
	text-align:left;
	clear:right;
	border-right:solid;
	border-width:thin;
	border-color:white; 
}

#content {
	padding:10px;
}

#footer_div {
	background-color:#B59087;
	font-size:10px;
	width:790px;
	height:30px;
	float:left;
	text-align:left;
	padding-left:10px;
	border:solid;
	border-width:thin;
	border-color:white;
}

h2 {
	text-align:center;
	font-family:'Lucida Handwriting',cursive;
}

#portrait {
	float:left;
	clear:left;
	margin-right:10px;
	margin-bottom:10px;
}

.content_text {
	float:left;
	text-align:justify;
}

.content_text a {
	text-decoration:none;
	color:#6380A1;
}

.content_text a:hover {
	text-decoration:underline;
	color:#8773BF;
}

.div_centered {
	text-align:center;
	margin:0 auto;
	padding:0;
}

.div_image {
	padding: 5px 5px 5px 5px;
	float:left;
}

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}


