body {
	background: url("images/note.jpg") no-repeat;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	background-color : #fff;
	margin: 0 0 0 0;
	padding : 0;
	font-size : 10pt;
	color : #000;
    background-position: top left;
	
}

A:link{ color:#275A78; text-decoration:none; }
A:hover{ color:#333333; text-decoration:underline; }
A:active{ color:#275A78; text-decoration:none; }
A:active:hover{ color:#333333; text-decoration:underline; }
A:visited{ color:#275A78; text-decoration:none; }
A:visited:hover{ color:#333333; text-decoration:underline; }

#header{
background:url("images/pencil.png"); no-repeat;
position: absolute;
top: 10px;
width:675px;
height:50px;

}

#wrap{
width:782px;
}

#container{
background:transparent;
width:500px;
/*margin-left:282px; 
margin-top:-452px; */
position: absolute;
top: 150px;
left: 300px;
}

/* =-=-=-=-=-=-=-[Menu Six]-=-=-=-=-=-=-=- */
	
#menu6 {
    position: absolute;
    top: 80px;
	width: 200px;
	margin: 8px;
	}
	
#menu6 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu6 li a:link, #menu6 li a:visited {
	color: #8D9179;
	display: block;
	background: url(images/menu6.gif);
	padding: 8px 0 0 10px;
	}
	
#menu6 li a:hover, #menu6 li a:active {
	color: #6C7250;
	background: url(images/menu6.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
/* =-=-=-=-=-=-=-[Menu Six End]-=-=-=-=-=-=-=- */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ol {
	list-style: bullets;
	margin: 0;
	padding: 0;
	}
		
menu {
	list-style: none;
	margin: 0;
	padding: 0;
	}

h3{
font-size:21px;
font-weight:bold;
color:#8C7364;
}

.content{
padding:21px;
text-align:justify;
font: 9pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

#footer{
background:transparent;
height:66px;
text-align:center;
font: 8pt/14pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
color:#333333;
}

#title{
position:absolute;
top: 22px;  
left: 100px;
padding-left:9px;
font: 14pt/12pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
color:#000;
}

#title_image{
position: absolute;
top: 10px;  
left: 10px;
padding-left:9px;
font: 14pt/12pt 'Lucida Grande', Verdana, Helvetica, sans-serif;
color:#275A78;
}

#sidebar
{
position:absolute;
top: 200px;
left: -300px;
width: 225px;
padding-left:9px;
font: 9pt/14pt 'Verdana', Helvetica, sans-serif;
color:#275A78;	


}

#sidebar h3
{
	font-size: 13px;
	border-bottom: 1px solid black;
	margin-bottom: 2px;
	margin-top: 2px;
	clear: both;
}

#sidebar ul
{
	margin-left: 1em;
	padding-left: 0px;
}

#sidebar p
{
	margin-bottom: 2px;
}


p.dotted {border-style: dotted}
p.dashed {border-style: dashed}
p.solid {border-style: solid}
p.double {border-style: double}
p.groove {border-style: groove}
p.ridge {border-style: ridge}
p.inset {border-style: inset}
p.outset {border-style: outset}

