/* *************************************
	pageTitle
************************************* */
.page_title {
    background-image:url(../img/training.png);
    background-repeat:no-repeat;
}
.page_title_name {
    position:relative;
    top:90px;
    left:170px;
    color:white;
    font-size:40px;
    text-shadow: 2px 2px 5px gray;
}
/* *************************************
	pageMenu
************************************* */
#pageMenu {
    top:100px;
    left:400px;
}
#pageMenu li {
    padding:0 20px;
}
/* *************************************
	content
************************************* */
.content {
    display:block;
    background-image:url(../img/box_top.png);
    background-repeat:no-repeat;
}
.content_body {
    display:block;
    background-image:url(../img/box_middle.png);
    background-repeat:repeat-y;
    width:580px;
    margin-top:-5px;
    padding:10px 50px;
    padding-right:100px;
    font-size:14px;
    line-height:20px;
}
.content_body ul {
    margin-top:7px;
    margin-left:-20px;
}
.content_bottom {
    display:block;
    background-image:url(../img/box_bottom.png);
    background-repeat:no-repeat;
}
.title {
    display:block;
    width:140px;
    background-image:url(../img/title.png);
    background-repeat:no-repeat;
    margin:35px 0 15px 0;
    padding:5px 20px;
    text-align:center;
    color:white;
    font-weight:bold;
}
/* *************************************
	button
************************************* */
.contact_button {
    display:block;
    float:left;
    background-color:pink;
    width:80px;
    margin-top:10px;
    margin-left:150px;
    padding: 2px 3px;
    text-decoration:none;
    text-align:center;
    color:#555647;
}
.contact_button:hover {
    display:block;
    background-color:lightpink;
    width:80px;
    padding: 2px 3px;
    text-decoration:underline;
    text-align:center;
}
.contact_button_top {
    display:block;
    background-color:pink;
    float:right;
    width:80px;
    margin-top:10px;
    margin-right:150px;
    padding: 2px 3px;
    text-decoration:none;
    text-align:center;
    color:#555647;
}
.contact_button_top:hover {
    display:block;
    background-color:lightpink;
    width:80px;
    padding: 2px 3px;
    text-decoration:underline;
    text-align:center;
}
/* *************************************
	other
************************************* */
.privacy  {
    color:#555647;
}