html {
       overflow-y: scroll;
}
body {
	background-color: #000;
	margin:auto;
	padding:0;
	font-size:11px;
	line-height:16px;
	font-family: Arial, Tahoma;
	color: #FFF;
}
a { color:#3d5757;}
a:hover { text-decoration:none;}
.teal { color:#3d5757;}
.left {float:left;}
.right {float:right;}
hr {width:460px;}
h1 {
	font-size:270%
	color:#FFF;
}
h2 {
	font-size:170%
}

#header { background: url(images/header_bckg.gif) repeat-x ; height:99px;  }
#logo {
	width:700px;
	height:44;
	margin:auto;
	padding:20px 0px 0 0px;
}
#logo img{
	float:left;
}
#menu {color:#fff; text-align:center; }
#menu ul{ clear:left; width:780px;  margin:0 auto; list-style:none; padding-top:4px; text-align:left;}
#menu ul li{display:inline}
#menu ul a { display:block; float:left; font-weight:bold; font-size:13px; text-decoration:none; color:#fff; background:url(images/menu_enactive.gif) no-repeat bottom center; padding:8px 10px; width:118px; text-align:center; text-transform:uppercase;}
#menu ul a:hover { background:url(images/menu_over.gif) no-repeat bottom center; color:#FFFFFF;}
#menu ul a.active { background:url(images/menu_active.gif) no-repeat bottom center; color:#FFFFFF;}
#menu ul a.active:hover { background:url(images/menu_active.gif) no-repeat bottom center; color:#FFFFFF;}

#main ul {width:100%}
#main_index {
	width:1190px;
	margin:auto;
	padding-top: 20px;
}
#main {
	width:100%;
	margin:20px 0 20px 0px;
	padding-top: 20px;
}

#core{ 
	margin:auto;
	}
	
#text_index {
	color:#FFF;
	width:780px;
	padding-left:10px;
	margin:auto;
	text-align:left;
	float:left;
}
#text {
	color:#FFF;
	width:780px;
	padding:0px;
	padding-left:0px;
	margin:auto
}
#text2 {
	color:#FFF;
	width:700px;
	padding:0px;
	padding-left:0px;
	margin:auto
}
#sidebar {
	width:200px;
	height:700px;
	margin-left:0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}



#buttons td a:hover { background:url(images/but_draw2.jpg) no-repeat bottom center; color:#FFFFFF;}

#footer {align:center; height:94px; margin-top:20px; clear:both;}

