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

html {
	background-color:#FFF;
	background-image:url(img/iframeback.png);
	background-position:bottom;
	background-attachment:fixed;
	background-repeat:repeat-x;
	height:100%;
}

body {

	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;

}

.title {
	font-size:16px;
	font-weight:bold;
}

#menu {
	height: 36px;
	background-color:#CCC;
	background-image:url(img/m1header.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#000;
	text-align:right;
	border-style:none;
}
#text {
	padding-left:20px;
	padding-right:20px;
	padding-top: 10px;
}