@charset "utf-8";
/* CSS Document */

html {background: #e8ebec url(aminobgwhite.png); font-size: 100%;}

body {
	font-family: "Helevetica", san serif;
	color: #13191f;
    font-size: 0.875em; 
	background: #f4f5f6;
	border: 1px solid #bdc9cd;
	width: 640px;
	padding: 20px;
	margin: 30px auto;
	position: relative;
	
	/* css 3 */
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	
	 box-shadow: #000 0 0 30px;
    -moz-box-shadow: #000 0 0 30px;
    -webkit-box-shadow: #000 0 0 30px;
}

p {line-height: 1.5em}

/*---------- Logo ----------*/

h1 {}


@font-face {
  font-family: "TeamSpirit";
  src: url(TEAMSPIR.ttf) format("truetype");
}

h1#header {	
	font-family: "TeamSpirit";
	font-size: 8em;
	text-align: center;
	color: #fbeff3;
	padding: 10px 20px 20px;
	background: #4452bc;
	
	/* css 3 */
	text-shadow: 0px 3px 0px #000;
	
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-topright: 50px;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-top-right-radius: 50px;
}

span#logo_css {	

}

span#logo_layout {	

}

#sub_heading {
	position: absolute;
	top: 160px;
	right: -20px;
	background: #4452bc; 
	border: 2px solid #FFF;
	color: #FFF;
	padding: 25px 15px;
	
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	
	 box-shadow: #000 0 5px 5px;
    -moz-box-shadow: #000 0 5px 5px;
    -webkit-box-shadow: #000 0 5px 5px;
}

/*---------- Top Navigation ----------*/

#nav {
	background: #74faf5;
	padding: 10px;
	text-align:center;
	text-transform: uppercase;
	letter-spacing: .08em;
}

#nav li { display: inline; margin-right: 20px; }

#nav li a { color: #000; text-decoration: none; }

@font-face {
  font-family: "Writing Stuff";
  src: url(WritingStuff.ttf) format("truetype");
}

.headings {
	font-family: "helevetica"; 
	font-size: 1.5em; 
	font-weight: bold;
	padding: 15px 0;
}

#footer {
	background: #4452bc;
	padding: 20px;
	text-align: center;
	margin-top: 30px;
	
	-moz-border-radius-bottomleft: 50px;
	-moz-border-radius-bottomright: 50px;
	-webkit-border-bottom-left-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
}











