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

body {
	margin: 0;
	padding: 0;
	background-image: url(../bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #3e1023;
	font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #323232;
}

#flashcontent {
	width: 100%;
}

#contentBox {
	margin:auto;
	width:635px;
	padding:220px 300px 0px 100px;
} 

h1 {
	color:#3e1023;
} 

h2 {
	font-style:italic;
	color:#0f3459;
}

h3 {
	font-style:italic;
	color:#3e1023;
}


p {
	line-height:21px;
}

a {
	color:#3e1023;
}

a:hover {
	color:#0f3459;
}

.flash {
	color:#0f3459;
}