@charset "utf-8";

body {
	background:url('images/bg.jpg') no-repeat 0 0;
	background-position:top center;
	font-family:Verdana, Geneva, sans-serif;
	}
.clear { clear:both; }
.header {
	width:980px;
	margin:auto auto;
	border-style:dashed;
	border-width:0px;
	margin-bottom:20px;
}
.mid {
	width:100%;
	height:450px;
	border-style:dashed;
	border-width:0px;
	background:url('images/flag.png') no-repeat;
	background-position:center center;
}
.pic {
	position:relative;
	width:450px;
	left:20px;
	border-style:dashed;
	border-width:0px;
	float:left;
	}
.strong {
	color:#fff;
	font-weight:bold;
	font-size:24px;
	position:relative;
	top:20px;
	left:90px;
	margin-bottom:20px;
}
.lets {
	color:#fff;
	font-weight:bold;
	font-size:44px;
	position:relative;
	top:30px;
}
.district {
	color:#215294;
	font-weight:bold;
	font-size:24px;
	position:relative;
}
.serving {
	color:#215294;
	font-weight:bold;
	font-size:18px;
	position:relative;
	}
.midc {
	width:980px;
	height:450px;
	border-style:solid;
	border-width:0px;
	margin:auto auto;
}
.tbox {
	width:440px;
	height:382PX;
	background:url('images/trans.png') repeat;
	position:relative;
	float:right;
	top:20px;
	left:90px;
}
.bot {
	width:100%;
}
.botc {
	margin-top:20px;
	width:980px;
	margin:auto auto;
	min-height:50px;
	border-style:dashed;
	border-width:0px;
	color:#fff;
	font-size:18px;
}
.botc a {
	color:#fff;
	text-decoration:none;
}
.botc a:hover {
	text-decoration:underline;
}
.botc a:visited {
	color:#fff;	
}
.rounded {
	border-radius: 15px;
	-moz-border-radius: 15px;
	}

