/***************************************************
  General
 ***************************************************/

body {
	margin: 0;
	text-align: center;
	font: 0.62em verdana, arial, sans-serif;
	background: #FEF1E8 url(http://resources.acwm.biz/htmlpages/3/bg_body.jpg) repeat-y top center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900019;
	font-size: 42px;
	line-height: 1px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900019;
	font-size: 16px;
}
h3 {
	clear: both;
	margin: 10px 0px 10px 0px;
	font: 700 1em verdana, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	background: #900019;
	text-align: center;
}

h3 span {
	display: block;
}
h4 {
	clear: both;
	margin: 20px 10px 20px 0px;
	font: 700 1em verdana, sans-serif;
	text-transform: uppercase;
	color: #3F194F;
	text-align: right;
}
a:link {
	color: #3F194F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3F194F;
}
a:hover {
	text-decoration: none;
	color: #FEF1E8;
}
a:active {
	text-decoration: none;
	color: #3F194F;
}
/***************************************************
  Header
 ***************************************************/

#header {
	background-image: url(http://resources.acwm.biz/htmlpages/3/header.jpg);
	background-repeat: no-repeat;
	margin:0px auto;
	height: 150px;
	width: 771px;
	background-position: right;
	text-align: center;
	vertical-align: middle;
}
#pagename {
	width: 400px;
	text-align: center;
	padding-top: 30px;
	padding-left: 135px;
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	padding: 7px 0px 0px 20px;
	font-size: 11px;
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;
}

#menu ul li {
	width: 8em;
	display: inline;
	float: left;
	list-style: none;
	text-align: center;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 0.7em;
	color: #fef1e8;
}

#menu ul li a:hover,
#menu ul li a.active {
	font-weight: bold;
	color: #fef1e8;
	background: url(http://resources.acwm.biz/htmlpages/3/menu_tab.gif) no-repeat bottom center;
}
#premenu {
	width: 100%;
	height: 3em;
	background: #FEF1E8 url(http://resources.acwm.biz/htmlpages/3/bg_header.png) repeat-y top center;
}

/***************************************************
  Content
 ***************************************************/

#text {
	float: left;
	width: 575px !important;
	width: 437px;
	padding: 5px 0px 10px 20px !important;
	padding: 10px 5px 10px 10px;
	color: #3F194F;
}
#livechat {
	float: left;
	width: 575px !important;
	width: 437px;
	padding: 5px 0px 10px 20px !important;
	padding: 10px 5px 10px 10px;
	text-align: center;
	height: 485px;
}
#livecam {
	float: left;
	width: 770px !important;
	width: 770px;
	padding: 5px 0px 10px 0px !important;
	padding: 10px 5px 10px 10px;
	text-align: center;
}
#content {
	clear: both;
	width: 770px;
	margin: 0 auto;
	text-align: justify;
}
#image {
	float: right;
	width: 170px;
	vertical-align: top;
	padding-right: 5px;
}
/***************************************************
  Footer
 ***************************************************/
#footer {
	text-align: center;
	padding: 10px;
	text-align: center;
	color: #3F194F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

