/* CSS */

body { background-color: #504646; }

#page { position: relative;
        top: 150px;
        width: 700px;
		margin-left: auto;
		margin-right: auto;}

#logo { text-align: center;}

#header {}

#menu { position: relative;
        top: 10px;
		width: 380px;}
	
#menu ul { margin: 0px;
           padding: 0px;
		   list-style: none;}

#menu li { float: left;
           width: 95px;
		   height: 35px;
           margin: 0px;
		   padding: 0px 0px 0px 0px;
		   font-family: arial;
		   font-size: 11px;
		   font-weight: bold;
		   text-align: center;
		   background: url("images/button.jpg") no-repeat left top;}

#menu a { display: block;
          width: 90px;
		  height: 18px;
		  margin: 3px 0px 0px 2px;
		  padding: 2px 0px 0px; 0px;
          color: #202020;}

#menu a:hover { color: #ffffff;}
