/*Home Page*/

body {
	background-color:#92a7bd;
}
#all {
	width:1024px;
	height:775px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid black;
	-moz-border-radius: 1em 1em;
	background-color:#1b325f;
}
#main {
	width:725px;
	height:675px;
	float:left;
	margin-left:10px;
	border:1px solid black;
	-moz-border-radius: 1em 1em;
	background-color:#c7cbce;
	color:#090d3b;
}
#right {
	width:250px;
	height:675px;
	float:right;
	margin-right:10px;
	border:1px solid black;
	-moz-border-radius: 1em 1em;
	background-color:#c7cbce;
	color:#090d3b;
}
#descp {
	height:175px;
}
#cont {
	clear:both;
	float:left;
}
h1 {
	text-align:left;
	color:white;
	font-family:"Times New Roman";
	font-size:60px;
	margin:5px 5px 5px 50px;
}
h2 {
	text-align:center;
	color:#f26c4f;
	font-family:"Times New Roman";
	font-size:30px;
	margin:3px;	
}
h3 {
	text-align:center;
	color:#090d3b;
	font-family:"Times New Roman";
	font-size:15px;
	margin:4px;
}
img {
	float:left;
	margin:0px 15px 0px 5px;
}
iframe {

}
ul  {
	margin-left:-12px;
	margin-top:0px;
}
li {
	font-family:"Times New Roman";
	font-size:18px;
	margin:3px;
}
p {
	font-family:"Times New Roman";
	font-size:20px;
	margin:7px;
}

