/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: url("../images/background.jpg");
}
.container {
	margin: 0;
	padding: 0;
	width: 100% auto;
	height: 100%;
	text-align: center;
	background: url(../images/top_stripe.jpg) repeat-x;
}
.frame {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0;
	width: 803px;
	text-align: left;
	background: url(../images/content_back.jpg) repeat-y;
}
.menu {
	display: block;
	margin: 22px 0 0 17px;
	padding: 0;
	width: 134px;
	height: 200px;
	background: url("../images/menu.off.gif") no-repeat;
	z-index: 2;
/*	border: 1px solid blue;*/
}
.menu ul {
	text-align: left;
	margin: 0;
	padding: 0;
}
.menu li, .menu a {
	width: 120px;
	height: 25px;
	display: block;
	margin: 0;
	padding: 0;
	z-index: 4;
}
#Home a {height: 22px}
#AboutUs a {height: 25px;}
#ContactUs a {height: 25px}
#Classes a {height: 24px}
#Events a {height: 24px}
#Sessions a {height: 24px}
#Training a {height: 24px}
#Calendar a {height: 24px}
#Home a:hover {background: url(../images/menu.on.gif) no-repeat 0px 0px;}
#AboutUs a:hover {background: url(../images/menu.on.gif) no-repeat 0px -25px;}
#ContactUs a:hover {background: url(../images/menu.on.gif) no-repeat 0px -50px;}
#Classes a:hover {background: url(../images/menu.on.gif) no-repeat 0px -75px;}
#Events a:hover {background: url(../images/menu.on.gif) no-repeat 0px -100px;}
#Sessions a:hover {background: url(../images/menu.on.gif) no-repeat 0px -125px;}
#Training a:hover {background: url(../images/menu.on.gif) no-repeat 0px -150px;}
#Calendar a:hover {background: url(../images/menu.on.gif) no-repeat 0px -175px;}
/*Remove the following lines to remove "On" state from menu.*/
#AboutUs_act {background: url(../images/menu.on.gif) no-repeat 0px -22px;}
#ContactUs_act {background: url(../images/menu.on.gif) no-repeat 0px -47px;}
#Classes_act {background: url(../images/menu.on.gif) no-repeat 0px -71px;}
#Events_act {background: url(../images/menu.on.gif) no-repeat 0px -95px;}
#Sessions_act {background: url(../images/menu.on.gif) no-repeat 0px -119px;}
#Training_act {background: url(../images/menu.on.gif) no-repeat 0px -143px;}
/*End Remove*/
.panel {
	float: right;
	margin: 0;
	padding: 0;
	width: 640px;
	text-align: left;
/*
	height: 100px;
*/	
}
.content {
/*	height: 100%;*/
	width: 600px;
	margin: 22px;
	font-family: century gothic;
	font-size: 12px;
	line-height: 20px;
	color: #252B4C;
/*	border: 1px solid red;*/
}
.content h1 {
	font-weight: normal;
	font-size: 15px;
}
.topblock {
	position: relative;
	display: block;
	margin-left: -49px;
	padding: 0;
}
.header {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 112px;
	width: 803px;
	display: block;
	z-index: 2;
	text-align: right;
}
.capw_header {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 32px;
	width: 800px;
	display: block;
	z-index: 3;
	text-align: right;
}
.footer {
	width: 100%;
	height: 1px;
	font-family: "Century Gothic";
	font-size: 7.5pt;
	color: #1F2C10;
	background: url("/images/background.jpg");
}
.footer p{
	margin: 0;
	padding: 0 0 0 5px;
	width: 97%;
	line-height: 27px;
/*	float: right;
	display: inline;
	text-align: right;
	border: 1px solid red;*/
}
.footer a{
	text-decoration: none;
	color: #1F2C10;
}
.footer a:hover {
	text-decoration: underline;
}
