@charset "UTF-8";
/* CSS Document */

.wrapper{
	width:1010px;
	height:450px;
	margin:0 auto;
	background-color:#C00;
	border:thin;
	border-color:#000;
}

.header{
	width:99.7%;
	height:60px;
	background-color:#90C;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	border:groove;
	border-width:medium;
	border-color:#FC0;
	margin-bottom:.5%;
}

h1{
	font-size:25px;
}

.menu{
	width:100%;
	text-align:center;
	height:33px;
	border-bottom:dashed;
	border-bottom-color:#000;
	margin-bottom:1%;
}

.menu ul{
	list-style:none;
}

.menu ul li{
	floating:left;
	display: inline;
	padding:10px 25px 0px 0px;
}

.menu ul a:link, .menu ul a:visited{
	color:#FFF;
	display:inline-block;
	padding:0px 25px 0px 0px;
}

.menu ul a:hover, .menu ul a:active{
	background-color:#90C;
	text-shadow:none;
}

.text{
	width:60%;
	height:300px;
	float:left;
	font:Verdana, Geneva, sans-serif;
	border:groove;
	border-width:medium;
	text-align:center;
	color:#FC0;
	border-color:#000;
}

p{
	font-size:25px;
	font-style:italic;
}

p1{
	font-size:18px;
}

p2{
	font-size:12px;
}

p3{
	font-size:14px;
}

.image{
	width:30%;
	height:300px;
	float:right;
	border:groove;
	border-width:medium;
	text-align:center;
	border-color:#000;
}

.footer{
	width:99.7%;
	height:30px;
	background-color:#90C;
	float:left;
	text-align:center;
	border:groove;
	border-width:medium;
	border-color:#FC0;
}

