.hide {
	position: absolute;
	left: -9999px;
	background: inherit;
}
body {
	/*background-color: #663366; */
	/*background: url(../images/body_bkgd.gif) no-repeat;   */
	/*background-size: 100%;	 */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #330033; */
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;	
	width: 100%;
	height: 100%;
}
img#bg {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#container {
	position:relative;
	z-index:1;	
}
#container h3 {
	color: #FFFFFF;
	text-align: center;
}
#container a {
	color: #FFCCCC;
}
#container a:hover {
	color: #FFFFFF;
}
#banner {
	height: 151px;
	width: 727px; 
	background-image: url(../images/banner.jpg);  
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#menu {
	width: 727px;
	height: 35px;
	margin: 0 auto; 
	background: url(../images/menu.gif);	
}
#menu ul {
	margin: 0 auto;
	padding: 0 0 0 30px;
	list-style: none;
}
#menu li {
	display: inline; 
	margin: 0;
	padding: 0;	
}
#menu a {
	display: block;
	float: left; 
	width: 137px; 
	padding: 6px 0 4px 0;
	text-decoration: none;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #CCCCFF;
}
#menu a:hover, #menu .active a {
	color: #993366;
    text-decoration: underline; 	
}
#content {
	width: 727px;
	margin: 0 auto;  
	/*background: url(../images/sidebar-pink.gif) repeat-y left top;		*/
	background-color: #CC99CC;
}
#content .colOne {
	float: left;
	width: 100px;
	padding: 20px 20px 20px 25px;	
	*padding: 25px 20px 20px 25px;	
	font-size: 97%;
}
#content .colOne a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#content .colOne a:hover {
	color: #330033;	
    text-decoration: underline; 
}
#content .colTwo {
	float: right;
	width: 530px;
	padding: 20px 20px 20px 0px;	
	*padding: 25px 20px 20px 0px;
}
#content .colTwo a {
	/*color: #660033; */
	color: #663366;
}
#content .colTwo h1, h2, h3, h4 {
	/*color: #330033; */
	color: #663366;
}
#footer {
	width: 600px;
	margin: 0 auto;
}
#footer p {
	margin: 0;
	padding: 0 0 4px 0;
	text-transform: lowercase;
	text-align: center;
	font-size: .86em;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #660033;	
    text-decoration: underline; 
}

