        #wrapper {
            width:1000px;
            height:1020px;
            background-color:#cf1c44;
            margin-left: auto;
            margin-right: auto;
        }
        .topdiv {
            width:1000px;
            height:200px;
            float:left;
            background-color: #0b9446;
        }
        .leftdiv {
            width:180px;
            height:800px;
            float:left;
        }
        .rightdiv {
            width:820px;
            height:800px;
			float:left;
            background-color: #d9d4d0;
        }
        .bottomdiv {
            width:1000px;
            height:20px;
            float:left;
            background-color: #cf1c44;
        }
        .menu_items {
        	font-family: sans-serif;
        	font-size: 16px;
        }
        .menu_items li {
        	display: inline-block;
	        padding-top: 6px;
			padding-bottom: 6px;
        	margin-left: auto;
   			margin-right: auto;
    		width: 8em
		}
        a:link {
            background-color: #CF1C44;
            color: #D8C6B8;
            border: 0px;
            padding: 4px 10px;
			text-align: center;
            text-decoration: none;
            display: inline-block;
        }
        a:visited {
            background-color: #CF1C44;
            color: #D8C6B8;
            border: 0px;
            padding: 4px 10px;
			text-align: center;
            text-decoration: none;
            display: inline-block;
        }
        a:hover {
            background-color: #Cf1c44;
            color: #0b9446;
            border: 0px;
            padding: 4px 10px;
			text-align: center;
            text-decoration: none;
            display: inline-block;
        }
        a:active {
            background-color: #0B9446;
            color: #0b9446;
            border: 0px;
            padding: 4px 10px;
			text-align: center;
            text-decoration: none;
            display: inline-block; 
        }
        h1{
        	color: #cf1c44;
        	margin-left: 20px;
			margin-bottom: 10px;
        }
        h2{
        	font-size: 20px;
			margin-left: 20px;
        }
        h3{
        	font-style: italic;
			font-size: 25px;
			text-align: center;
        	margin-top: 75px;
        }
        p{
			margin-left: 20px;
			margin-top: auto;
        }