body {
	background-image:url('yellow.jpg');
	background-size:1350px 700px;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

div.banner{
	width:1000px;
	height:100px;
	margin-top:30px;
	font-family:Goudy Stout;
	font-size:9.5pt;
	font-weight:bold;
}

div.menu{
	background-color:pink;
	margin-top:10px;
	width:900px;
	height:35px;
	border:3px solid black;
	border-radius:20px;
	padding-top:10px;
        
}

span.menu{
	text-align:center;
	font-family: "courier New";
	font-size:12pt;
	padding-left:15px;
	padding-right:15px;
	font-weight:bold;

}

div.search{
	margin-left:1000px;
}

div.content {
	margin-top:10px;
	margin-left:100px;
	width: 900px;
        font-family:Tahoma;
	min-height: 800px;
	border-style: groove;
	border-width: 2px;
	border-color:black;
	background-color: cyan;
	border-radius: 10px;
	padding:10px;
	float:left;
}

div.contenthot {
	margin-top: 20px;
	margin-left:1050px;
	width: 200px;
	min-height: 150px;
	border-style: groove;
	border-width: 2px;
	border-color:black;
	background-color: white;
	border-radius: 10px;
	padding:10px;
}

div.content2 {
	margin-top: 20px;
	margin-left:1050px;
	width: 200px;
	min-height: 150px;
	border-style: groove;
	border-width: 2px;
	border-color:black;
	background-color: white;
	border-radius: 10px;
	padding:10px;
}

div.visi {
	margin-top: 20px;
	margin-left:90px;
	width: 500px;
	min-height: 150px;
	border-style: groove;
	border-width: 2px;
	border-color:black;
	background-color: white;
	border-radius: 10px;
	padding:10px;
}
p.content{
	font-family:"tahoma";
	font-size:9pt;
	color: black;
	font-weight:;
	text-align: center;
}

p.content2{
	font-family:"Tahoma";
	font-size:9pt;
	color: red;
	font-weight:bold;
	text-align: left;
}

h2.content {
	font-family:"Tahoma";
	font-size:15pt;
}

img.standard{
	width:400px;
	height:340px;
}

a:link{
	background-color:transparent;
	padding:4px;
	text-decoration:"Arial";
	color:Black;
	font-weight:bold;
	font-size:9pt;
	text-decoration: none;
}
a:visited{
	background-color:white;
	text-align:left;
	text-decoration: none;
}

a:hover{
	color:Blue;
	font-weight:bold;
	text-decoration: none;
}





div.video {
	margin-top:10px;
	margin-left:100px;
	width: 900px;
	min-height: 300px;
	border-style: groove;
	border-width: 2px;
	border-color:black;
	background-color: white;
	border-radius: 10px;
	padding:15px;
	float:left;
	text-align:center;
}

div.footer
{
	margin-top:5px;
	margin-left:100px;
	width: 900px;
	min-height: 10px;
	border-style: groove;
	border-width: 2px;
	border-color:black;
	background-color: green;
	border-radius: 10px;
	padding:10px;
	float:left;
}

p
{
	font-family:"harrington", serif;
} 	

