@charset "utf-8";
/* CSS Document */

body{
	background-color: #C48E60;
	background-image:url(../gfx/main_bg.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #723B0F;
	line-height: 140%;
	
	margin: 0px;
	padding: 0px;
}

#root{
	margin: 0px auto 0px;
	margin-top: 50px;
	width: 980px;
}

#master{
	width: 970px; /*980-10*/
	background-image: url(../gfx/sha_mid.png);
	background-repeat: repeat-y;
	padding-left: 10px;
}

#shaFoo{
	width: 960px;
	height: 15px;
	background-image: url(../gfx/sha_bot.png);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 20px;
}

#head{
	width: 960px;
	height: 220px;
}

#menu{
	width: 220px;
}

#hl{
	padding-left: 20px;
	padding-top: 40px;
	margin-bottom: 20px;
}

#content{
	padding-left: 40px;
}

td{
	vertical-align: top;
}

.cms{
	font-size: 10px;
	color: #723B0F;
	text-decoration: none;
}
