    a:link {
        color:#B43632;
        text-decoration:none;
    }
    a:visited {
        color:#666666;
        text-decoration:none;
    }
    a:hover {
        color:#000000;
        text-decoration:underline;
    }
    a:active {
        color:#B43632;
        text-decoration:underline;
    }
	/***********************************
	 * base structure: 	
	 *	#page > #header > #banner 	=> banner in header
	 *	#page > #header > #logo		=> logo in header
	 *	#page > #header > #dropdown-menu=> drop-down dropdown-menuigation
	 *	#page > #body > #menu		=> leftside navigation (tree)
	 *	#page > #body > #sidebar	=> sidebar col (righthand sidebar)
	 *	#page > #body > #content	=> content area with content markup
	 *	#page > #footer			=> footer
	 */
	
	
        #page {
            width: 900px;
            font-family: verdana, arial, helvetica, sans-serif;

            margin-top: 10px;
            margin-left: auto;
            margin-right: auto;

        }
	
	/*****************************************
	 * header elements 
	 */
	 
	#header { 
            height:82px;
            background-image:url('../content/images/bg/header.gif');
            overflow:hidden;
	}

        #sitetitle {
            padding-top: 0px;
            margin-top: 12px;
            font-weight: NORMAL;
            font-size: 32px;
            color: #999999;
        }
	
	
	
	/*****************************************
	 * body elements 
	 */
	 
	#body {
            margin: 0;
            background-image: url('../content/images/bg/horizontal_frame.gif');
            padding-left: 11px;
            padding-right: 11px;
	}

	#menu {
            height: 18px;
            background-color: #dac9c9;
            font-size: 14px;
            padding-left: 12px;
            padding-top: 2px;
            padding-bottom: 2px;
            font-weight: NORMAL;
            margin-bottom: 16px;
            color: #999999;
	}
	#menu a {
            color: #fefefe;
            text-decoration:none;
        }
        #menu .current-menu-item {
            color:#555555;
        }
	#menu a:hover {
            color: #000000;
            text-decoration:none;
        }
	#menu a:active {
            color: red;
            text-decoration:none;
        }
	#sidebar {
            float:right;
	}

	#content {
	  
	}
	

	/*****************************************
	 * footer elements 
	 */
	 
	
	#footer { 
            margin: 0;
            margin-top: 0px;
            margin-bottom: 8px;
            background-image: url('../content/images/bg/footer.gif');
            background-repeat: no-repeat;
            padding-left: 11px;
            padding-right: 11px;
            height: 37px;
	}
	
	
	
	.left {
            float: left;
        }
	.right {
            float: right;
        }

