@charset "utf-8";
/* CSS Document */

.content_area{
position: relative;
left: 52px;
top: 16px;
padding-top:10px;
padding-bottom:20px;
width: 916px;
}

.left_title{
background: transparent url(../images/titles/windows/left_title.jpg) no-repeat scroll 0% 0%;
position: relative;
height: 56px;
width: 475px;
left: 0px;
margin-bottom:20px;
}

.right_title{
background: transparent url(../images/titles/windows/right_title.jpg) no-repeat scroll 0% 0%;
position: absolute;
height: 56px;
width: 394px;
top: 10px;
left: 522px;
margin-bottom:20px;
}

#profile_pic{
position: absolute;
height: 235px;
width: 227px;
left: 340px;
top: -19px;

}

.left_title_content{
position: relative;
width:270px;
left: 30px;
top: 16px;
}
.right_title_content{
position: relative;
width:270px;
left: 30px;
top: 16px;
}

.main_content{
padding-left:16px;
padding-right:15px;
padding-bottom:10px;
width: 880px;
}

/* Content Shape Divs */


.content_top {
background: transparent url(../images/layout/main_content/main_content_top.jpg) no-repeat scroll 0% 0%;
background-image: url(../images/layout/main_content/main_content_top.jpg);
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: scroll;
background-position-x: 50%;
background-position-y: 0%;
background-origin: initial;
background-clip: initial;
background-color: transparent;
height: 19px;
width: 1020px;
padding-top: 0px;
position: relative;
top: -8px;
}

.content_middle {
background: transparent url(../images/layout/main_content/main_content_middle.jpg) repeat-y scroll 0% 0%;
background-image: url(../images/layout/main_content/main_content_middle.jpg);
background-repeat-x: no-repeat;
background-repeat-y: repeat;
background-attachment: scroll;
background-position-x: 0%;
background-position-y: 0%;
background-origin: initial;
background-clip: initial;
background-color: transparent;
padding: 0px;
height: auto;
width: 1020px;
position: relative;
top: -8px;
}

.content_bottom {
background: transparent url(../images/layout/main_content/main_content_bottom.jpg) no-repeat scroll 50% 0%;
background-image: url(../images/layout/main_content/main_content_bottom.jpg);
background-repeat-x: no-repeat;
background-repeat-y: no-repeat;
background-attachment: scroll;
background-position-x: 50%;
background-position-y: 0%;
background-origin: initial;
background-clip: initial;
background-color: transparent;
height: 84px;
padding-top: 0px;
width: 1020px;
position: relative;
top: -8px;
}
