/* CSS Document */

#topsection{
width:780px;
height:150px;
background-image:url(Top_layout1.jpg);
background-repeat:no-repeat;
}
	#search{
	float:right;
	margin-top:65px;
	width:215px;
	height:30px;
	text-align:left;
	}
	
	#menu{
	float:left;
	margin-top:110px;
	margin-left:20px;
	width:480px;
	height:50px;
	}

#mainsection{
width:780px;
height:600px;
}

#leftsection{
width:150px;
margin-left:5px;
float:left;
}

#main{
width:600px;
margin-left:5px;
float:left;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}

h3{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
}
