@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-image: url(../images/bg-circle.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E57716;
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #E7791A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 5px;
	margin-top: 20px;
}



a {
	color: #E77816;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#main {
	background-color: #FFF;
}
#main .leftside {
	background-image: url(../images/side_left.jpg);
	background-repeat: repeat-y;
}
#main .rightside {
	background-image: url(../images/side_right.jpg);
	background-repeat: repeat-y;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 21px 10px 25px;
	width: 554px;
	color: #333;
}
#content ul li {
	list-style-type: circle;
}

#content td {
	color: #333;
	font-size: 14px;
}
#language {
	position: absolute;
	top: 0px;
	width: 560px;
	line-height: 30px;
	color: #666;
	font-size: 16px;
	text-align: right;
	padding-right: 25px;
	padding-top: 5px;
}
#nav {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 35px;
	color: #FFF;
	background-image: url(../images/bg_nav.gif);
	margin-right: 21px;
	margin-left: 25px;
	height: 35px;
	margin-top: 15px;
}




.box .top {
	background-image: url(../images/box_02.gif);
	background-repeat: repeat-x;
}
#footer {
	font-size: 11px;
	text-align: center;
	line-height: 28px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E57A1C;
}

.box .left {
	background-image: url(../images/box_04.gif);
	background-repeat: repeat-y;
}
.box .right {
	background-image: url(../images/box_06.gif);
	background-repeat: repeat-y;
}
.box .bottom {
	background-image: url(../images/box_08.gif);
	background-repeat: repeat-x;
}
.headerpic {
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-top: 30px;
}
.text_left_hd {
	font-size: 14px;
	color: #333;
	padding: 5px;
}
.txt-orange_big {
	font-size: 28px;
	font-weight: bold;
	color: #E77816;
}
.txt-orange_medium {
	font-size: 18px;
	font-weight: normal;
	color: #E77816;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 20px;
}
.was {
	text-decoration: line-through;
}
.brd_2px_grey {
	border: 2px solid #EDF0F3;
}
.lady {
	background-image: url(../images/lady.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.thinline {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-top: 5px;
	padding-top: 5px;
}
.red {
	color: #F00;
	font-weight: bold;
}

