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

body {
	background-color:FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666666;
	line-height:150%;
	margin:40px 100px 40px 100px;
	background-image:url(/images/bg_dreamartscity.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
}

h1 {
	font-size:24px;
	color: #B77626;
	font-weight:normal;
	padding:10px 0 5px 0;
	line-height:100%;
}

h2 {
	font-size:18px;
	color:#333333;
	font-weight:normal;
	padding:10px 0 5px 0;
	line-height:100%;
}

h3 {
	font-size:16px;
	color:#333333;
	font-weight:normal;
	padding:10px 0 5px 0;
	line-height:100%;
}

a {
	color:#B77626;
	letter-spacing:2px;
	font-weight:normal;
	text-decoration:none;
}

a:hover,active {
	color:#E0BD3F;
}

#header {
	border:none;
	width:100%;
}

#header a {
	color:#B77626;
	font-size:16px;
	letter-spacing:-0.6px;
	font-weight:bold;
	text-decoration:none;
}

#header a:hover,active {
	color:#E0BD3F;
}

#content {
	border:none;
	width:100%;
	padding:30px 0 0 0;
}

#footer {
	font-size:10px;
	border:none;
	width:75%;
	position:absolute;
	bottom:5px;
	padding:0;
	line-height:100%;
}
