body {
	background-color: #333333;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 110%;
}

#designedBy-tag {
	float: none;
	height: 11px;
	margin-bottom: 25px;
	margin-top: 5px;
}

/* CONTAINERS */

#pageholder {
	width: 100%;
	height: 100%;
}

#container-page {
	width: 715px;
	margin: 0 auto;
	text-align: center;
	height: 100%;
	position: relative;
}

#container-header {
	width: 715px;
	height: 112px;
	padding-top: 15px;
	clear: both;
}

#container-contentarea {
	width: 715px;
	background-color: #006600;
	background-image: url(/assets/images/bgnd-leftcolumn.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

/* HEADER STYLES */

#header-caspro-logo {
	width: 173px;
	height: 164px;
	float: left;
	position: absolute;
	z-index: 100;
	top: 15px;
	left: 0px;
}

#header-homeofcorporateentertainment {
	width: 542px;
	height: 50px;
	float: right;
	background-image: url(/assets/images/text_home-of.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#header-menu {
	width: 542px;
	height: 38px;
	float: right;
	padding: 0px;
}

#header-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#header-menu li {
	float: left;
	height: 38px;
	list-style-type: none;
}

#header-menu li a {
	height: 38px;
	display: block;
}

#header-menu li a.home {
	width: 134px;
	background: url(/assets/images/btn_home-0.gif) top left no-repeat;
}

#header-menu li a.brochures {
	width: 157px;
	background: url(/assets/images/btn_download-0.gif) top left no-repeat;
}

#header-menu li a.feedback {
	width: 134px;
	background: url(/assets/images/btn_client-0.gif) top left no-repeat;
}

#header-menu li a.contact {
	width: 117px;
	background: url(/assets/images/btn_contact-0.gif) top left no-repeat;
}

#header-menu li a:hover, #header-menu li a.active {
	background-position: bottom left;
}

#header-menu li span {
	display: none;
}

#header-menu div {
	float:left;
}

#header-scrollingtel {
	width: 542px;
	height: 24px;
	float: right;
}

#header-pgttitle {
	width: 500px;
	height: 52px;
	background: transparent;
	text-align: left;
}

#header-pgttitle h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
/* CONTENT AREA STYLES */

#left-column {
	width: 158px;
	height: 100%;
	text-align: left;
	float: left;
	padding-top: 235px;
}

#right-column {
	width: 500px;
	text-align: left;
	float: right;
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 140%;
	padding: 0 30px 30px 27px;
	min-height: 474px;
	background: url(../images/grass.jpg) top right no-repeat;
}

#services-menu {
	width: 173px;
	position: absolute;
	top: 178px;
	left: 0px;
	z-index: 200;
	background-image: url(/assets/images/bgnd-tiermenu-full.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#services-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#services-menu ul li {
	height: 23px;
	padding-bottom: 0px;
	line-height: 1.2em;
}

#services-menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#services-menu ul li a:hover {
	text-decoration: underline;
	color: #FFCC33;
}

#container-testimonials {
	width: 134px;
	left: 20px;
	position: relative;
}

#testimonial p {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333;
}

#footer {
	width: 715px;
	height: 35px;
	background-color: #006600;
	text-align: left;
}

/* DEFAULT CONTENT STYLES: RIGHT-COLUMN */

#right-column h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFF99;
}

#right-column h2 {
	font-size: 14px;
	color: #FFFF99;
}

#right-column h3 {
	font-size: 12px;
	color: #FFFF99;
	font-weight: bold;
}

#right-column h4,h5,h6 {
	font-size: 11px;
	color: #FFFF99;
	font-weight: bold;
}

#right-column a {
	color: #FFCC33;
}

#right-column ul li {
	list-style-image:url(/assets/images/star-bullet.png);
}

/****page titles and tag definitions ****/
h1.title-welcome span {
	display: none;
}

h1.title-welcome {
	background: url(../images/pgtitle-Welcome.gif) top left no-repeat;
	height: 52px;
	width: 530px;
}

img, div { behavior: url(iepngfix.htc) }