@charset "UTF-8";
/* CSS Document */

body {
background:url(../img/main_bg.jpg);
margin:0px;
padding:0px;
text-align:center;
}

#editorbody { background-color:#f2f2f2;background-image:none; text-align:left; }

.text,p {
font-family:Georgia, "Times New Roman", Times, serif;
color:#8E8E8E;
font-size:15px;
line-height:22px;
padding:8px 0 0 0;
}

.text a,a {
color:#000000;
text-decoration:none;
border-bottom:1px dashed #000000;
border-left:1px dashed #000000;
padding:0 3px 0 3px;
}

.text a:hover,a:hover {
background:#e1e1e1;
padding-left:3px;
}

.text_zone {
background:#f2f2f2;
padding:25px;
margin:0 0 20px 0;
zoom:100%;
}

.title,h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:22px;
color:#a6ba22;
border-bottom:1px dashed #979797;
position:relative;
}

img, div, em {
 behavior: url(htc/iepngfix.htc);
 border:0px;
}

#main {
margin:0 auto;
width:1000px;

}

#header {
width:1000px;
height:365px;
background:url(../img/header.png);
background-repeat:no-repeat;
}

#content {
background:url(../img/content_bg.png);
width:1000px;
background-repeat:repeat-y;
text-align:left;
}

#footer {
background:url(../img/footer_bg.png);

margin:0 30px 0 30px;
}

.content_end {
background:url(../img/content_end.png);
width:1000px;
height:66px;
}

.left_spacer {
float:left;
}

.center_spacer {
float:left;
}

.left_column {
float:left;
width:288px;
}

.right_column {
float:left;
width:564px;

}

.right_spacer {
float:left;
}

/*MENU*/
#menu {
position:relative;
width:288px;
overflow:hidden;
padding:0;
display:block;
}

#menu a { 
position:relative;
display:block;
border-bottom:0;
border-left:0;
padding:0;
background-color:#fff;
}

.noborder,.noborder:hover { 
border-bottom:0;
border-left:0;
padding:0;
background-color:transparent;
}

#thumbnail {
position:relative;
padding-top:10px;
zoom:100%;

}

#left_thumbnail {
float:left;
width:242px;
position:relative;
background:url(../img/thumbnail_framework.jpg) no-repeat;
}

#spacer_thumbnail {
float:left;
}

#right_thumbnail {
float:left;
width:242px;

position:relative;
background:url(../img/thumbnail_framework.jpg) no-repeat;
}

.thumbnail_name {
position:absolute;
top:35px;
z-index:999;
}

.image_thumbnail {
text-align:center;
padding:20px 0 25px 0;
}



.left_name {
float: left;
background:url(../img/name_left.png);
width:9px;
height:25px;
}

.name {
float: left;
background:url(../img/name_background.png) repeat-x;
font-family:Georgia, "Times New Roman", Times, serif;
height:25px;
color:#333333;
font-size:12px;
padding-top:5px;
font-style:italic;
}

.right_name {
float: left;
background:url(../img/name_right.png);
width:9px;
height:25px;
}

.description {
font-family:Georgia, "Times New Roman", Times, serif;
color:#8E8E8E;
font-size:12px;
line-height:18px;
padding:0 15px 0 15px;
}

.description p { margin-top:0;padding-top:0; }

.description strong, .description b {
color:#a6ba22;
font-style:italic;
font-weight:normal;
}