body	{
	margin: 0px; 
	padding: 0px;
	background-color: #ffffff;
	}

#wrap {
	width: 945px;
	margin: 0px auto;
	text-align: left;
	padding: 10px 0px 10px 0px;
	}
	
	.menuyell {
		position: relative;
		float: left;
		top: 0px;
		width: 130px;
		background-color: #ffffcc;
		}
	.menuflag {
		position: relative;
		float: left;
		top: 0px;
		width: 145px;
		background-image: url(images/indexbar.gif); 
		}	
	.pic {
		position: relative;
		float: left;
		top: 0px;
		width: 800px;
		}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 140%;	
	color: #333333;
	}

	.indextext {	
		font-weight: bold;
		line-height: 180%;
		text-align: center;
		background-color: transparent;
		color: #333333;
		}
			.indextext a:link {
				font-weight: normal;
				text-decoration: none;
				color: #333333;
				}
			.indextext a:visited {
				text-decoration: none;
				font-weight: normal;
				color: #9999cc;
				}
			.indextext a:hover {
				font-weight: bold;
				text-decoration: underline;
				color: #9966ff;
				}
			.indextext a:active {
				font-weight: bold;
				text-decoration: underline;
				color: #9966ff;
				}
