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

/* -- basic html elements -- */

body {
	background-color: #d01d3c;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}
		
a {
	color: #b7540e;
	font-weight: bold;
	text-decoration:none
	}
a:hover {
	color: #d9a47f;
	text-decoration:none
	}
	
h1, h2, h3, h4 {
	color: #b7550e;
	font-weight: Bold;
	font-style: italic;
	font-size: 18px;
	letter-spacing: 0px;
	margin: 4px;
	}
	
	
#container {
	margin: 0 auto; 
	text-align: left;
	width: 917px;
	}
	
#navbar {
	position:absolute;
	background: url(images/nav_horiz_bar.jpg) repeat-x;
	width: 917px;
	height: 172px;
	}
	
#navbar_left {
	position:relative;
	background: url(images/navbar_left.jpg) no-repeat;
	float:left;
	width: 47px;
	height: 172px;
	}
	
#navbar_right {
	position:relative;
	background: url(images/navbar_right.jpg) no-repeat;
	float:right;
	width: 47px;
	height: 172px;
	}
	
#leftpanel {
	position:relative;
	background: url(images/leftpanel_horiz.jpg) repeat-y;
	width: 612px;
	top: 200px;
	}
	
#leftpanel_top {
	position:relative;
	background: url(images/leftpanel_top.jpg) no-repeat;
	width: 612px;
	height: 76px;
	}
	
#leftpanel_bot {
	position:relative;
	background: url(images/leftpanel_bot.jpg) no-repeat;
	top: 180px;
	width: 612px;
	height: 41px;
	}
	
#text {
	position:relative;
	left: 30px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	width: 550px;
	}
	
#footer {
	position:relative;
	background: url(images/nav_horiz_bar.jpg) repeat-x;
	top: 212px;
	width: 917px;
	height: 172px;
	}
	
#footer_left {
	position:relative;
	background: url(images/navbar_left.jpg) no-repeat;
	float:left;
	width: 47px;
	height: 172px;
	}
	
#footer_right {
	position:relative;
	background: url(images/navbar_right.jpg) no-repeat;
	float:right;
	width: 47px;
	height: 172px;
	}
	
	
