html
{
	height:100%;
}

body
{
	background:#bf83b9 url(./img/_body_back.jpg) center top repeat-x;
	min-height:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
}

a
{
	color:#522f91;
	text-decoration:underline;
}
sup
{
	vertical-align:top;
}

strong, b {
	
	font-weight: bold;
	
}

#pageWrapper
{
	margin:0 auto;
	text-align:left;
	width:960px;
}

#headWrapper
{
	height:170px;
	background:#fff url(./img/top_back.jpg) center top no-repeat;
}
#head
{
	position:relative;
}
#logo a
{
	background:#fff url(./img/logo.jpg) left top no-repeat;
	height:0;
	left:39px;
	overflow:hidden;
	padding-top:77px;
	position:absolute;
	top:72px;
	width:214px;
}

#menuWrapper
{
	float:right;
	padding-right:22px;
	padding-top:80px;
}
#menu
{
	background: url(./img/menu_back.jpg) left top no-repeat;
	height:60px;
	width:630px;
	padding:9px;
	margin-right:17px;
	font-size:14px;
}
#menu ul li
{
	float:left;
	line-height:42px;
	padding:0 17px;
	position:relative;
	text-transform:uppercase;
	text-align:center;
}
#menu ul li a
{
	color:#522f91;
	display:block;
	text-decoration:none;
}
#menu ul li.current,
#menu ul li:hover,
#menu ul li a:hover
{
	color:#7559a7;
}
#menu ul ul
{
	display:none;
	font-size:12px;
	left:50%;
	padding-top:15px;
	position:absolute;
	top:33px;
	width:132px;
	z-index:50;
}
#menu ul ul li
{
	background-color:#e8d5e8;
	font-weight:normal;
	line-height:normal;
	width:104px;
	padding:3px 14px;
	text-transform:none;
	font-size:12px;
	margin-left:-50%;
	float:left;
	clear:both;
	text-align:left;
}
#menu ul ul li.first
{
	background: url(./img/menu_top.png) center top no-repeat;
	margin-top:-15px;
	padding-top:15px;
}
#menu ul ul li.last
{
	background: url(./img/menu_bottom.png) center bottom no-repeat;
}
#menu ul ul li a
{
	color:#522f91;
	font-weight:normal;
}
#menu ul ul li a:hover
{
	color:#7050a2;
}
#menu ul li:hover ul,
#menu ul li.hover ul
{
	display:block;
}
#menu ul ul ul {
	display: none !important;
}
#bodyWrapper
{
	background: url(./img/body_wrapper_back.jpg) center top repeat-y;
}
#body
{
	background: url(./img/top_back.jpg) center -179px no-repeat;
	min-height:300px;
	padding:0 10px;
}

#body #focus
{
	
}
#body #content
{
	overflow:auto;
}

#footWrapper
{
	background:#bf83b9 url(./img/bottom_back.jpg) center -41px no-repeat;
	font-size:11px;
	padding-top:20px;
	padding-bottom:20px;
}
#foot,
#foot a
{
	text-align:center;
	color:#522f91;
	text-decoration:none; 
}

#textSize li {
	
	font-size: 13px;
	
}
