﻿body
{
	font-size: small;
	font-family: Tahoma;
}
h1
{
	font-size: medium;
}

.Menu
{
	font-size: small;
	font-family: Tahoma;
}
.Copyright
{
	font-size: x-small;
	text-align: center;
}

/* 2 column layout */
#ColumnLeft
{
    float: left;
    width: 300px;
    /*position: relative; */
}

#ColumnRight
{
    margin-left: 350px;
  /*  position:relative; */
}

.LeftBlock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFAAB url(images/background_columnleft.gif) repeat-y;
    vertical-align: top;
}

 .RightBlock
{
    border: 1px solid #DBDB79;
    padding: 15px;
    margin-bottom: 10px;
    background: #FEFFAB url(images/background_columnright.gif) repeat-y;
    position: relative;
    width:446px;
}

.Clear2column
{
    margin:0;
    padding:0;
    line-height:0;
    font-size:0px;
    height:0px;
    clear: both;
}
