BODY
{
    background: url('images/lines.gif');
    margin: 0px
}

#main 
{
    padding: 0px;
	background: url('images/bg.gif'); 
	margin: 0px auto; 
	width: 800px; 
	position: relative; 
	height: auto
}

#placing 
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
    padding-right: 40px;
}

#menu
{
    float: left;
    width: 200px;
    height: auto;
    padding-top: 30px;
}

#content
{
    float: left;
    width: 500px;
    padding-top: 30px;
    padding-left: 10px;
    height: 800px;
}
#copyright {
	PADDING-RIGHT: 30px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 30px; FONT-SIZE: 10px; PADDING-BOTTOM: 1px; COLOR: #999; PADDING-TOP: 1px; BORDER-BOTTOM: #999 1px solid; BACKGROUND-COLOR: #f6f8f9
}
.menu_table
{
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    BORDER-RIGHT: #eee 1px solid; 
    BORDER-TOP: #eee 1px solid; 
    BORDER-LEFT: #eee 1px solid; 
    BORDER-BOTTOM: #eee 1px solid; 
    BACKGROUND-COLOR: #f6f8f9
}

.menu_item
{
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 9px;
    color: #3366ff;
    padding-left: 5px;
}

.menu_item_sep
{
    height: 14px;
}

.menu_item_hdr
{
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-weight: bolder;
    font-size: 9px;
    color: #3366ff;
    border-bottom-style: solid;
    border-width: thin;
}       

.article_table
{
    width: 100%;
}

.article_title 
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #3333cc;
    border-style: solid;
    border-color: #333333;
    background-color: #dddddd;
    border-width: thin;
    border-left-style: none;
    border-right-style: none;
    padding-left: 30px;
    padding-right: 30px;
}

.article
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #6666dd;
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}   

.article_sep
{
    height: 15px;
}    

.artsource
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bolder;
    font-size: 9px;
    color: #6666ff;
    text-decoration: none; 
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}    

a.readmore:link {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
    color: #6666ff;
    text-decoration: none; 
}
a.readmore:visited {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
    color: #6666ff;
    text-decoration: none; 
}
a.readmore:hover { 
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 9px;
    color: #6666ff;
    text-decoration: none; 
}
