body {
    width: 100%;
    height: 100%;
    
    margin: 0 auto;
    padding: 0px;
    
    background-color: #e3a0bf;
    
    background-image: url('images/bg.jpg');
    background-repeat:repeat-x;
    background-position: top;
    
    font-family: Tahoma;
    
    color: #9e597a;
}

#top {
    width: 900px;
    margin: 0 auto;
    text-align: center;
}

#menu {
    width: 900px;
    margin: 0 auto;
}

.button {
    float: left;

    border: 0px;
    margin: 0px;
    padding: 0px;
}

#main {
    width: 900px;
    margin: 0 auto;
    
    padding-top: 65px;
}

#content {
    float: left;
    width: 580px;
    margin-left: 1px;
    margin-right: 15px;
    
    background-color: #F8E0EB;
    
    color: black;
}

#right {

    float: left;
    width: 300px;

}

input {
    font-family: Tahoma;

    color: #b16e8f;
}

#pager {
    text-align: center;
    
    font-family: Tahoma;

    color: #b16e8f;
}

a {
    font-family: Tahoma;

    color: #b16e8f;
}

a :hover {
    color: #b5236b;
}

.art_link {
    font-family: Tahoma;
    text-decoration: none;
    
    color: white;
}

.art_link:hover {

    color: #b5236b;
}

hr {
    padding: 0px;
    margin: 0px;
    
    color: #9e597a;
    background-color: #9e597a;
    
    height: 3px;
    
    width: 98%;
    
    margin: 0 auto;
}

.menus {
    width: 140px;
    background-color: #f3bcd9; 
    padding: 2px; 
    text-align: left; 
    border: 1px solid #9e597a; 
    cursor:pointer;
    font-size: 12px;
    
    font-weight: bold;
}

.menus2 {
    width: 140px;
    background-color: #f3bcd9; 
    padding: 2px; 
    text-align: left; 
    border: 1px solid #9e597a; 
    cursor:pointer;
    padding: 2px;
    font-size: 12px;
    font-weight: bold;
}

.menus:hover {
    background-color: #d3a7ca;
}

.link {
  text-decoration: none;
}

.link:hover {
            font-weight: bold;
}

.menu0, .menu0 dl {
	width: 140px;
	margin: 0;
	padding: 0;
	margin-top: 16px;
}

.menu0 dt {
  
	cursor: pointer;
	text-align: center;
	
}

.menu0 dl dt {  
margin-top: -16px;   
	text-align: left;
	
}

.menu0 dd  {
	margin: 0;
	width: 150px;
	height: 10px;
	font-size: 12px;
}

.menu0 dd.active {
	font-weight: bold;
}

.menu0 a:link, .menu0 a:visited {
	display: block;
	text-decoration: none;
}

.menu0 dl {
	position: absolute;
	border: 0;
}

.menu0 dl dd {
	position: relative;
	left: 145px;
	padding: 2px;
	height: 14px;
	top: -20px;
	bottom: 0px;
  
}

.menu0 dl dd:hover {
         background-color: #d3a7ca;
}

a.tt{
    position:relative;
    z-index:24;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #aaaaff; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:-5px; left:-30;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px;
	background: url(bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}
