body
{
	
	padding: 0px;
	margin: 0px;
	background-color:white;
	font: small Verdana, Arial, Helvetica, sans-serif;
}

H1
{
	
	width:85%;
	text-align:left;
	padding: 40px 0 0 40px;
	margin:0px;
	color: #000;
	clear:both;
	position:relative;
	position-top:0;
	position-right:0;
	font-size: 20;
}

.intro{
	padding: 0 40px 40px 40px;
	width:85%;
}

.featured{
	background-color:#FFFFCC;
	position:relative;
	padding:20px;
	margin:20px;
	width:90%;
}


/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 10em;
}
.notedefault {
 width: 300px;
 padding: 0px;
 border: 0px;
 color: white;
	font-variant: normal;
	font-size: small;
}
.notedefault .arrow{
	background: url(fap_3.png) no-repeat 10px 0px;
}

.notedefault a{
	color: #dcdcdc;
}

.notedefault h5 {
 margin: 0;
 padding: 5px;
 background-color: black;
 color: white;
}

.notedefault p {
 margin: 0;
 padding: 8px;
	background: #990000 0;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 18px;
}



/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}



#page2{
		width: 700px;
	margin: 10px auto 0 auto;
	padding:5px;
}


.box1 { padding: 15px; margin: 0px;}


#box_left  {
	width: 250px;
	height: 280px;
	float: left;
	text-align: left;
}


#box_right  {
	width: 250px;
	height: 280px;
	float: right;
	text-align: center;
}








