@import url(content.css);
* {
	padding: 0;
	margin: 0;
}
html, body {
    background: url(../image/bodyBg.gif) no-repeat center #fff;
}
body {
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #504d98;
    text-align: center;
}
.clear {
    clear: both;
}
A:link,
A:visited {
    font-weight: bold;
	color: #504d98;
	text-decoration: underline;
	outline: none;
}
A:hover {
	color: #ef3e33;
}
#page {
    background: pink2;
    position: relative;
    width: 1000px;
    margin: auto;
    text-align: left;
}
#main {
    background: pink2;
    width: 1000px;
    float: left;
    text-align: left;
}
#right {
    position: absolute;
    right: 0px;
    top: 33px;
    z-index: 0;
    width: 415px;
    height: 412px;
    padding: 0px;
    margin: auto;
    overflow: visible;
}
#right H3 {
	background: url(../image/headH3.gif) no-repeat;
	margin-left: 30px;
	width: 355px;
	height: 70px;
}
#right H3 SPAN {
	display: none;
}
#right .shadow {
	background: url(../image/shadowTop.png) no-repeat;
	width: 415px;
	height: 10px;
	float: left;
}
#right .shadow.down {
	background: url(../image/shadowDown.png) no-repeat;
}
#right UL#mainMenu {
	list-style: none;
	margin: 25px 55px 10px 55px;
}
#right UL#mainMenu LI {
	padding-bottom: 10px;
}
#right UL#mainMenu LI A {
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 50px;
}
#right UL#mainMenu LI A:hover,
#right UL#mainMenu LI A.active {
	color: #ef3e33;
	background: url(../image/mainMenuActive.gif) no-repeat right;
}
#logo {
	background: url(../image/logo.gif) no-repeat;
	top: 65px;
	left: 100px;
	position: absolute;
	z-index: 3;
	width: 326px;
	height: 308px;
	overflow: visible;
}
#logo A {
	position: relative;
	width: 326px;
	height: 308px;
	display: block;
}
#logo A SPAN {
	display: none;
}
#under {
	top: 400px;
	left: 100px;
	position: absolute;
	z-index: 3;
	width: 326px;
	height: 16px;
	overflow: visible;
	text-align: center;
	border-top: 1px solid #e3e5eb;
	border-bottom: 1px solid #e3e5eb;
}
#footer {
    width: 980px;
    padding: 0px 0px 30px 0px;
    margin: 0px 10px;
	font-size: 11px;
	color: #a7a6cb;
    float: left;
}
#footer #copy {
	padding-top: 15px;
	float: right;
}
#footer UL {
	float: left;
}
#footer UL LI {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	display: inline;
	float: left;
}
#footer UL LI A:link,
#footer UL LI A:visited {
	padding: 0px 0px 0px 10px;
	display: block;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #a7a6cb;
	text-decoration: none;
}
#footer UL LI A:hover,
#footer UL LI A.active {
	background: url(../image/footerA.png) no-repeat top left;
	color: #504d98;
	text-decoration: none;
}
#footer UL LI A SPAN {
	height: 21px;
	display: block;
	padding: 10px 10px 10px 0px;
	cursor: pointer;
}
#footer UL LI A:hover SPAN,
#footer UL LI A.active SPAN {
	background: url(../image/footerASpan.png) no-repeat top right;
}
