/* Define limits of document */
#container
{
    padding-top: 0px;
    padding-bottom: 0px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;

    background-image: url(images/vertical_divider.gif);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: 200px 0px;
    z-index: 5;
}

/* Page header */
#header
{
    width: 100%;
    z-index: 0;
}

/* Container for content (between header and footer) */
#page-content
{
    width: 960px;
}

#left-column
{
	float: left;
	width: 200px;
	margin: 0px;
	padding-top: 5px;
    z-index: 0;
}

#vertical_divider
{
	float: left;
	width: 10px;
	height: auto;
	margin: 0px;
 background-image: url(images/vertical_divider.gif);
background-repeat: repeat-y;
 background-position: 200px 0px;
    z-index: 0;
}

/*
	Right Column (main page)
*/

#content_column_header
{
	float: left;
	width: 740px;
	margin-left: 15px;
	margin-bottom: 0px;
    z-index: 0;
}

#content_column
{
	float: left;
	width: 740px;
	margin-left: 15px;
	margin-bottom: 0px;
    z-index: 0;
}


/* Page footer */
#footer
{
    width: 960px;
}

/* Clearing element */

.clear
{
    position: relative;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

#logo
{
    float: left;
    width: 200px;
    height: 50px;
    overflow: hidden;
    z-index: 0;
}

#logo_homepage
{
    float: left;
    width: 200px;
    height: 70px;
    overflow: hidden;
    z-index: 0;
}

#menu
{
    width: 170px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 0;
    background-color: #553333;
    margin: 1px;
}

#menu-text
{
    width: 170px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 0;
    background-color: #ffffff;
    margin: 1px;
}

span.nolink
{
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
/*    padding: 2px 2px 2px 20px;*/
    color: #ffff66;
}

a.menu:link, a.menu:visited
{
    display:block;
    width:100%;
    font-size: 90%;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
    color: #ffffff;
}

/* Recognised by all browsers */
/* color recognised */
/* background-color not recognised */
a.menu:hover
{
    font-size: 90%;
    color: red;
    background-color: #ffeecc;
}
