@charset "utf-8";
/* CSS Document */
body {
    background-color: #fffb9c;
    font-size: 125%;
    /*font-family: "Times New Roman",serif;*/
	/*background:url(back.gif);
	background-repeat:repeat-y;*/
    }


#header {
    background-color: #D6CC70;
    /*border-bottom: 1px solid black;*/
    }

/*#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #069;
	padding: 0;
	font-style: italic;
}*/

#main {
	background-color: #fffb9c;
}

#leftSidebar {
	background:url(back.gif);
	background-repeat:repeat;
} 