* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
	height: 100%;
	background-color: #858585;
	font-family: Arial, sans-serif;
	color: #3D3D3D;
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/misc/bg.gif);
	background-repeat: repeat;
	min-height: 527px;
	min-width: 706px;
}
:root {
	overflow-y: scroll !important;
}
/****************************************************************/
/*                       Containter                            */
/****************************************************************/
#outer{
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}
#container {
	width: 706px;
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 527px;
}	
#inner {
	width: 706px;
	height: 527px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
#top {
	width: 706px;
	float: left;
	border: 1px solid #858585;
}
#top_words {
	width: 444px;
	height: 194px;
	background-image: url(images/misc/top_home_words.gif);
	background-repeat: no-repeat;
	float: left;
}
#top_pic {
	width: 262px;
	height: 194px;
	background-image: url(images/misc/top_home_pic.jpg);
	background-repeat: no-repeat;
	float: right;
}
#center {
	display: block;
	width: 706px;
	height: 139px;
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;
	overflow: auto;
	background-color: #3D3D3D;
	float: left;
}
#logo {
	width: 254px;
	height: 139px;
	background-image: url(images/misc/logo.gif);
	background-repeat: no-repeat;	
	float: left;
}
#bot {
	width: 706px;
	float: left;
	border: 1px solid #858585;
}
#bot_words {
	width: 444px;
	height: 192px;
	background: #FFFFFF url(images/misc/bot_home_words.gif) no-repeat;
	float: left;
}
#announce {
	display: inline;
	float: left;
	margin: 35px 0px 0px 85px;
	text-align: left;
}
#bot_pic {
	width: 262px;
	height: 192px;
	background-image: url(images/misc/bot_home_pic.jpg);
	background-repeat: no-repeat;
	float: right;
}
#address {
	display: inline;
	width: 298px;
	height: 89px;
	background: url(images/misc/address.gif) no-repeat;
	float: left;
	margin-left: 122px;
}
#footer {
	float: right;
	display: block;
	width: 706px;
	height: 12px;
	margin-top: 5px;
}
/****************************************************************/
/*                        Navigation                            */
/****************************************************************/
#nav_main {
	width: 416px;
	height: 21px;
	margin: 19px 0px 3px 32px;
	float: left;
}
a.nav1 {
	background: url(images/nav/menu.gif) no-repeat;
	height: 21px;
	width: 39px;
	overflow: hidden;
	float: left;
}
a:hover.nav1 {
	background-position: left -21px;
}
a.nav2 {
	background: url(images/nav/events.gif) no-repeat;
	height: 21px;
	width: 46px;
	overflow: hidden;
	margin-left: 46px;
	float: left;
}
a:hover.nav2 {
	background-position: left -21px;
}
a.nav3 {
	background: url(images/nav/info.gif) no-repeat;
	height: 21px;
	width: 27px;
	overflow: hidden;
	margin-left: 46px;
	float: left;
}
a:hover.nav3 {
	background-position: left -21px;
}
a.nav4 {
	background: url(images/nav/press.gif) no-repeat;
	height: 21px;
	width: 38px;
	overflow: hidden;
	margin-left: 46px;
	float: left;
}
a:hover.nav4 {
	background-position: left -21px;
}
a.nav5 {
	background: url(images/nav/contact.gif) no-repeat;
	height: 21px;
	width: 54px;
	overflow: hidden;
	margin-left: 46px;
	float: left;
}
a:hover.nav5 {
	background-position: left -21px;
}
/****************************************************************/
/*                           Text                               */
/****************************************************************/
.footer_links {
	font-size: 9px;
	color: #3D3D3D;
}
.footer_links a {
	color: #3D3D3D;
	text-decoration: none;
}
.footer_links a:hover {
	color: #FFFFFF;
}
.red_links {
	color: #ED2028;
	text-align: right;
	font-weight: bold;
}
.red_links a {
	color: #ED2028;
	font-weight: bold;
}
.red_links a:hover {
	color: #3D3D3D;
}
.green_links {
	color: #95AA43;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	text-decoration: none;
}
a.green_links {
	color: #95AA43;
	font-weight: bold;
}
a:hover.green_links {
	color: #3D3D3D;
}
			