body {
	font: 62.5% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

/* #### general ######## */

a {
	font-weight: bold;
	color: #550869;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.clear {
	clear: both;
	margin: 0;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.aRight {
	text-align: right;
}
.aLeft {
	text-align: left;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	display: none;
}

/* #### typo ######## */

p {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}
li {
	font-size: 1.2em;
}
li li {
	font-size: 1em;
}
h3 {
	color: #ac11d2;
	font-weight: bold;
	font-size: 1.4em;
}
#container {
	margin: 0 auto;
	min-width: 970px;
	max-width: 1400px;
}
#header {
	margin: 10px 0 10px 0;
}
#header h1 {
	display: inline;
	width: 218px;
	height: 91px;
	margin: 2px 0 0 15px;
	text-indent: -9000px;
	background: url(../img/logo.gif) no-repeat;
	float: left;
}
#header img {
	float: right;
}
#nav-main {
	margin: 0 0 10px 0;
}
#nav-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav-main li {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	background: url(../img/nav-main-li-bg.gif) repeat-y;
}
#nav-main li a {
	display: block;
	width: 135px;
	float: left;
	font: bold 1.165em Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 8px 5px 8px 10px;
	background: url(../img/nav-main-a-bg.gif) 0% 100% no-repeat;
}
#nav-main li a:hover {
	text-decoration: underline;
}
#nav-main h2 {
	display: block;
	width: 135px;
	background: url(../img/nav-main-h2-bg.gif) no-repeat;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 7px 5px 3px 10px;
	margin: 0;
}
#nav-main li.last a {
	background: url(../img/nav-main-li_last-a-bg.gif) 0% 100% no-repeat;
}
#box-login {
	width: 142px;
	background: url(../img/box-login-bg.gif) repeat-y;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 5px 0 10px 8px;
	position: relative;
}
#box-login p {
	margin: 0 0 5px 0;
	font-weight: bold;
}
#box-login a {
	color: #fff;
	margin-left: 5px;
}
#box-login .button-login {
	display: block;
	width: 66px;
	height: 20px;
	background: url(../img/button-login.gif) no-repeat;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
	float: left;
}
#box-login h2 {
	display: block;
	width: 135px;
	background: url(../img/box-login-h2-bg.gif) no-repeat;
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 7px 5px 3px 10px;
	margin: -5px 0 5px -8px;
}
#box-login form {
	margin: 0;
}
#box-login input {
	width: 114px;
	height: 20px;
	padding: 2px 10px 0 10px;
	margin: 5px 0 5px 0;
	background: url(../img/box-login-input-bg.gif) no-repeat;
	border: 0;
}
#box-login-bottom {
	width: 150px;
	height: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../img/box-login-bg_bottom.gif) 0% 100% no-repeat;
}
#wrapper {
	float: left;
	width: 100%;
}
#content {
	margin: 0 150px;
	padding: 0 10px 10px 10px;
}

#box-welcomeText {
	position: relative;
	background: #eecff6;
	padding: 3px 7px 4px 7px;
	margin: 0 -5px 10px -5px;
}
#box-welcomeText-left {
	position: absolute;
	top: 0px;
	left: -3px;
	width: 3px;
	height: 5px;
	background: url(../img/box-welcomeText-bg_left.gif) no-repeat;
}
#box-welcomeText-right {
	position: absolute;
	top: 0px;
	right: -3px;
	width: 3px;
	height: 5px;
	background: url(../img/box-welcomeText-bg_right.gif);
}
#box-welcomeText p {
	color: #550869;
	font-weight: bold;
	margin: 0;
}

table {
	border: 1px solid #ebebeb;
	font-family: Arial, Helvetica, sans-serif;
}
table.nice {
	border: 1px solid #ebebeb;
}
table.ads td {
	padding: 10px 0 10px 0;
}
td.title {
	font-weight: bold;
	color: 
}
caption {
	background: #ac11d2 url(../img/header-bg.gif) 100% 0% no-repeat;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: left;
}
caption span {
	display: block;
	background: url(../img/header-bg_left.gif) 0% 0% no-repeat;
	padding: 5px 10px 3px 10px;
}
th, td {
	font-size: 1.2em;
	border: 1px solid #ebebeb;
}
table.nice th,
table.nice td {
	border: 1px solid #ebebeb;
}

th {
	background: #eecff6;
	color: #550869;
}
tr.active td {
	background: #eecff6;
}
table a {
	color: #550869;
	text-decoration: none;
}
table a:hover {
	text-decoration: underline;
}
table.fRight,
table.fRight caption {
	margin-left: 20px;
}
table.fRight {
	margin-bottom: 10px;
}
table.fLeft,
table.fLeft caption {
	margin-right: 20px;
}
table.fLeft {
	margin-bottom: 10px;
}
table.noBorder {
	border: none;
}
table.noBorder td {
	border: none;
}

#wrapper-box-info {
	margin: 0 50% 0 -20px;
}
#box-info {
	width: 263px;
	padding: 90px 10px 20px 10px;
	margin: 0 auto 10px auto;
	background: url(../img/box-info-bg.gif) repeat-y;
	position: relative;
}
#box-info p {
	color: #550869;
	/* font: bold 1.3em "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif; */
	font: bold 1.4em Arial, Helvetica, sans-serif;
}
#box-info p strong {
	font-size: 1.155em; 
}
#box-info-top {
	width: 269px;
	height: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/box-info-bg_top.gif) 0% 0% no-repeat;
}
#box-info-bottom {
	width: 269px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../img/box-info-bg_bottom.gif) 0% 100% no-repeat;
}

#box-ads1 {
	position: relative;
	width: 128px;
	padding: 15px 11px 5px 11px;
	margin: 0 0 10px 0;
	background: url(../img/box-ads1-bg.gif) repeat-y;
}
#box-ads1-top {
	width: 150px;
	height: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/box-ads1-bg_top.gif) 0% 0% no-repeat;
}
#box-ads1-bottom {
	width: 150px;
	height: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../img/box-ads1-bg_bottom.gif) 0% 100% no-repeat;
}
#box-ads2 {
	position: relative;
	width: 128px;
	padding: 15px 11px 5px 11px;
	margin: 0 0 10px 0;
	background: url(../img/box-ads2-bg.gif) repeat-y;
}
#box-ads2-top {
	width: 150px;
	height: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../img/box-ads2-bg_top.gif) 0% 0% no-repeat;
}
#box-ads2-bottom {
	width: 150px;
	height: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../img/box-ads2-bg_bottom.gif) 0% 100% no-repeat;
}

#navigation {
	float: left;
	width: 150px;
	margin-left: -100%;
}
#extra {
	float: left;
	width: 150px;
	margin-left: -150px;
}
#footer {
	clear: both;
	background: #eed0f6;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 50%;
}
#footer ul {
	position: relative;
	left: -180px;
	width: 360px;
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footer li {
	display: block;
	height: 18px;
	float: left;
	border-left: 1px solid #000;
	padding: 5px 20px 0 20px;
}
#footer li.first {
	border-left: none;
}
#footer a {
	color: #000;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}