﻿#frame {
	width: 800px;
	margin: 0px auto 0px auto;
	background-color: #F5F5F5;
}
#menu {
	font-family: Tahoma;
	font-size: 14px;
	color: #D0DBEB;
	background-image: url(images/menu_bkgr.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 3px;
}
#menu a:link {
	text-decoration:none;
	color: #D0DBEB;
}
#menu a:visited {
	text-decoration:none;
	color: #D0DBEB;
}
#menu a:hover {
	text-decoration:underline;
	color: #FF9600;
}


#bottom_banner {
	background-image: url(images/Bottom_bkgr.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
}
#bottom_banner p {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 100px;
	color: #D0DBEB;
	text-indent: 4em;
}
#bottom_banner a:link {
	font-family: Tahoma;
	font-size: 12px;
	color: #D0DBEB;
}
#bottom_banner a:visited {
	font-family: Tahoma;
	font-size: 12px;
	color: #D0DBEB;
}
#bottom_banner a:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #FF9600;
	text-decoration: none;
}
#copyright {
	font-family: Tahoma;
	font-size: 11px;
	text-align: right;
	padding-right: 55px;
	height: 20px;
	line-height: 20px;
	color: #999;
}

