@charset "utf-8";
/* CSS Document */

p {
	font-family: "Prestige Elite Std", Courier;
}
h2 {
	font-family: "Prestige Elite Std", Courier;
}
h1 {
	font-family: "Prestige Elite Std", Courier;
	font-weight: bold;
	text-align:center;
}
body {
	background-color: #D6944B;
}
a {
	color: #FFF;
}

#leftframe {
    width: 300px;
    height: 300px;
    float: left;
    margin: 5px;
}

#clear {
     clear: both;
}

#bodydiv {
	max-width:600px;
	background-color:#CC822F;
	width:99%;
	margin:auto;
}