* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #000000;
}

div#header {
	height: 290px;
	background: #000000 url(pict/bg1.jpg) no-repeat bottom;
	background-position: 350px 40px;
}

div#header p {
	font-size: 42px;
	font-weight: bold;
	color: #ffffff;
	text-transform: lowercase;
	padding-left: 40px;
	margin-top: 100px;
}

div#header p.motto {
	font-size: 14px;
	color: #BF0B6F;
	text-transform: uppercase;
	margin-top: 0px;
}

div#header ul {
	background: #B10961;
	height: 46px;
	padding-left: 40px;
}

div#header ul li {
	float: left;
	list-style-type: none;
	height: 46px;
	border-right: 2px solid #58032D;
}

div#header ul li.first {
	border-left: 2px solid #58032D;
}

div#header ul li a {
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: 14px;
	display: block;
	padding: 15px 30px;
}

div#header ul li a.cur {
	background: #770445;
}

div#header ul li a:hover {
	background: #770445;
}

div#main {
	width: 980px;
	margin: auto;
	background: #ffffff url(pict/bg_body2.gif) repeat-y right;
	padding-right: 10px;
	padding-left: 10px;
}

div#navi {
	float: left;
	padding: 30px 40px;
}

div#navi ul li {
	list-style-type: none;
	color: #B20861;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
}

div#navi ul li ul {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 50px;
}

div#navi ul li ul li {
	list-style-type: none;
	font-weight: normal;
	color: #74043E;
	padding-top: 5px;
}

div#navi ul li ul li a {
	text-decoration: none;
	color: #74043E;
	font-size: 10px;
}

div#navi ul li ul li a.cur {
	text-transform: uppercase;
	color: #ffffff;
	background: #BB096B;
	padding: 3px 5px 3px 10px;
}

div#news {
	width: 200px;
	float: right;
	padding-top: 40px;
	padding-left: 30px;
	padding-right: 40px;
	text-align: justify;
}

div#news span.hl {
	text-transform: uppercase;
	color: #ffffff;
	background: #BB096B;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
}

div#news p {
	margin-top: 18px;
	color: #666666;
}

div#news a {
	color: #74043E;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
}

div#content {
	padding-top: 30px;
	color: #666666;
	margin-left: 235px;
	width: 465px;
}

div#content h1 {
	color: #B20A62;
	text-transform: lowercase;
	font-size: 30px;
	margin-bottom: 8px;
}

div#content h2 {
	color: #74043E;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 25px;
}

div#content h2 span.b {
	font-weight: bold;
}

div#content h3 {
	color: #333333;
	font-weight: bold;
	font-size: 10px;
}

div#content p {
	line-height: 24px;
	margin-bottom: 18px;
}

div#content a {
	color: #74043E;
	text-transform: uppercase;
	font-size: 10px;
}

div#content ul {
	margin-bottom: 18px;
	padding-left: 40px;
	line-height: 24px;
}

div#content table th, div#content table td {
	padding: 3px;
}

div#bottom {
	background: #000000;
	text-align: center;
}

div#bottom p {
	color: #ffffff;
	text-transform: lowercase;
	line-height: 60px;
}

div#bottom p span {
	margin-left: 15px;
	text-transform: uppercase;
	background: #BB096B;
	padding: 3px 5px;
}

div.clear {
	clear: both;
}

input {
	border: 1px solid #74043E;
}

input.radio {
	border: none;
}

input.button {
	background: #BB096B;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	padding: 3px 5px;
}