body {
	background-color: #CCF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(image/backgr1.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#wrapper {
	text-align: left;
	background-color: #FFC;
	width: 780px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-image: url(image/edge_vert.png);
	background-repeat: no-repeat;
	background-position: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#header1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #600;
	text-align: right;
	margin: 0px;
	padding: 0px;
	height: 51px;
	background-image: url(image/backgr1.png);
	background-repeat: no-repeat;
	background-position: top;
}
#header2 {
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#footer {
	margin: 0px;
	height: 25px;
	clear: both;
	padding-top: 20px;
	text-align: right;
	padding-right: 20px;
	font-size: 0.6em;
	color: #999;
	background-image: url(image/edge_hor.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bulet {
	font-size: 1.1em;
	color: #900;
}
.highlight1 {
	font-size: .9em;
	font-weight: bold;
	color: #900;
	margin-bottom: -1.5em;
}
.highlight2 {
	color: #666;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
}
.underline {
	text-decoration: underline;
}
