/* CSS Document */
html, body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:11px;
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin:0 0 13px 0;
	line-height:18px;
}

body {
	background:#B28D7F;
	text-align:center;
}

#container {
	/*	position: absolute;
		top: 50%;
		left: 50%;
		height:500px;
		width:700px;
		margin-top: -250px;
		margin-left: -350px;*/
		width:700px;
		text-align:left;
		margin:auto;
		background:url(images/page-bg.gif);
}



#container .top {
	background:#B28D7F;
	height:109px;
	padding:40px 0 0 0;
}

#container .top-right-animation {
	position:absolute;
	margin:0 0 0 450px;
	padding:40px 0 0 0;
}

#container .content {
	padding:0;
	margin:0;
}

#container .content .menu {
	position:absolute;
	margin:-105px 0 0 0;
	_margin:0;
}

#container .content .text {
	padding:0 0 0 260px;
}

#container .content .text h1 {
	font-size:16px;
	text-transform:lowercase;
	color:#653A32;
	margin:104px 0 15px 0;
}

#container .content .text h2 {
	font-weight:bold;
	font-size:14px;
}

#container .content .text h3 {
	font-family:tahoma, arial;
	font-size:12px;
}

#container .content .text p {
	font-family:tahoma, arial;
}

#container .content .text ul {
	padding:0;
}

#container .content .text ul li {
	margin:0 0 0 20px;
	padding:0 0 0 5px;
}

#container .content .text .box1 {
	border:1px solid white;
	padding:10px 10px 0 10px;
	margin:0 0 18px 0;
}

#container .content a {
	color:white;
}