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

body{
	background-color:#bbbcb0;
	background-image: url(../images/simp/simp_tile.jpg);
	background-repeat:repeat-x;
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
	color:#02203c;
}

#rap{
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0;
}

#simp_header{
	height:240px;
	width:100%;
	background-image:url(../images/simp/head_simp.png);
	background-repeat:no-repeat;
}
#simp_body{
	padding:20px 140px;
	background-color:#e9ebdc;
}
#foot{
	background-color:#021a30;
	height:100px;
}
#footCenter{
	width:950px;
	margin-right:auto;
	margin-left:auto;
	background-color:#02203c;
	height:100px;
}

#footNav{
	padding:20px;
	margin-left:120px;
	margin-right:auto;
	
}

#footCenter p{
	color:#eaebdc;
}
#footCenter a{
	color:#eaebdc;
	
}
p{
	font-size:12px;
	line-height:1.5em;
}

a {
	border-bottom:dotted #ec8223 1px; 
	color:#02203c;
	padding:2px;
	text-decoration:none;
	outline:none;
}
a:hover{
	background-color:#ec8223;
}
h2{
	letter-spacing:-3px;
	font-size:36px;
	margin:0px;
	font-family: Verdana, Geneva, sans-serif;
}
h3{
	letter-spacing:-2px;
	font-size:20px;
	color:#ec8223;
}
.orange{
	color:#ec8223;
}
.padMe{
	padding: 0px 10px;
}
