
	
	
#main {
	position: relative;
	float:left;
	width: 595px;
	margin:0px;
	padding:40px 40px 40px 60px;
	background:url(paper-bg.png) repeat-y ;
	margin-left:-16px;

	}
		
	#main #content {
		position: relative;
		z-index: 1;
		min-height: 320px;
		padding:0px;
		margin:0px;
		margin-top: -30px;
		}
	
	#main .heading {
		text-shadow: 0 1px 0 rgba(255,255,255, .4);
		}
		
#main a {
	color: #5665a7;
	}
	
	
#sidebar {
	float: left;
	width: 220px;
    background:url(sidebar.png) repeat-y;
    background-position:0 10px;
	
	min-height:1px;
	margin-bottom: 20px;	
	}
	
#sidebar .submenu, #sidebar .community-menu {
    margin:0px;
    padding:10px;
    font-family:Georgia, Times New Roman, Times, Serif;
    font-weight:bold;
    border-bottom:1px solid #7c6f66;
}

#sidebar .submenu li, #sidebar .community-menu li {
    list-style:none;
    padding:5px 0;
}
	


th, td {
    border:1px solid #ccc5a9;
}


.draw-table{
    font-size: .75em;
    line-height: 1.4em;
}

.draw-table th{
    background:#e3dfd1;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 0 1px 0 #f0ecdd;
}


.draw-table td{
    padding: 5px 5px;
    text-align: center;
}

.draw-table .left{
    text-align: left;
}

caption {
    font-size:20px;
    font-weight:bold;
}

table {
    width:100%;
}

table th {
    background:url(th.gif) repeat-x;
    border:1px solid #aca586;
    color:#fff;
    text-align:left;
}