@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	background:#fffcf2; 
}



.line{border-top:dashed 2px #999999;}


/*HOMEPAGE POST-IT STRUCTURE */
#postit-home {
	
	font-size: 13px;
	margin:4px 15px 0 10px;
	
}

/*SUBPAGE POST-IT STRUCTURE */
#toppostit-sub {
	background:url(images/postit-top.jpg) top left no-repeat;
	height:6px;
	
}
#postit-sub {
	
	font-size: 13px;
	padding:0 18px 0 35px;
	color:#333333;
	background:url(images/postit-center.jpg) top center repeat-y;

}

#bottompostit-sub{
	background:url(images/postit-bottom.jpg) top center no-repeat;
	height:27px;
}

#postit-sub p{
	margin:0;
	padding:12px 0 0px 0;
}


/*CONTENT STRUCTURE*/
#content{
	
	
	
}

#content p.larger-body{font-size:13px;}

#content p{
	text-align:justify;
	padding:5px 20px 10px 26px;
	margin:0 0 0 0;
	font-size:11px;
	line-height:16px;
}

	/*LIST STYLE*/
	#content ul{
		padding:5px 20px 10px 36px;
		
		margin:0 0 15px 0;
		font-size:12px;
		color:#666666;
		
	}


/*FOOTER STRUCTURE*/
#footer{
	margin:23px 0 0 55px;
	font-size:12px;
	
}
#footer,a,a:hover,a:visited{
	color:#333333;
}

