/* CSS Document */

#container {
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	height:620px;
	margin-top:-310px;
	margin-left:-450px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-align:center;
	border: 6px double #b25329;
}

#containeri {
	position: absolute;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	padding: 25px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 6px double #b25329;
	overflow: scroll;
}

body {
	background-color: #f7a940;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 13px;
	line-height: 1.3em;
}

a {
	color: #cf6c21;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}


h1, h2, h3, h4 {
	margin:0px;
	padding:0px;
	color: #000000;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}

p {
	font-size: 15px;
	line-height:18px;
	margin:0px;
	padding:0px;
}
