body {
	background-color: #00CC99;
	background-image: url(image/back.gif);
	background-repeat: repeat-y;
	overflow-x : hidden;
}

#wrap {
	margin: 0;
	width : 950px;
}


#side {
	float:left;
	width:170px;
	margin-top: 100px;
}  

a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #FFFF99;
	text-decoration: underline;
}


h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	color: #FFFF99;
	font-weight: bold;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFFFFF;
}

.style2 {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
}
