@charset "utf-8";
/* CSS Document */
body	{
	background-color:#281515;
	margin:0;
	padding:0;
	font-size:14px;

	}
img
{  border-style: none;
}
#container	{
	margin-top:20px;
	margin-left:80px;
	margin-right:80px;
	background-color:white;
}
#headcontainer	{
	margin:0;
	padding:0;
	height:147px;
}
#mainleft	{
	position:absolute;
	top:21px;
	left:79px;
	border:none;
	background-image:url(images/main_02.jpg);
	background-repeat:no-repeat;
	height:147px;
	width:300px;
	z-index:1000;
}
#mainstretcher	{
	position:relative;
	top:0.0625em;
	background-image:url(images/main_03.jpg);
	background-repeat:repeat-x;
	height:147px;
	width:100%;
	z-index:0;
	
}
#mainright 	{
	position:absolute;
	right:80px;
	top:21px;
	background-image:url(images/main_04.jpg);
	height:147px;
	width:450px;
	z-index:1000;
}
#centerpics	{
	padding:5;
	margin-left:auto;
	margin-right:auto;
	height:215px;
	
	
}


.navbar	{
	position:absolute;
	float:left;
	right:0px;
	z-index:2000;
	width:585px;
	top:51px;
	overflow:visible;
}
.navbar li	{
	
	font-face:'Modern No.20','Times New Roman',serif;
	list-style-type:none;
	text-decoration:none;
	float:left;
	position:relative;
	top:-6px;
	color:black;
	text-align:center;
	overflow:visible;
	margin:0 auto;
	padding:0px 1.0em 0px;
	font-size:14px;
	
	
}
#mainleft img	{
	position:absolute;
	top:3px;
	left:28px;
}
#mainframe	{
	clear:both;
	top:30px;
	margin-left:1px;
	padding:10px 20px;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	
	color:#000;
	
	
}
#mainframe p	{
	z-index:1000;
	font-size:14px;
}
#mainframe li	{
	list-style:square;
	font-size:14px;
	
}

#footer	{
	
	background-color:#661e2a;
	height:80px;
}
a:link	{
	color:black;
	text-decoration:none;
	list-style-type:none;
	font-family:'Modern No.20';
	font-weight:bolder;
}
a:visited	{
	color:#3f302b;
	text-decoration:none;
	list-style-type:none;
	font-family:'Modern No.20';
	font-weight:bolder;
	
}
a:active	{
	color:white;
/*	background-color:#2A1FFF;*/
	text-decoration:none;
	list-style-type:none;
	font-family:'Modern No.20';
	font-weight:bolder;
}
a:hover		{
	color:#661e2b;
	text-decoration:none;
	list-style-type:none;
	font-family:'Modern No.20';
	font-weight:bolder;
}
.footerwhite	{
	color:white;
	font-style:italic;
	font-weight:bolder;
	font-family:'Modern No.20';
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	font-size:14px;
	text-align:center;
}
.footerwhite:first-letter	{
	font-size:140%;
	color:white;
}
p:first-letter
	{ 
font-size:200%;
color:black;
}
p:first-line	{
	line-height:15px;
}
