/* Imported Styles
----------------------------------------------- */
@import url("content.css");


/* Common Part
----------------------------------------------- */
* {
padding:0;
margin:0;

}
/*background:#30414E url(../images/tiling_bg.jpg) repeat-x 0% 0%;*/

body{
background:#30414E ;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#fff;
height:100%
}

img {
border:none
}

.clear {
font-size:0%;
line-height:0%;
clear:both;
}

.top_bg_left {
background:url(../images/top_bg_left.jpg) no-repeat 0% 0%;
}
.top_bg  {
background:url(../images/top_bg.jpg) repeat-x 0% 0%;
}
.top_bg_right {
background:url(../images/top_bg_right.jpg) no-repeat 100% 0%;
}
.bottom_bg_left {
background:url(../images/bottom_bg_left.jpg) no-repeat 0% 434px;
}
.bottom_bg  {
background:url(../images/bottom_bg.jpg) repeat-x 0% 434px;
}
.bottom_bg_right {
background:url(../images/bottom_bg_right.jpg) no-repeat 100% 434px;
}
.midle_bg_left {
background:url(../images/midle_bg_left.jpg) no-repeat 0% 145px;
}
.midle_bg  {
background:url(../images/midle_bg.jpg) repeat-x 0% 145px;
}
.midle_bg_right {
background:url(../images/midle_bg_right.jpg) no-repeat 100% 145px;
}


.bottom_bg_left2 {
background:url(../images/bottom_bg_left2.jpg) no-repeat 0% 434px;
}
.bottom_bg2  {
background:url(../images/bottom_bg2.jpg) repeat-x 0% 434px;
}
.bottom_bg_right2 {
background:url(../images/bottom_bg_right2.jpg) no-repeat 100% 434px;
}
.midle_bg_left2 {
background:url(../images/midle_bg_left2.jpg) no-repeat 0% 145px;
}
.midle_bg2  {
background:url(../images/midle_bg2.jpg) repeat-x 0% 145px;
}
.midle_bg_right2 {
background:url(../images/midle_bg_right2.jpg) no-repeat 100% 145px;
}
/* =Misc(links)
----------------------------------------------- */
a {
color:#fff;
text-decoration:none
}


#all {
width:1000px;
margin:0 auto;
background:url(../images/all_bg.jpg) no-repeat 0% 0%;
position:relative;
padding:15px 0 0 0
}

#all_subs {
width:1000px;
margin:0 auto;
background:url(../images/all_bg_subs.jpg) no-repeat 0% 0%;
position:relative;
padding:15px 0 15px 0
}


/* =Header
----------------------------------------------- */

/* =Content
----------------------------------------------- */

/* =Secondary(sidebar)
----------------------------------------------- */

/* =Footer
----------------------------------------------- */