
@import url("../base/reset.css");
@import url("../base/layout.css");
@import url("../base/forms.css");
@import url("../base/texts.css");
@import url("../base/widgets.css");

.mainarea_top{
background: url("../graphics/backgrounds/white_textbox/top.png") no-repeat;
padding-top: 27px;
width: 660px;
}

.mainarea_btm{
background: url("../graphics/backgrounds/white_textbox/btm.png") no-repeat scroll center bottom;
padding-bottom: 31px;
}

.mainarea_cnt{
background: url("../graphics/backgrounds/white_textbox/mid.png") repeat-y;
padding: 0 20px;
width: 620px;
color:#666;
font-size:13px;
}

.mainarea_cnt p{
font-size:13px;
}

.mainarea_cnt > h1{
background:url('../graphics/backgrounds/white_textbox/header_bg.png') no-repeat;
color:#fff;
padding:14px;
font-size:16px;
}

.mainarea_cnt .text > *{
font-size:13px;
}

.mainarea_cnt .text > p{
margin-top:12px;
text-align:justify;
}


.mainarea_cnt .text{
padding:0px 12px 80px 12px;
}

.mainarea_cnt .right_side_info_top{
padding-top:11px;
background:url('../graphics/backgrounds/grey_textbox/small/top.png') no-repeat top;
float:right;
width:236px;
margin:0 0 12px 15px;
}

.mainarea_cnt .right_side_info_btm{
padding-bottom:11px;
background:url('../graphics/backgrounds/grey_textbox/small/btm.png') no-repeat bottom;
width:236px;
}

.mainarea_cnt .right_side_info{
padding:0px 12px;
background:#e5e5e5;
}

.mainarea_cnt .right_side_info * {
font-size:12px;
color:#792770;
}

.mainarea_cnt .right_side_info h2{
margin-top:18px;
}

.mainarea_cnt .right_side_info a:hover{
color:#453061;
}

.mainarea_cnt .right_side_info .contact_shortcut{
margin-top:18px;
display:block;
}


