body
{
	/*background: #FFFFFF url('images/background/pattern.gif') 50% 0px;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
    }

div#main 
{
    width: 100%;
    height: 960px;
    float: left;
    /*background-image: url('images/background/fade.gif');*/
    background-repeat: repeat-x;
    }

div#outer 
{
    width: 960px;
    /*height: 800px;*/
    margin-left: auto;
	margin-right: auto;
    }
    
div#contents
{
    width: 960px;
    /*height: 800px;*/
    float: left;
    background-image: url('images/gradient.jpg');
    border-bottom: 1px solid #044182;
    border-right: 1px solid #044182;
    }

div#leftmenu
{
    width: 250px;
    /*height: 800px;*/
    float: left;
    }
    
#leftmenu a
{
    font-size: 13px;
    text-decoration: none;
    color: #044182;
    }

#leftmenu a:hover
{
    color: #DC0018;
    }

div#article
{
    width: 660px;
    /*height: 800px;*/
    float: left;
    margin: 17px;
    }
    
div#footer
{
	width: 960px;
	height: 15px;
    padding: 1px;  
	float: left;
	text-align: center;
	}

/*
#topmenu { width: 920px; }

#topmenu ul
{
    width: 920px;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
    }


#topmenu a
{
    width: 130px;
    display: inline-block; 
    text-align: center;
    padding: 3px;
    font-size:11px;
    color: #000000;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    border-left: 1px solid #aaaaaa;
    }

#topmenu a:link, #topmenu a:visited
{
    color: #000000;
    text-decoration: none;
    }

#topmenu a:hover
{
    background-color: #B67C72;
    color: #000000;
    border: 1px solid #aaaaaa;
    text-decoration: none;
    }
*/
