@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
form{
	display: inline;
}
h1, p{
	padding: 0px;
	margin: 0px;
}
#container, #header, #menu, #contain, #foot{
	margin: 0px auto;
	clear: both;
}
#container{
width: 760px;
}
#header{
	margin-top: 10px;
	width:760px;
}
#menu{
	background-image: url(menuBG.gif);
	background-repeat: repeat-x;
	height: 29px;
	border: solid 2px #4f002c;
	border-top: none;
	width:756px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu p{
	display: inline;
	padding: 0px 5px 0px 5px;
	margin: 12px 0px 0px 0px;
}
#menu a{
	text-decoration: none;
	color: #4f002c;
}
#menu a:hover{
	color: #a92068;
}
#menu img{
	height: 27px;
	margin-top: 2px;
}
#contain{
	border: solid 2px #4f002c;
	border-top: none;
	border-bottom: none;
	width:756px;
	background-image: url(boxBG.jpg);
	background-repeat: repeat-x;
	text-align: center;
	padding: 10px 0px;
}
#box{
	background-image: url(boxCEN.gif);
	background-repeat: repeat-y;
	width: 716px;
	margin: 0px auto;
}
#txt{
	background-image: url(logoBG.jpg);
	background-position: 5px bottom;
	background-repeat: no-repeat;
	height: 344px;
}
#txt .right{
	border-left: solid 4px #a92068;
	padding: 10px 0px;
	font-size: 11px;
	text-align: left;
}
#txt .right p {
	padding: 0px 10px;
}
#txt .right h1{
	font-size: 14px;
	text-align: left;
	padding: 10px;
	text-transform:uppercase;
	color: #4f002c;
}
#txt .right ul{
	text-align: left;
	margin: 0px;
	padding: 0px 20px 0px 30px;
	font-size: 11px;
	list-style-position: inside;
	list-style-type: circle;
}
#txt .right a, #txt .left p a {
	text-decoration: none;
	color: #a92068;
	font-weight: bold;
}
#txt .right a:hover, #txt .left a:hover{
	color: #4f002c;
}
#txt .left{
	padding: 0px 0px;
	font-size: 11px;
	text-align: right;
}
#txt .left p{
	padding: 0px 10px;
}
#txt .left h1{
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform:uppercase;
	color: #4f002c;
}
#foot{
	background-image: url(footBG.jpg);
	width:760px;
	height: 22px;
	text-transform: lowercase;
	color: #676767;
	font-size: 9px;
	padding-top: 8px;
}
#foot p{
	display: inline;
	padding: 0px 5px;
}
#foot p a{
	color: #FFFFFF;
	text-decoration: none;
}
#foot p a:hover{
	color: #676767;
}
