@charset "utf-8";
/* CSS Document */
body				{
					background:url(../images/background.jpg);
					font-family: Geneva, Arial, Helvetica, sans-serif; 
					font-size: 13px; 
					line-height: 1.5; 
					color: #2b2b2b;
					margin-top: 20px;
					margin-bottom: 20px;
					margin-left:0px;
					margin-right:0px;
					}
#top				{
					width:916px;
					height:18px;
					background:url(../images/main_top.png) no-repeat;
					margin:0 auto;
					}
#head				{
					width:916px;
					margin:0 auto;
					margin-bottom:15px;
					}
#middleimage		{
					width:634px;
					height:132px;
					margin-left:255px;
					}
#bottom				{
					width:916px;
					height:18px;
					background:url(../images/main_bottom.png) no-repeat;
					margin:0 auto;
					}
#content			{
					width:916px;
					padding-bottom:30px;
					background: url(../images/main_bg.png) repeat-y;
					margin: 0 auto;
					}
#main				{
					width:600px;
					float:left;
					margin-top:40px;
					margin-left:40px;
					}
#main_menu			{
					width:900px;
					height:35px;
					margin:0 auto;
					line-height:33px;
					background: url(../images/main_menu_bg.png) repeat-x;
					}
#main_page_menu		{
					width:201px;
					float:left;
					margin-top:45px;
					margin-left:50px;
					}
#footer				{
					width:100%;
					}
#footer_text		{
					width:100%;
					margin:0 auto;
					text-align:center;
					color:#333;
					}
.menu				{
					width:201px;
					float:left;
					}
.menu-first			{
					width:201px;
					float:left;
					margin-left:60px;
					}
.menu-top			{
					width:201px;
					height:16px;
					background:url(../images/menu_top.png) no-repeat;
					}
.menu-bg			{
					width:201px;
					height:auto;
					background:url(../images/menu_bg.png) repeat-y;
					padding:6px;
					}
.menu-bottom		{
					width:201px;
					height:15px;
					background:url(../images/menu_bottom.png) no-repeat;
					}
#where_am_i			{
					position:absolute;
					margin-top:-15px;
					font-size:10px;
					color:#666666;
					}