.main {
	width: 100%;
	margin-top: 7%;
}  
.main div   {
	width: 80%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}  

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a:link {color:#000000;}
a:visited{color:#000000;} 
a:hover{color:#999999;} 
a:active{color:#FF9900;} 

a {
text-decoration: none;
}
h1 {
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
}
h4 {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
}
h5 {
	font-family: "Courier New", Courier, mono;
	font-size: small;
}
img {
    border-style:none;
}
#my_body {
width : 600px;
}

#header {
width : 100% ;
}

#left {
	width: 200px;
	float: left;
	margin-top: 10px;
	height: 67px;
}

#middle {
	width: 200px;
	float: left;
	margin-top: 10px;
	height: 67px;
}

#right {
	width: 200px;
	float: left;
	margin-top: 10px;
	height: 67px;
}
