#header{
	background-color: #ccccff;
	background-image: url(../img/headerTrim.png);
	background-repeat: repeat-x;
	background-position: top;
	
	width: 100%;
	height: 150px;
}

#headerFrame{
	width: 800px;
	height: 150px;
	
	margin: 0px auto;
	
	text-align: left;
	
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#headerTrim{
	width: 100%;
	height: 13px;
	
	background-image: url(../img/headerFade.png);
	background-repeat: repeat-x;
}

#menu{
	background-color: #6666ff;
	background-image: url(../img/menuBG.png);
	background-repeat: repeat-x;
	
	width: 100%;
	height: 35px;
	
	font-weight: bold;
}

#menuFrame{
	width: 800px;
	height: 35px;
	
	margin: 0px auto;
	
	text-align: left;
}

#menuTrim{
	width: 100%;
	height: 14px;
	
	background-image: url(../img/menuFade.png);
	background-repeat: repeat-x;
}

#menuB{
	width: 100%;
}

#menuB #menuBNAV{
	width: 100%;
	height: 35px;
	
	margin: 0px auto;
	
	text-align: left;
}

#menuB #menuBNAV ul{
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}

#menuB #menuBNAV ul li{
	display: block;
	float: left;
	margin: 0px 1px;
}

#menuB #menuBNAV ul li a{
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 0px 0px 0px 13px;
	height: 35px;
}

#menuB #menuBNAV ul li a span{
	padding: 10px 14px 0px 0px;
	height: 35px;
	float: left;
}

#menuB #menuBNAV ul li a:hover{
	color: #ffffff;
	
	background-color: #5d398c;
	background-image: url(../img/menuBGO.png);
	background-repeat: repeat-x;
}

#menuB #menuBNAV ul li a:hover span{
	cursor: pointer;
	display: block;
	width: auto;
}

#content{
	background-image: url(../pics/background.jpg);
	background-repeat: repeat;
	
	padding-top: 15px;
	padding-bottom: 15px;
}

#contentFrame{
	width: 800px;
	margin: 0px auto;
	
	background-color: #fff;
	text-align: left;
}

#footer{
	background-color: #ccccff;
	
	width: 100%;
	
	margin-top: 15px;
}

#footerFrame{
	width: 800px;
	margin: 0px auto;
	
	text-align: left;
}

#footerL{
	width: 200px;
	height: 160px;
	
	float: left;
	text-align: left;
	
	padding-right: 25px;
}

#footerM{
	width: auto;
	height: 160px;
	
	float: left;
	text-align: left;
}

#footerR{
	width: auto;
	height: 160px;
	
	float: right;
	text-align: right;
}

p.warning{
	background-color: #6666ff;
	color: #fff;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	
	margin-bottom: 10px;
	padding: 10px;
	
	border: 1px #b1b1b1 dotted;
	text-align: center;
}

p.confirm{
	background-color: #6666ff;
	color: #fff;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	
	margin-bottom: 10px;
	padding: 10px;
	
	border: 1px #b1b1b1 dotted;
	text-align: center;
}