@charset "utf-8";
body {
	background-image: url(../images/note_back.jpg);
	background-repeat: no-repeat;
	background-color: #333333;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu{
border-top: 7px solid black; /*optional border across top*/
margin: 0;
padding: 0;
}

#pointermenu ul{
margin: 0;
margin-left: 15px; /*menu offset from left edge of window*/
float: left;
padding-left: 8px;
font: bold 13px Verdana;
background-color: black;
background: black url(media/leftround.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li{
display: inline;
}


#pointermenu ul li a{
float: left;
color: white;
font-weight: bold;
padding: 2px 11px 7px 7px;
text-decoration: none;
background: url(media/pointer.gif) bottom center no-repeat;
}

#pointermenu ul li a:visited{
color: white;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected{ /*hover and selected link*/
color: white;
background-color: darkred;
}

#pointermenu ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(media/rightround.gif) bottom right no-repeat; /*optional right round corner*/
}#menu {
	position:absolute;
	left:220px;
	top:42px;
	width:594px;
	height:36px;
	z-index:1;
}
#header {
	position:absolute;
	left:116px;
	top:81px;
	width:792px;
	height:247px;
	z-index:2;
	background-repeat: no-repeat;
}
#textlogo {
	position:absolute;
	left:116px;
	top:41px;
	width:202px;
	height:39px;
	z-index:3;
}
#content_left {
	position:absolute;
	left:160px;
	top:432px;
	width:458px;
	height:247px;
	z-index:4;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: 399;
	color: #5095be;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}


#content_right {
	position:absolute;
	left:635px;
	top:431px;
	width:232px;
	height:249px;
	z-index:5;
}

ul.bullets {
	list-style-image: url(/images/arrows.jpg);
}
