a {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.9em;
	color: #000;
}
a:visited {
	color: #600;
}
a:hover {
	color: #600;
}
a:active {
	color: #600;
}

root { 
    display: block;
}
body {
	margin-top: 20px;
}
#page {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.8em;
	color: #000;
	width: 900px;
	margin: 0px auto 0px auto;
}
#page_title {
	background-image: url(../files/top.jpg);
	height: 100px;
	width: 880px;
	padding-top: 50px;
	text-align: left;
	padding-left: 20px;
}
#part_1 {
	width:900px;
	background-image: url(../files/content.jpg);
}

#part_top {
	width:900px;
	background-image: url(../files/content_top.jpg);
	height: 49px;
	margin-top: 20px;
}

#part_button {
	width:900px;
	background-image: url(../files/content_button.jpg);
	height: 45px;
	background-position:bottom;
	margin-bottom:10px;
}

#left_col {
	float:left;
	width: 200px;
}
#right_col {
	float:left;
	width: 670px;
}
#footer {
	background-image: url(../files/food.jpg);
	height: 31px;
	padding-top: 15px;
	padding-left: 30px;
}
#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;
	background-image: url(../files/buton1.jpg);
}
#second_menu {
}
#second_menu ul {
    list-style: square;
}
#second_menu a {
	text-decoration: none;
}
#second_menu a:hover {    
    text-decoration: underline;
}
#top_menu {
	height: 32px;
}

#botton_menu {
	height: 38px;
}
#main_menu {
	text-align: center;
}
#main_menu a {
	text-decoration: none;
}
#main_menu ul {
	list-style: none;
}
#main_menu ul li {
	display: block;
	text-align:center;
	background-image: url(../files/buton.jpg);
	height: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 5px;
}
#main_menu ul li:hover {
	display: block;
	background-image: url(../files/buton1.jpg);
}
#content {
	padding: 60px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
}
