body {
	background-color: #000033;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#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%;
}

#container-header {
	width: 715px;
	height: 164px;
	padding-top: 15px;
	clear: both;
}

#container-contentarea {
	width: 715px;
	background-color: #333333;
	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;
}

#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 div {
	float:left;
}

#header-scrollingtel {
	width: 542px;
	height: 24px;
	float: right;
}

#header-pgttitle {
	width: 532px;
	height: 40px;
	float: left;
	background-color:#333333;
	text-align: left;
	padding-left: 10px;
	padding-top: 12px;
}

#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: 173px;
	height: 100%;
	text-align: left;
	float: left;
}

#right-column {
	width: 518px;
	text-align: left;
	float: right;
	font-family: Georgia, Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 140%;
	margin: 1px 12px 10px 0px;
}

#services-menu {
	width: 173px;
}

#services-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#services-menu ul li {
	background-image: url(/assets/images/bgnd-tiermenu.gif);
	background-position: center;
	background-repeat: no-repeat;
	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: #FFFFFF;
}

#footer {
	width: 715px;
	height: 100px;
	background-color: #333333;
	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: #FFCC00;
}

#right-column li {
	list-style-image:url(/assets/images/star-bullet.gif) ;
}