		body {
			font-family: Trebuchet MS, Tahoma, San Serif;
			font-size: 85%;
			background-color: #ffffff;
			margin:0px 0px 0px 0px;
			background-image: url("../images/background.jpg");
			background-repeat: repeat-x;
		}
		hr {
			color:#000000;
			height: 1px;
			text-align: left;
		}
		a {
			text-decoration: none;
			color: #692b21;
		}
		.main {
			background-color: #ffffff;
			border: 1px solid #000000;
		}

		.header {
			background-color: #e8ecf0;
            background-color: #672f2c;
            border:2px solid #000;
            color: #ffffff;

		}
		table,td {
			font-family: Trebuchet MS, Tahoma, San Serif;
			font-size: 90%;
		}
    #leftcontent {
        float:left;
        width:67%;
		margin-top: 75px;
		margin-left: 10px;
        margin-right:0px;
        padding-bottom:20px;
        }   
    
    #rightcontent {
        margin-top:120px;
        }
        
    p,h1,pre {
        margin:0px 30px 10px 30px;
        }
    
    
    #rightcontent p {
        font-size:10px;
        margin-left:0px;
        }

