@import "side.css";
@import "cont.css";

body				{	margin: 0px;
			    		color: black;
					background: #698994;
		    			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					font-weight: normal;
				}
				h1 { color: black; font-size: 14px; }

A				{	color: white;
					background: inherit;
					text-decoration: none;
				}
A:hover								{	text-decoration: underline;
									}

.sp									{	font-size: 1px;
										height: 1px;
										width: 1px;
									}

#maint								{	width: 799px;
										margin-left: auto;
										margin-right: auto;
									}
#maint #mtl							{	width: 10px;
										background: url('/img/fr_l.png');
										background-repeat: repeat-y;
										background-position: left top;
									}
#maint #mtr							{	width: 10px;
										background: url('/img/fr_r.png');
										background-repeat: repeat-y;
										background-position: left top;
									}
#maint #mtm							{	width: 779px;
										background: #937711;
									}

#maint #mtm #banner					{	width: 779px;
										height: 98px;
										margin-top: 11px;
									}

#maint #mtm #menu 					{	margin-left: 15px;
										height: 31px;
									}
#maint #mtm #menu .item				{	padding-left: 5px;
										padding-right: 5px;
									}
#maint #mtm #menu .item	a			{	color: #c6a842;
									}
#maint #mtm #menu .item	a:hover		{	text-decoration: none;
										color: #cfb650;
									}

#maint #mtm #locb 					{	padding-left: 20px;
										padding-top: 10px;
										height: 22px;
										border-bottom: 1px dotted #79620f;
										background: #c6a842;
									}
#maint #mtm #locb a					{	color: #876c10;
										text-decoration: underline;
									}
#maint #mtm #locb a:hover			{	text-decoration: none;
									}

#maint #mtm #foot					{	width: 759px;
										background: #c6a842;
										color: #725b0e;
										height: 22px;
										padding-top: 11px;
										padding-left: 20px;
										border-top: 1px dotted #79620f;
									}
