a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #333;
}
a:visited {
	color: #600;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #600;
}

root { 
    display: block;
}
body {
	margin: 0px;
	padding: 15px;
}
#page {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #600;
	width: 900px;
	margin: 0px auto 0px auto;
}
#page_title {
	height: 154px;
	width: 880px;
	padding-left: 20px;
	padding-top: 50px;
	background-image: url(../files/top.jpg);
}
#part_1 {
	width:900px;
	background-image: url(../files/menu.gif);
}

#left_col {
	float:left;
	width: 203px;
}
#right_col {
	float:left;
	width: 697px;
	background-image: url(../files/content.gif);
	background-position:right;
}
#footer {
	background-image: url(../files/food.gif);
	height: 33px;
	padding-top:55px;
	padding-left: 25px;
}
#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: 39px;
}

#botton_menu {
	background-image: url(../files/menu_button.gif);
	height: 48px;
}
#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: 40px;
}

#content_botton {
	background-image: url(../files/content_button.gif);
	height: 48px;
}
