body{
font-family:Georgia, Cambria, "Times New Roman", Times, serif;
background-color:#111;
color:#444;
}
h1{
margin-top:1.5em;
font-size:1.8em;
font-weight:bolder;
}
h2{
font-size:1.6em;
font-weight:bold;
}
a{text-decoration:none;
font-size:1em;
color:#000;
}
a:hover{
text-decoration:underline;
}
p{
font-size:1.3em;
line-height:21px;
margin-bottom:1em;
}
#container_top{
float:left;
width:100%;
background:url(../images/bg_black.jpg) 0 0 repeat;
}
#head{
width:100em;
margin:0 auto;
}
#head #myname{
float:left;
padding:6em 0 9.6em 2em;
}
#head #self{
float:right;
margin:4em 10em 0 0;
-moz-transform:rotate(-7.5deg);  /* FF3.5+ */
-o-transform:rotate(-7.5deg);  /* Opera 10.5 */
-webkit-transform:rotate(-7.5deg);  /* Saf3.1+, Chrome */
}
#head #self:hover{
-moz-transform:rotate(0deg);  /* FF3.5+ */
-o-transform:rotate(0deg);  /* Opera 10.5 */
-webkit-transform:rotate(0deg);  /* Saf3.1+, Chrome */
}
#container_middle{
float:left;
width:100%;
background:url(../images/bg_buff.jpg) 0 0 repeat;
}
#main{
width:100em;
margin:0 auto;
}
.col{
float:left;
}
#col1{
width:20em;
background:url(../images/bg_red.jpg) 0 0 repeat;
}
#nav{
margin:2em;
}
#nav li a{
color:#c0c0c0;
font-size:1.6em;
font-variant:small-caps;
letter-spacing:0.2em;
}
#nav li a.current{
color:#9e8327;
}
#nav li a:hover{
color:#ceb327;
text-decoration:none;
}
#nav li.subnav{margin-left:2em;}
#twitter{
margin:50em 0 2em 2em;
}
#col2{
width:78em;
padding:0 0 0 2em;
}
#col2 p:first-letter{
font-size:1.3em;
color:#000;
margin-left:1em;
}
.testimonial{
float:right;
width:23em;
border:1px solid #9e8327;
margin:0 2em;
padding:1em;
}
.testimonial h2{
margin-bottom:1em;
}
.testimonial blockquote{
background:url(../images/quotes.gif) 0 0.5em no-repeat;
padding:1em 0 1em 0;
}
.testimonial blockquote p:first-letter{
padding-left:1em;
}
.testimonial p{
font-size:1.4em;
}
#container_bottom{
float:left;
width:100%;
background-color:#000;
border-bottom:3px solid #9e8327;
}
#foot{
width:100em;
margin:0 auto;
}
#pic_box{
float:left;
width:50em;
height:36.2em;
border:solid 1px #000;
position:relative;
overflow:hidden;
margin-top:2em;
}
#pic_box img{
position:absolute;
top:0;
left:0;
display:none;
filter:alpha(opacity=0); /* for IE */
}
#pic_box .current{display:block;}
#thumbs{
float:left;
width:50em;
height:26em;
/*overflow-x:hidden;
overflow-y:scroll;*/
padding:2em 0.3em;
}
#thumbs img{
float:left;
width:10em;
height:7.4em;
padding:0;
display:block;
margin:0 1.1em 1.3em 1.1em;
border:solid 1px #000;
}
#thumbs img:hover{cursor:pointer;}
.activeThumb{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
filter:alpha(opacity=100); /* for IE */
opacity: 1;/* for everything else! */
}
.inactiveThumb{
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
filter:alpha(opacity=50); /* for IE */
opacity: 0.5;/* for everything else! */
}
#descrip div{
float:left;
width:24em;
margin:1.5em;
display:none;
}
#descrip p:first-letter{margin:0;}
#descrip div a{
font-size:1em;
font-weight:bold;
color:#962a2a;
}
#descrip .show{display:block;}
#feedback{
margin-top:1.5em;
}
#feedback p:first-letter{margin:0;}
#feedback label{font-size:1em;}
#feedback input[type="text"], #feedback textarea{
font-family:Georgia, Cambria, "Times New Roman", Times, serif;
font-size:1em;
color:#444;
background:url(../images/bg_buff.jpg) 0 0 repeat;
border:1px solid #9e8327;
}
#feedback input[type="text"]:focus, #feedback textarea:focus{
background:none;
background-color:#fff;
}
#myaddress p:first-letter{margin:0;}
