@charset "utf-8";
body {
	background: #fff url('/images/top.png') repeat-x top left;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
    background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url('/images/watermark.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
a {
	color: #CC3300;
}
a:hover {
	text-decoration: none;
}
#banner #logo{
	height: 174px;
	background-image:  url('/images/banner-title_bck.gif');
	/*background-image:  url(/theme/milonga-logo-banner.png);*/
	background-repeat: no-repeat;
	background-position: right bottom;
}
#logo a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	line-height: 22px;
}
#logo a:hover{
	color: #CC3300;
}
#logo-pic {
	POSITION: absolute;
	right: 3px;	
	TOP: 0px;
}
#menu-main{
	TOP: -150px;
	font-size: 11px;
	line-height:22px;
}
#menu-main a:hover, h2 a:hover{
	color: #CC3300;
}
#banner{
	background-image: url('/images/banner-top_bck.gif');
	background-repeat: repeat-x;
}
#banner #logo, #menu-main, #path, #mainpart, #footer{
	POSITION: relative;
	width: 787px;
	margin-right: auto;
	margin-left: auto;
  margin-top: 0px;
	text-align: left;
}
#menu-main a{
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
	letter-spacing:1px;
	padding-right:10px;
}
#path{
	margin-top: -50px;
}

