.clearfix {
    clear:				both;
}

html, body {
    margin:				0;
}

body {
    background:			#000000;
    font-family:        Tahoma;
    font-size:          14px;
	color:				#D01E85;

}

a {
    color:              #FF64BE;
    text-decoration:    underline;
}

a:hover {
    color:				#ffffff;
    text-decoration:    underline;
}

div#bg {
    background:         url("../img/bg.png") no-repeat scroll 0 0 transparent;
}

div.wrapper {
    margin:				auto;
    width:				1047px;
	padding-top:		127px;
}

div.head {
    margin:             0 auto;
    width:              1040px;
}

div.header {
    font-size:          25px;
    color: 				#000;
    height:             70px;
}

div#logo {
    color:             	#fff;
    font-size:          48px;
    padding-left:       12px;
    padding-top:        8px;
    padding-right:      10px;
    text-align:         right;
}

div.page {
    background:         url("../img/content_mid.png") repeat scroll 0 0 transparent;
}

div#content_top {
    background:         url("../img/content_top.png") no-repeat scroll 0 0 transparent;
    height:             57px;
    position:           absolute;
    width:              1048px;
}

div#content_bottom {
    background:         url("../img/content_bottom.png") no-repeat scroll 0 0 transparent;
    height:             57px;
    width:              1048px;
}

div.navigation {
    float:              left;
    width:              262px;
	margin-bottom:		20px;
}

div.navi_head {
    color:              #FFFFFF;
    font-size:          18px;
    min-height:         18px;
    padding:            20px 40px;
    position:           relative;
    word-wrap:          break-word;
    z-index:            1000;
}

div.navi_content {
    min-height:         150px;
}

div.navi_content ul {
    padding-left:       0;
    margin-top:         0;
    margin-left:        0;

}

div.navi_content li {
    list-style:         none;
}

div.navi_content a {
    color:              #D01E85;
    display:            block;
    font-size:          14px;
    padding:            10px 30px 10px 40px;
    text-decoration:    none;
    word-wrap:          break-word;
}

div.navi_content a:hover {
    color:				#ffffff;
    background:         #63083d;
}

div.navi_content a:active,
div.navi_content ul li.active a {
    background:         #63083d;
    color:				#fff;
}

.menu_heading {
	display: 			inline-block;
	color:                 #fff;
	margin-top: 		10px;
	margin-bottom: 		10px;
	font-size: 			12pt;
	font-weight: 		bold;
	background: 		none !important;
	margin-left: 		40px;
}

.submenu_item + .menu_heading {
	font-size: 			12pt;
	margin-top: 		7px;
	margin-bottom: 		7px;
	margin-left:	          59px;
}

.menu_separator {
	margin-top: 		8px;
	margin-bottom: 		8px;
	margin-left:		10px;
}

.submenu_item + .menu_separator {
        margin-left:            55px;
}

.submenu_item {
	margin-left:		20px;
	background-image: 	url("../img/list_item.png");
	background-repeat: 	no-repeat;
	background-position:    9% 50%;
}

div.content {
    float:				left;
    width:				760px;
    margin-left:        15px;
	margin-bottom:		20px;
}

div.content_headline {
    color:              #fff;
    margin-top:         21px;
    width:				771px;
    margin-left:        0px;
    display:            inline-block;
	position:			relative;
	font-size:			18px;
	min-height:             18px;
}

div.article {
    min-height:         150px;
    margin-top:         20px;
}
