#main .content .left {
    position:static;
    float:left;
    width:341px;
    height:auto;
}
.content .left {
    position:static;
    float:left;
    width:341px;
    height:auto;
}


#main .editor {
    position:relative;
    width:341px;
    height:217px;
    background: #f4f4f5 url(../images/editor_bg.png) no-repeat;
}

#main .editor .title {
    position:absolute;
    left:30px;
    top:15px;
}


#main .editor .purple_editor {
    position:absolute;
    left:97px;
    width:206px;
    height:39px;
    background-color:#cf0022;
    color:#ffffff;
}

#main .editor .purple_editor .span_p {
	position:absolute;
	left:5px;
	top:5px;
}

#main .editor .under_purple {
    position:absolute;
    left:102px;
    top:48px;
    width:205px;
    height:39px;
    color:#000000;
}
#main .editor .under_purple2 {
    position:absolute;
    top:74px;
    left:16px;
    width:284px;
    height:39px;
    color:#000000;
}

#main .content .editor .title a {
    color:#bf001f;
    font-family:Tahoma;
    font-size:14px;
    display:block;
    font-weight:600;
    text-decoration:none;

}

#main .content .editor .title a:hover {
    text-decoration:underline;
}


#main .content .editor .editor_text {
    position:absolute;
    left:13px;
    top:47px;
    color:#FFF;

}

#main .content .editor .image {
	position:absolute;
	top:0px;
    left:16px;
    float:left;
    margin:0 0 0 0;
    width:72px;
    height:72px;
    background-color:#cf0022;
}

#main .editor .image img {
    position:absolute;
    top:5px;
    left:5px;
    width:62px;
    height:62px;
}

#main .content .editor_bottom {
    position:absolute;
    width:180px;
    height:27px;
    left:104px;
    top:138px;
    display:block;
}
/*
#main .content .editor_bottom div {
    position:absolute;
}

#main .content .editor_bottom .co{
    left:194px;
    top:7px;
}

#main .content .editor_bottom .hl{
    left:276px;
    top:7px;
}

#main .content .editor_bottom a{
    display:block;
    border-bottom:1px solid #F2C8FF;
}

#main .content .editor_bottom a:hover{
    display:block;
    border-bottom:1px solid #702487;
}
*/

#main .content .right {
    float:right;
    width:341px;
    height:auto;
}
.content .right {
    float:right;
    width:341px;
    height:auto;
}

#main #gid {
	position:relative;
	clear:both;
    height:284px;
}

.banner-shadow {
	padding:0px;
    background: #f4f4f5 url(../images/editor_bg.png) no-repeat;
    vertical-align:middle;
    align:center;
    width:341px;
    height:217px;
    text-align:center;
}

#flash_banner {
	padding-left:5px;
	padding-top:5px;
    width:295px;
    height:207;
    vertical-align:middle;
}

#google_banner_box {
    position:relative;
    width:304px;
    height:254px;
    margin:2px 0;
/*    margin-top:2px;
    background-image:url(../images/google.png);*/

}

.square_flash {
    position:relative;
    width:304px;
    height:254px;
    margin:1px;
    border:1px solid #702487;
}


.square_flash img {
    
    
}

.square_google_ad {
    width:300px;
    height:250px;
    border:2px solid #F7E3FF;
}

