@charset "utf-8";
/* CSS Document */

/* set menu */
#menu {
	margin: 0;
	list-style-type: none;
	text-align: left;
	font-size: 14px;
	font-family: Tahoma, Verdana, "Trebuchet MS";
	color: #F5F5F5;
	font-weight: bold;
}

#menu LI { 
margin: 6px 8px;
float: left;
display: inline;
}
#menu UL {
list-style-type: none;
display: inline;

}

#menu A { 
 display: block; 
 padding: 15px 10px; 
 /* width: 140px; 
 height: 16px; 
background-image: url(images/button.gif); background-position:center; background-repeat: no-repeat; */
 text-decoration: none; 
 	color: #F5F5F5;
	display: inline;

}

#menu A:hover { 
 background-image: url(assets/button_over.png); 
 background-position:left;
 background-repeat: no-repeat; 
}

/* set menu */

body {
	background-color: #bfc2ad;
	background-image:url(assets/bg_main.jpg);
	background-repeat:repeat-x;
	margin-top: 0px;	padding-top: 0px;
	/*
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;*/
}


/*text*/
.small10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #79879F;
}




