body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img1.jpg) repeat-y;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #8A8E99;
}


h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	color: #6F7A9F;
}

a {
	border-bottom: 1px solid #8A8E99;
	text-decoration: none;
	color: #4369D1;
}

a:hover {
	border: none;
}

/* Boxed */

.boxed {
}

.boxed .heading {
	margin: 0;
	padding: 10px 30px 5px 30px;
	font-size: 1em;
}

.boxed .content_boxed {
	padding-bottom: 20px;
	background: url(images/img3.jpg) no-repeat left bottom;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 2px 30px 2px 40px;
	background: url(images/img4.jpg) no-repeat;
}

.boxed a {
	border: none;
}
.boxed a:hover {
	text-decoration: underline;
	color: #6F7A9F;
}
.boxed a.current {
	color: #AC757F;
}
/* Header */

#header {
	width: 230px;
	height: 90px;
	padding: 70px 0 0 30px;
	background: url(images/img2.jpg) no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
}

#header h2 {
	margin: -.75em 0 0 2px;
	padding: 0;
	font-size: 1em;
}

#header a {
	border: none;
	color: #6F7A9F;
}

/* Posts */

#posts {
		
	margin: 0px 20px 0 270px;
}

#content {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #8A8E99;
	font-size: 1.1em;
	text-indent: 1.5em;
	text-align: justify;
}

#content h2 {
	margin: 0;
	font-size: 1em;
}





/* Footer */

#footer {
	clear: both;
	margin-right: 20px;
	padding-top: 20px;
}

#footer p {
	text-align: right;
	font-size: .9em;
}

#footer a {
	color: #8A8E99;
}

#left_panel 
{
    float: left;
    width: 250px;
}
#right_panel
{
    float:right;
    width: 0px;
    padding: 0 0px;
}

.prevPart { float:left }
.nextPart { float:right; }
.abc {
    list-style-position: outside;
    padding: 0 20px;
}
.abc ol {
    list-style-type: lower-latin;
    list-style-position: outside;
    padding: 0 20px;
}


#content ol {
    _list-style-type: none;
}
.menuParts {
    font-weight: bold;
    list-style-type: none;
    display: inline;
    text-align: left;
    
}
.menuParts li {
    display: inline;
    text-align: left;
    
}
#content ol {
    list-style-position: outside;
    padding: 0 20px;
    
    
}

.readnext {
    display: inline;
}
.nm
{
	display: block;
}
