*{
margin:0px;
padding:0px;
}
html{
width:100%;
height:100%;
}
body{
width:100%
}
a {
	text-decoration: none;
	color: #663399;
}
a:hover {
	color: #66CCFF;
}
li {
	list-style-type:none;

}
/*************************** header **/

#header{
width:100%;
background-color:#20221B;
text-align:center;
}
.inside{
width:980px;
margin:0 auto;
overflow:hidden
}
h1 a {
	color: #ccf;
	font-size: 36px;
}

/*************************** menu **/

#menu{
background-image:url(/images/menu_bg.gif);
background-position:top left;
background-repeat:repeat-x;
width:100%;
float:left;
height:40px;
}
#menu ul{
width:980px;
margin:0 auto;
}
#menu li{
list-style-type:none;
display:inline;
	width: 194px;
	float: left;
}
#menu a{
	background: url(/images/but.gif);
	display: block;
	line-height: 40px;
	color: #fff;
}
#menu a:hover {
	background: url(/images/but_hover.gif);
}


/*************************** blocks **/

#blocks{
background-color: #CCCCFF;
}
#blocks ul {
}
#blocks li {
	width: 194px;
	float: left;
	list-style-type: none;
	text-align: center;
	border-bottom: 1px solid #333;
}

#blocks a {
	display: block;
	color: #333;
}

#blocks a:hover {
	background-color: #999;

}

/*************************** main **/

#main{
background-color:#F6F1F0;
padding:47px 0 50px 0;
border-bottom:1px solid #fff;
}
.column{
padding:0 60px 0 37px;
width:410px;
font-family:Tahoma;
font-size:14px;
color:#64584C;
line-height:17px;
float:left;
}
.column p {
	padding: 3px 0;
}

.column h2{
background-image:url(/images/bullet.gif);
background-position:left 2px;
background-repeat:no-repeat;
padding:3px 0 37px 28px;
font-family:Arial;
font-size:18px;
color:#64584C;
font-weight:normal;
}
.news_block h3{
background-image:url(/images/bullet.gif);
background-position:left 2px;
background-repeat:no-repeat;
padding:0 0 37px 28px;
font-family:Arial;
font-size:18px;
color:#64584C;
font-weight:normal;
}
.news_block{
width:425px;
float:left;
font-family:Tahoma;
font-size:11px;
color:#64584C;
}


/********************************************* csv link **/

#csv {
	width: 425px;
	text-align: left;
	float: left;
}


#csv dl {
	width: 425px;
}

#csv dt {
	padding: 0 0 0 3px;
	font-size: 14px;
	font-weight: bold;
}


#csv dd {
	font-size: 12px;
	display: inline;
}


/*************************** footer **/

#footer{
background-color:#E4DEDA;
width:100%;
height:40px;
font-family:Tahoma;
font-size:11px;
color:#64584C;
text-transform:uppercase;
text-align:right
}
#footer a{
color:#64584C;
}
#footer p{
line-height:40px;
padding:0 48px 0 0
}

.link50 {
clear: both;
	width:980px;
padding: 20px 0 0 0;
}
.link50 tr {
	text-align: center;
	float: left;
}

.link50 td {
	width: 194px;
}
