* {
    border:  0 ;
    margin:  0;
    padding: 0;
}
body {
    background:  #f1f1f1;
    }
/* general */
a {
    color:           #b484da;
    text-decoration: none;
}
a:hover {
    color:           #6E6E6E;
    text-decoration: underline;
}
blockquote {
    background:  #f1f1f1 ;
    border-left: 2px solid #7534aa ;
    color:       #444;
    display:     block;
    line-height: 20px;
    margin:      0 0 0 10px;
    padding:     0 0 0 10px;
}
.left {
    float:  left;
    margin: 0 10px 0 0;
}
.right {
    float:  right;
    margin: 0 0 0 10px;
}
/* body */
body {
    background: #fff url('/image/background_body.jpg') repeat-x top ;
    color:      #6E6E6E;
    font:       0.7em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}
/* header */
#header {
    background: url('/image/background_header.jpg') ;
    height:     320px;
    margin:     0 auto;
    position:   relative;
    width:      860px;
}
#header:after {
    clear:      both;
    content:    '.';
    display:    block;
    height:     0;
    visibility: hidden;
}
#header h1 {
    color:          #6E6E6E;
    font-size:      40px;
    font-weight:    400;
    left:           0;
    letter-spacing: -2px;
    position:       absolute;
    top:            20px;
}
#header p {
    text-align: right;
    bottom:     30px;
    color:      #fff;
    font-size:  3em;
    position:   absolute;
    right:      10px;
}
#header p table {
    padding-top: 1px;
    color:       white;
    font-size:   14px;
}
#header ul {
    white-space: nowrap;
    list-style:  none;
    position:    absolute;
    display:     block;
    top:         100px;
    width: 200px;
}
#header ul li {
    white-space: nowrap;
    display:     block;
    list-style:  none;
}
#header ul li a {
    color:       #fff;
    display:     block;
    font-size:   1.2em;
    font-weight: 700;
    height:      20px;
    padding:     10px;

}
#header ul li a:hover {
    background:      #b484da ;
    color:           #eee;
    text-decoration: none;
}
/* content */
#content {
    height: auto;
    margin: 0 auto;
    width:  850px;
}
#content:after {
    clear:      both;
    content:    '.';
    display:    block;
    height:     0;
    visibility: hidden;
}
/* sidebar */
#sidebar {
    float: left;
    width: 260px;
}
#sidebar h1 {
    border-bottom: 2px solid #7534aa ;
    color:         #444;
    font-size:     165%;
    font-weight:   400;
    line-height:   30px;
    padding:       0 10px;
}
#sidebar input {
    background: #f1f1f1 ;
    color:      #555;
    margin:     10px;
    padding:    5px;
    width:      180px;
}
#sidebar p {
    background:  #f1f1f1 ;
    color:       #555;
    display:     block;
    font-size:   90%;
    line-height: 20px;
    margin:      10px 0;
    padding:     10px;
}
#sidebar p a.more {
    display:    block;
    text-align: right;
}
#sidebar ul {
    margin: 10px;
}
#sidebar ul li {
    border-bottom: 1px solid #b484da ;
    list-style:    none;
    padding:       5px 2px;
}
#sidebar ul li a {
    color:           #333;
    display:         block;
    padding:         3px;
    text-decoration: none;
}
#sidebar ul li a:hover {
    color: #000;
}
/* Main */
#main {
    float: right;
    width: 570px;
}
#main p {
    background:  #f1f1f1 ;
    color:       #555;
    display:     block;
    font:        1.1em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
    line-height: 20px;
    margin:      10px 0;
    padding:     10px;
}
#main h1 {
    border-bottom: 2px solid #7534aa ;
    color:         #444;
    font-size:     165%;
    font-weight:   400;
    line-height:   30px;
    padding:       0 10px;
}
/* footer */
#footer {
    margin: 10px auto;
    width:  860px;
}
#footer:after {
    clear:      both;
    content:    '.';
    display:    block;
    height:     0;
    visibility: hidden;
}
#footer p {
    border-top:  1px solid #7534aa ;
    color:       #555;
    font-size:   90%;
    line-height: 20px;
    padding:     10px;
    text-align:  center;
}
#left {
    float:      left;
    text-align: left;
}
/* float: left;
	width: 225px;
	text-align: left;
	margin-right: 35px; */
#content ul.thumbs {
    margin:  20px 0;
    padding: 0;
    border:  none ;
}
#content ul.thumbs:after {
    content:    ".";
    display:    block;
    clear:      both;
    height:     0;
    visibility: hidden;
}
#content ul.thumbs li {
    float:            left;
    margin:           3px;
    padding:          0;
    background-image: none;
    border:           none ;
}
#content ul.thumbs li a img {
    border: 3px solid #C4BCD5 ;
}
#content ul.thumbs li a:hover img {
    border: 3px solid #7534aa ;
}
html>body #content ul.thumbs li a {
    background-color: transparent;
}
