@charset "utf-8";
/* CSS Document */

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin:0px;
}

#whole {
	width:100%;
	text-align:center;
	float: right;
	clear: left;
	margin:auto;
}
#container {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
	width: 90%;
	margin:20px auto;
}

#menu {
	width:180px;
	background-image:url(images/bgmenu.png);
	background-repeat:no-repeat;
	float:left;
}
a, a:visited{
	text-decoration: underline;
	color:	#938571;
	font-weight:bold;

}
a:hover {
	background-color:#b29d7b;
	color:#FFFFFF;
}

#main {
	float:left;
	width:75%;
}

#footer {
	font-style:italic;
	font-size:12px;
	background-image:url(images/bgfooter.png);
	clear:both;
	margin-top:15px;
}
h1 {
	font-size: 20px;
	font-variant: small-caps;
	color: #000000;
	font-weight: bold;
	text-align:left;
	line-height:30px;
}
h2 {
	font-size: 16px;
}
td {
	text-align:left;
}
