html {
	height:100%;
}

img {
	border: 0;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: center;
	height:100%;
	margin: 0;
	padding: 0;
	width: 100%;
}


#outer {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}


#outer[id] {
	display: table;
	position: static;
}


#middle {
	position: absolute;
	top: 50%;
	left:0;
} /* for explorer only*/


#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
         
   
#inner {
	position: relative;
	top: -50%;
} /* for explorer only */


/* optional:
#inner[id] {
	position: static;
} */


.grey_dark
{
	color: #555;
}


.color_dark
{
	color: #555;
}

.color_dark
{
	color: #555;
}

.color_dark
{
	color: #555;
}


#index {
    margin-top: 70px;
    margin-left: 240px;
    /*width: 534px;*/
    border: 1px solid #000;
    text-align: left;
}

a {
	text-decoration: none;
	color: #999;
}

a:hover {
	color: #555;
}

#index_content {
    width: 227px;
    border: 1px solid #000;
    float: left;
}

#index_frame {
    margin-left: 227px;
    padding: 0;
    border: 1px solid #000;
    width: 306px;

}

#index_menu {
	    /*position: absolute;*/
	margin-top: 140px;
}


.font_big_dark {
    font-size: 18px;
    color: #7B7B7B;
}

.font_big_light {
    font-size: 18px;
    color: #7B7B7B;
}


.font_medium_dark {
    font-size: 13px;
    color: #7B7B7B;
}


.font_normal_dark {
    font-size: 11px;
    color: #555;
}

.font_normal_light {
    font-size: 11px;
    color: #999;
}


#page_title {
    margin-top: 130px;
    margin-bottom: 20px;
}


#index_menu {
    /*position: absolute;*/
    /*margin-top: 26px;*/
    margin-left: 60px;
    font-family: verdana, helvetica, sans-serif;
    font-size: 11px;
    color: #AAAAAA;
}

.index_img_left {
    /*position: absolute;*/
    width: 125px;
    height: 125px;
    margin-left: 48px;
    padding: 0;
}

.index_img {
    /*position: absolute;*/
    width: 125px;
    height: 125px;
    padding: 0;
}

.index_img_top_left {
    /*position: absolute;*/
    width: 125px;
    height: 125px;
    margin-left: 48px;
    margin-top: 35px;
    padding: 0;
}

.index_img_top {
    /*position: absolute;*/
    width: 125px;
    height: 125px;
    margin-top: 35px;
    padding: 0;
}


ul.menu_first {
	list-style: none;
	margin: 0;
	padding: 0;
}


ul.menu {
	list-style: none;
	margin: 22px 0 0 60px;
	padding: 0;
}


#wrap {
	margin: 40px auto 0 auto;
	width: 873px;
	text-align: left;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}