@charset "UTF-8";
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	height: 100%;
	border: medium solid #330000;
}

#header {
	height: 110px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	width: 1200px;
	background-image: url(gifs/header.gif);
}

#bottom_bar {
	position: relative;
	height: 450px;
	width: 800px;
	left: 170px;
}
#L_box {
	background-color: #FCEFB0;
	height: 600px;
	width: 433px;
	margin-top: 30px;
	border: 2px solid #330000;
	margin-left: 15px;
	position: absolute;
}
#header_div {
	height: 60px;
	width: 600px;
	left: 450px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 25px;
}
#content {
	height: 100%;
	background-attachment: scroll;
	background-image: url(gifs/bg_strip.gif);
	background-repeat: repeat-y;
	width: 1200px;
	background-position: center;
	position: relative;
}
#L_ins {
	height: 484px;
	padding: 15px;
	text-align: center;
	vertical-align: top;
}
#frame_r {
	position: relative;
	height: 100%;
	width: 640px;
	left: 504px;
	background-color: #FFFFEF;
	border: 2px solid #330000;
	top: 25px;
	line-height: 17px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#toolbar {
	width: 140px;
	position: absolute;
	height: 500px;
	line-height: 3px;
}
#leader {
	line-height: 20px;
}
#footer {
	height: 70px;
	padding: 10px;
	width: 1200px;
	background-attachment: scroll;
	background-image: url(gifs/footer.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 24px;
}
#header_div a:link{
	color: #000000;
	text-decoration: none;
}  
#header_div a:visited{ 
 color: #613C1A; 
 text-decoration: none; 
}  
#header_div a:hover { 
 color: #D8B587; 
 text-decoration: underline; 
}  

