* {
    padding: 0;
    margin: 0;
} 

body {
    background: #E0FFFF;
	font: "Courier New", Courier, monospace;
	line-height: 1.5em; 
	color : #2F4F4F;
}

a { color: #2F4F4F }
a:hover { color: #000; }

#wrap {
margin: 20px auto;
width: 780px;
background: #CCCC99;
}

#header {
background: #CCCC99 url(images/header.jpg) no-repeat;
height: 140px;
}
#header h1 {
font-size: 1.7em;
color: #fff;
padding: 40px 0 0 40px;
font-weight: 100;
}
#header h1 a{
text-decoration: none;
color: #fff;
font-weight: 100;
}
#header h1 a:hover {
border-bottom: 1px dotted #aaa; text-decoration: none;
}

#header h2 {
padding: 0 0 0 40px;
color: #fff;
font-size: 1.3em;
font-weight: 100;
}

#breadcrumbs {
background: #CCCC99 url(images/breadcrumbs.jpg) no-repeat;
height: 18px;
padding: 0 0 0 40px;
}
#breadcrumbs a { text-decoration: none; }
#breadcrumbs a:hover { border-bottom: 1px dotted #000; text-decoration: none; }

#content {
background: #CCCC99 url(images/content.jpg);
background-repeat: repeat-y;
padding: 10px 25px 20px 25px;
}
.left { 
float: left;
width: 520px;
margin-right: 20px;
margin-top: 5px;
}
.left h2 { font-size: 1.1em; margin: 0 0 5px 0; padding-top: 8px; }
.left h2 a { text-decoration: none; }
.left h2 a:hover { border-bottom: 1px dotted #aaa; text-decoration: none;}
.left a { text-decoration: none; }
.left a:hover { border-bottom: 1px dotted #aaa; text-decoration: none; }

.right {
float: left;
width: 160px;
padding: 15px;
background: #f7f7f7;
margin-top: 10px;
}
.right h2 { font-size: 1em; margin: 0 0 5px 0; }
.right li { list-style-type: none; padding-left: 5px; }
.right li a { text-decoration: none; }
.right li a:hover { border-bottom: 1px dotted #aaa; text-decoration: none;;}

#footer { 
background: #CCCC99 url(images/footer.jpg);
height: 30px;
padding: 0px 25px 0 25px;
text-align: center;
}
#footer a { text-decoration: none; }
#footer a:hover { border-bottom: 1px dotted #aaa; text-decoration: none; }





/* TAGS */

p.tags {
    line-height: 2.25em;
    margin: 2em 10%;
    text-align: justify;
    vertical-align: middle;
}
p.tags a,
p.tags span {
	color: #556B2F;
	margin-right: 0.5em;
}
p.tags span:hover {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    background: #eee;
}
.bmarksss {
	width: 13%;
	vertical-align: top;
}
.bmarksss1 {
	width: 87%;
	vertical-align: top;
	padding-left: 6px;
	border-bottom: 1px dashed #6D6D6D;
}
img .myborder {
	border: 1px;
}
ol {
	list-style: none;
}
/*Pagination*/

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
	line-height: 25px;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #336633;
	color: #FFF;
}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #AAAADD;
		line-height: 25px;
		color: #DDD;
	}
	
p.error,
p.success {
    border: 1px solid;
    font-size: small;
    margin: 0.5em;
    padding: 0.5em;
    width: 70%;
}
p.error {
    background: #FCC;
    border-color: #966;
    color: #633;
}
p.success {
    background: #CFC;
    border-color: #696;
    color: #363;
}
.inter {
	line-height: 20px;
	padding: 10px;
}
/* block quote */
blockquote
{
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid #6C7146;
}
.inter {
	line-height: 20px;
	padding: 10px;
}