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

body {
	background: #fff;
	color: #596bc6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	background: url(img/header.gif) 0 0 no-repeat;
	width: 585px;
	height: 115px;
	position: relative;
	top: 150px;
	margin: 0 auto;
}
	  
	  #header h1 {
		  line-height: 1.0em;
		  text-indent: -9999px;
	  }
	  
	  #header p {
		  margin-top: 50px;
		  text-align: center;
	  }
	  
	  #header a {
		  color: #596bc6;
		  text-decoration:none;
	  }
	  #header a:hover {
		  color: #ffd15e;
		  text-decoration:underline;
	  }
	  
#content {
	margin: 170px auto 0;

}
#content p {
	font-size: 190%;
	text-align:center;
}
