@charset "UTF-8";

*{
margin:0;
padding:0;
}

#wrapper{
width:730px;
}

div#cont div#c3_l {
overflow: hidden;
width: 730px;
margin-top:-30px;
}

#cont h1{
color: #666;
margin-top: 3px;
margin-bottom: 10px;
font-size: 10px;
font-weight: normal;
}

#cont #c3_l h2{
margin-top:20px;
width:79px;
}

#leftBox{
float:left;
width:500px;
}

#leftBox div.c_text{
float: left;
font-size: 16px;
margin-top: -75px;
padding: 5px 30px 10px 85px;
}

div.c_text p{
line-height: 135%;
padding-bottom: 10px;
}

div.c_text p img.l_bar{
margin-bottom: 15px;
}

h3{
margin-top:10px;
margin-bottom:10px;
font-size:16px;
}

div.c_text ol{
list-style-type:decimal-leading-zero;
list-style-position: outside;
margin-bottom:40px;
}

div.c_text li{
margin-left:35px;
padding-bottom:10px;
}

img.lb_photo_l{
border:1px solid #00CCFF;
float:left;
display:inline;
}

img.lb_photo_r{
border:1px solid #00CCFF;
float:right;
display:inline;
}


/********************

right

********************/


#rightBox{
float:right;
width:230px;
}

#rightBox p{
text-align:center;
}

#rightBox #bookImage {
text-align: center;
margin-top: 10px;
margin-bottom: 5px;
}

#rightBox .bookAmazon {
margin-bottom: 15px;
text-align: center;
line-height: 1.2em;
padding-top:8px;
}

#rightBox .bookAmazon p {
margin-bottom: 5px;
}

.r_lb{
margin:15px 0;
}

.r_lb img{
border:1px solid #00CCFF;
margin-bottom:20px;
}

p.r_img_1{
margin-bottom:35px;
}

p.r_img_2{
margin-bottom:20px;
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
background-color: #444;
padding: 10px;
width: 520px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
border: 5px solid #3e3e3e;
border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
border: 5px solid #fff;
border-width: 5px 5px 20px;
color: #fff;
}
#gallery ul a:hover { color: #fff; }
