a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #600;
}
a:visited {
	color: #600;
}
a:hover {
	color: #600;
}
a:active {
	color: #600;
}

root { 
    display: block;
}
body {
    margin: 0px;
    padding: 0px;
}
#page {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #600;
	width: 900px;
	margin: 0px auto 0px auto;
}
#page_title {
	background-image: url(../files/top.jpg);
	height: 130px;
	width: 880px;
	padding-left: 20px;
	padding-top: 20px;
}
#part_1 { 
width:900px;
}

#left_col {
	float:left;
	width: 248px;
}
#right_col {
	float:left;
	width: 648px;
	background-image: url(../files/content.jpg);
}
#footer {
	background-image: url(../files/food.gif);
	height: 51px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer ul {
    list-style:none;
    margin:0;
    padding:0;
}
#footer ul li {
    display:block;
    float:left;
    margin:5px;
}
#second_menu {
	background-image: url(../files/menu.gif);
}
#second_menu ul {
    list-style: square;
}
#second_menu a {
	text-decoration: none;
}
#second_menu a:hover {    
    text-decoration: underline;
}

#top_menu {
	background-image: url(../files/menu_top.gif);
	height: 20px;
}

#botton_menu {
	background-image: url(../files/menu_button.gif);
	height: 38px;
}
#main_menu {
	background-image: url(../files/menu.gif);
}
#main_menu a {
	text-decoration: none;
}
#main_menu ul {
    list-style: none;
    margin:0;
    padding:0;
}
#main_menu ul li {
    display: block;
    width:100%;
    padding:0px;
    text-align:center;
    margin:0px;
    padding: 3px 0px 3px 0px;
}
#main_menu ul li:hover {

}
#content {
	background-image: url(../files/content.gif);
	padding: 15px;
}

#content_top {
	background-image: url(../files/content_top.gif);
	height: 19px;
}

#content_botton {
	background-image: url(../files/content_button.gif);
	height: 39px;
}
