body {
	background-color:#A4C4FF;
}

div#left {
    float: left;
    width: 190px;
    text-align:left;
    background-color: grey;
    border-right: 1px solid;
    padding-right:10px;
    height:100%;
}
div#right {
    /*float: right;
    width: 100%;*/
    background-color: white;
    padding:20px;
    text-align:left;
    font-family:monospace;
}
div#footer {
	background-color:#A4C4FF;
	padding-top:10px;
	}
#menu_table
{
	background-color: #EFEFEF;
	width: 100%;
	padding: .2em .8em;
	text-decoration: none;
	
}

#menu_table a:link, a {
	color:black;
	font-family:calibri;
	font-size:14px;
	text-decoration:none;
}

#menu_table a:hover {
	text-decoration:underline;
}

#main {
	width:950px;
	margin:0 auto;
	text-align:center;
	background-color:#F8F8F8;
}

.right_table td {
	padding:10px;
}

.right_table tr {
	vertical-align:top;
}
