body{
	font-family: "American Typewriter", Georgia, "Times New Roman", helvetica, serif;
	background: url(bg.png) repeat;
}

#wrapper{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
}

#logo{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#mantra{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 80px;
	font-size: 1.2em;
}


p.mantra{
	text-shadow: #fff 0 1px 0;
	color: #403937;
	/*font-weight: bold;*/	
}


#menu li a {
	display: inline;
}

#menu li {
	display: inline;
	color: #F0532a
	
}

#menu a {
	display: block;
	text-decoration: none;	
	color: #d20000;
	width: 60px;
}

#content{
	font-family: sans-serif;
	margin-top: 40px;
	text-align: center;
}

p.text{
	text-shadow: #fff 0 1px 0;
	color: #403937;
}

input.email-box{
	width: 300px;
	height: 30px;
	border-radius: 10px;
	border: 1px grey solid;
}

input.submit-btn{
	height: 30px;
	width: 60px;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	border: 1px grey solid;
	border-radius: 10px;
	background: url(btn.png) repeat-x;
}

.email_link a {
	text-decoration: none;
	color: #13406B;
}

.email_link a:hover {
	color: #d82d16;
}