@charset "utf-8";
/* CSS Document */

body {
	background-color:#CC33CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:500;
	color:#3B2314;
	}

#page_container {
	height:100%;
	border:2px #89644a solid;
	background-color: #f8e2e4;
	float:left;
	}
	
#wrapper {
	width : 962px;
	margin : 10px auto;
	height:auto;
	}
	
#main_content {
	background-image:url(../img/bodytopright.jpg);
	background-repeat:no-repeat;
	background-color: #f8e2e4;
	height:auto;
	padding:20px;
	}
	
#main_content a {
	color:#000000;
	text-decoration:underline;
	}
		
#top_right {
	background-image:url(../img/bodytopright.jpg);
	height:170px;
	width:958px;
	}

#footer {
	background-image:url(../img/footer.jpg);
	height:126px;
	width:958px;
	}

.bottom_links_left {
	font-size:10px;
	font-weight:normal;
	float:left;
	}
	
.bottom_links_left a {
	color:#000000;
	text-decoration:none;
	}
	
.bottom_links_right {
	font-size:10px;
	font-weight:normal;
	float:right;
	}
	
.bottom_links_right a {
	color:#000000;
	text-decoration:none;
	}
