	/* CSS Document */
	
	body {
		margin: 0;
		text-align: center;
		font:70% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	}
	
	h1 {
		font: 170% Georgia, "Times New Roman", Times, serif;
		color: #000;
		font-weight: bold;
	}
	
	#frame {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		width: 760px;
		border: 1px solid #ccc;
		background-color: #fff;
		padding-bottom: 180px;
		background-image: url(/img/e.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	
	#header {
		padding: 10px;
	}
	
	#menu {
		width: 150px;
		margin-right: 35px;
		float: left;
	}
	
	#menu ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		margin-top: 10px;
	}
	
	#menu ul li {
			
	}
	
	#menu ul li a {
		display: block;
		padding: 5px;
		padding-left: 10px;
		border-bottom: 1px solid #efefef;
		color: #339933;
		text-decoration: none;
	}
	
	#menu ul li a:hover {
		background: #efefef;
	}
	
	#submenu ul {
		list-style-type: none;
	}
	
	#submenu ul li {
		margin-bottom: 10px;	
	}
	
	#submenu ul li a {
		text-decoration: none;
		font-weight: bold;
		color: #339933;
	}
	
	#content {
		width: 520px;
		float: left;
	}
	
	#footer {
		margin-left: auto;
		margin-right: auto;
		width: 760px;
		text-align: left;
		color: #999;
		margin-top: 4px;
		padding-bottom: 50px;
	}
	
	#footer a {
		color: #999;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #333;
	}

