a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}

root { 
    display: block;
}
body {
	margin-top: 20px;
}
#page {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	width: 900px;
	margin: 0px auto 0px auto;
}
#page_title {
	background-image: url(../files/top.jpg);
	height: 50px;
	width: 400px;
	padding-left: 500px;
	padding-top: 100px;
}
#part_1 {
	width:900px;
	background-image: url(../files/content.jpg);
}

#part_top {
	width:900px;
	background-image: url(../files/content_top.jpg);
	height: 45px;
	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: 250px;
}
#right_col {
	float:left;
	width: 650px;
}
#footer {
	background-image: url(../files/food.jpg);
	height: 26px;
	padding-top: 4px;
	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;
}
#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: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#main_menu ul li:hover {
	display: block;
}
#content {
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #300;
}

#content_top {
	height: 19px;
}

#content_botton {
	height: 42px;
}
