body	{
         font-family:Arial, sans-serif;
		 font-size:12pt;
		 color:#000000;
		 background-image:url('../gfx/rose_bg.png');

	}

a:link {
	text-decoration:none; color: #000000;
	}

a:visited {
	text-decoration:none; color: #000000;
	}

a:hover {
	text-decoration:none; color: #000000;
	}

a:active {
	text-decoration:none; color: #000000;
	}

a:link img
	{
         border-style:none;
         border-color:#000000;
	}
a:visited img
	{
         border-style:none;
         border-color:#000000;
	}

a:hover img
	{
         border-style:none;
         border-color:#000000;
	}

a:active img
	{
         border-style:none;
         border-color:#000000;
	}

#all	{
         width:990px;
         min-height:900px;

    	}

#top	{
         width:990px;
         height:145px;
         background-repeat:no-repeat;
         background-image:url('../gfx/top_yellow.png');
    	}
		
#space_line	{
         width:990px;
         height:27px;
         background-repeat:no-repeat;
         background-image:url('../gfx/space_top.png');
    	}

#main	{
         width:990px;
		 min-height:500px;
    	}

#ueb	{
		width:678px;
		height:118px;
		margin-left:164px;
		background-repeat:no-repeat;
        background-image:url('../gfx/ueb.gif');
		}
		
#ueb_text	{
		width:678px;
		height:118px;
		padding-left:250px;
		padding-top:5px;
        font-family:Arial, sans-serif;
		font-size:18pt;
		font-weight:bold;
		font-style: italic;
		color:#ff6600;
		}
		
.navi	{
		float:left;
		width:164px;
		min-height:649px;
        background-repeat:no-repeat;
        background-image:url('../gfx/navi.png');
		}
		
.content{
		float:right;
		width:826px;
		min-height:649px;
		background-image:url('../gfx/content.png');
		}
		
#content_text{
		padding-left:15px;
		padding-top:15px;
		background-image:url('../gfx/content.png');
		}
		
#navi_text{
		padding-left:5px;
		}
.minheight-649 {
   min-height: 649px;
   height: auto;
   height: 649px;
}	

#admin_layer a:link, #admin_layer a:visited, #admin_layer a:active {
		text-decoration:underline;
		color: #FFFFFF;

		}
		
#edit { border: 1px solid #bf1d0c;
	    cursor: pointer;
		}
		
#topic
		{
		font-size:14pt;
		font-weight:bold;
		color:#cc0000;
		}
		
#subtopic	{
		font-size:12pt;
		font-weight:bold;
		}
		
#small_text	{
		font-size:8pt;
		}		
	
#bold
		{
		font-size:12pt;
		font-weight:bold;
		color:#cc0000;
		}
		
#admintext
		{
		font-size:12pt;
		font-weight:bold;
		color:#cc0000;
		text-decoration:underline;
		}
			
.menu, .menu_active {
    display:block;
    width:146px;
    height:33px;
    line-height:33px;
    text-align:center;
    font-weight:bold;
	font-size:10pt;
}

.menu {
	font-size:10pt;
    background-repeat:no-repeat;
    background-image:url('../gfx/navi_normal.gif');
}

.menu:link, .menu:visited, .menu:active {
	font-size:10pt;
    background-repeat:no-repeat;
    background-image:url('../gfx/navi_normal.gif');
}

.menu:hover {
	font-size:10pt;
    background-repeat:no-repeat;
    background-image:url('../gfx/navi_hover.gif');
}

.menu_active {
	font-size:10pt;
    background-repeat:no-repeat;
    background-image:url('../gfx/navi_active.gif');
}

.submenu, .submenu_active {
    display:block;
    width:111px;
    height:25px;
    line-height:25px;
    text-align:center;
    font-weight:bold;
    font-size:8pt;
}

.submenu {
	font-size:8pt;
    background-repeat:no-repeat;
    background-image:url('../gfx/navi_small_normal.gif');
}

.submenu:link, .submenu:visited, .submenu:active {
	font-size:8pt;
    background-repeat:no-repeat;
    background-image:url('../gfx/navi_small_normal.gif');
}

.submenu:hover {    
	font-size:8pt;
    background-repeat:no-repeat;
    background-image:url('../gfx/navi_small_hover.gif');
}

.submenu_active {
	font-size:8pt;
    background-repeat:no-repeat;
    background-image:url('../gfx/navi_small_active.gif');
}

.main_link:link, .main_link:visited, .main_link:active, .main_link:hover {
	text-decoration:underline; color: #000066;
}

#marker	{
	width: 150px; 
	background-color: #FFF;
	font-size: 12px;
	}
		
