
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	text-align: justify;
}

body, input, textarea, select {
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: bold;
	color: #88e93a;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #88e93a;
}



/* Wrapper */

#wrapper {
	padding: 20px 0;
}



/* Content */

#content {
	width: 900px;
	height: 600px;
	margin: 0 auto;
	background: #FFFFFF url(images/cross_bg3.jpg) no-repeat;
}

/* Right screen area*/

#rightscreen {
	float: right;
	width: 580px;
	padding: 25px 16px 0px 0px;
}

/* Post */

.post {
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

.post .title a {
	text-decoration: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -30px;
	padding-right: 15px;
	text-align: right;
	font-size: x-small;
}

.post .entry {
	padding: 20px 15px 10px 15px;
	line-height: 1.8em;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	font-size: x-small;
}


/* Left screen area*/

#leftscreen {
	float: left;
	width: 250px;
	padding: 20px 0px 0px 0px;
}

#leftscreen ul {
	margin: 0;
	list-style: none;
}

#leftscreen li {
	Xmargin-bottom: 10px;
	text-align: left;
}

#leftscreen li ul {
	padding-left: 5px;
	line-height: 1.4em;
}

#leftscreen li li {
	margin: 0;
	padding-left: 5px;
	list-style-type: square;
}

#leftscreen h2 {
	margin-bottom: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #D3B6AF;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#leftscreen a {
	text-decoration: none;
}

#leftscreen a:hover {
	text-decoration: none;
}


/* Contact */

#contact {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding-top: 15px;
	font-weight: normal;
}

#contact a {
	color: #000000;
	text-decoration: none;
}



#contact a:hover {
	text-decoration: none;
	color: #88e93a;
}



/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding-top: 15px;
font-weight: normal;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #88e93a;
}


/* Post it notes */
	
.notebody { 
	display:block; 
	border: 1px solid #666666; 
	color: #000000; 
	background: #d6fcd6; 
	position: relative;
	left: 50px;
 	top: 100px;
	width:390px; 
	height:220px; 
	padding: 2px 2px 2px 2px; 
	font-size: 12px;
}

	.notetitle { font-weight: bold; background: #80ff80; color: #000000; border-bottom: 1px dashed #666666; padding: 1px; width: 100%; margin: 0px;  font-size: 13px;}
	
	.notehidden { display: none; }

	.notevisible { display: block; }
	





