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

body {
	margin: 0 auto;
	background: url(images/body-bg.gif) repeat-x top #889092;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ffffff
}
#wrap {
	background: url(images/wrap-top.jpg) no-repeat top center;
	margin: 0 auto;
	min-height:400px
}

/* Temp page style */

#logo {
	background:url(images/logo.png) no-repeat center top;
	position:relative;
	top: 300px;
	margin: 0 auto;
	width:700px;
	height: 240px;
	clear:both
}
#temp-txt-box {
	width:650px;
	height:182px;
	margin: 0 auto;
	margin-top:250px;
	background: url(images/temp-txt-box.png) no-repeat center top	;
	padding:30px;
		text-align:center
}
#temp-txt-box h1 {
	margin:0;padding:1px 0;
	text-transform:uppercase;
	font-size:40px;
	display:block;
	font-weight:normal;
	}
#temp-txt-box h1.sub,#temp-txt-box h1.sub a  {
	font-size:22px;
	color:white;
	text-decoration:none
}
#temp-txt-box h1.sub a:hover {
	color:#ddd
}
span.script {
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:italic;
	font-size:40px
}

p 
	{display:block; margin:2px 0 3px; padding:2px}
p.script {
		font:16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-style:italic;
	}