body
	{
	font-family: "Verdana", "helvetica", sans-serif;
	font-size:small;
        background:black url('/siteroot/images/background-roses.jpg');
	}

#top, #right
	{
	position:absolute;
	}

#top
	{
	top:0px;
	left:0px;
	width:100%;
	height:35px;
	}

#right
	{
	width: 15%;
	}

#left
	{
        position:absolute;
	left:50%;
        margin-left: -513px;
        top:147px;
        height:470px;
        width:513px;
        background: url('/siteroot/images/cdcase-front.jpg');
	}
        
        #left .inner
            {
            margin:8px 11px 0px 50px;
            height:457px;
            overflow:hidden;
            }

#right
	{
	right:0px;
	top:100px;
	}

#middle
	{
        position:absolute;
        left:50%;
        top: 147px;
        background: url('/siteroot/images/cdcase-back.png') scroll no-repeat;
        width:507px;
        height:468px;
	}

#middleInner
        {
	position:absolute;
	left:50%;
	top:180px;
        height: 425px;
	width: 493px;
	overflow:auto;
        margin: 0px 10px;
        padding: 0px;
        background: transparent url('/siteroot/images/menu-gradient.png') fixed repeat-x;
        }

	#middleInner .inner
		{
		padding:1em;
		}

	a
		{
		color: #fb000c;
		text-decoration: none;
		font-weight:
		}

		a:visited
			{
			color: #b0060e;
			}


/* TABLES */


table.data
	{
	width:100%;
	border-collapse: collapse;
	}

	table.data td
		{
		padding: 2px;		
		}



/* HEADINGS */

#title
    {
    text-align:center;
    margin-top: 10px;
    }

h1, h2, h3, h4, h5, h6
    {
    font-weight:normal;
    color:#333;
    }
    
h1
    {
    font-size:extra-large;
    font-family:serif;  
    }
    
h2
    {
    font-size:large;
    font-family:serif;
    }
    
h3
    {
    font-size:large;
    font-family:serif;
    }
    
.menu
    {
    list-style:none;
    width:100%;
    float:left;
    margin:0px;
    padding:6px 19px 0px 8px;
    margin:0px;
    }
    
    .menu li
        {
        float:left;
	padding:0px;
	margin:0px;
        }
        
        .menu a
            {
            font-weight:bold;
            display:block;
            margin: 1px;
            padding:2px 10px;
            text-decoration:none;
            color:#666666;
            }
            
            .menu a:hover
                {
                background: #f6f6f6;
                color:#aaaaaa;
                }
