body{
background-image: url(../images/img01.gif);
background-color: #3C455F;
margin-bottom: 10px;
margin-top: 10px;
}

p,li,h1,h2,h3,pre{
font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
color:#000;
}

p,li,pre{
line-height: 20px;
font-size: 12px;
}

h1,h2,h3{
font-weight: bold;
}

h1{
font-size: 18px;
text-transform:uppercase;
color:#F00;
}

h2{
font-size: 16px;
}

h3{
font-size: 14px;
}

cite{
font-size: 10px;
color:#666;
font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
}

a img{
border:none;
}

h1#about{
color:#000;
}

#contact{
margin-left:1em;
}

#portfolio{
margin:0 auto;
}

#plateau{
padding:1em;
border: ridge 2px #CCC;
background:url(../images/metal.gif);
width:940px;
margin:0 auto;
}

#wrapper{
background:white;
border:groove #CCC 5px;
}

#flashAnim{
display:block;
margin:0 auto 2em auto;
}

#lcol{
width:235px;
float:left;
}

#rcol{
margin-left:20px;
width:585px;
float:right;
padding:1em;
}

#footer{
clear:both;
text-align:center;
}

ul#leftnav{
list-style:none;
width:100%;
margin:0;
padding:0 0 15px 0;
-webkit-padding-start:0;
border-bottom:1px dotted black;
}

/*
ul#leftnav li{
background:url(../images/navimg.png);
height:24px;
margin:0.2em 0;
}

ul#leftnav li:hover{
background:url(../images/navimg_hover.png);
}
*/
 
ul#leftnav li a{
margin-left:10px;
display:inline-block;
width:100%;
height:100%;
text-decoration:none;
font-weight:bold;
}

ul#leftnav li a:hover{
color:#F00;
}

ul#bottomnav{
list-style:none;
text-align:center;
}

ul#bottomnav li{
display:inline-block;
}

ul#bottomnav li:last-child:after{
content:"";
}

ul#bottomnav li:after{
content:" |";
}

img.aff{
display:block;
margin:1em auto;
}

table#portfolio{
display:block;
}

table#portfolio tr td{
padding:0.5em;
background:#FFFFEF;
-moz-box-shadow: 2px 2px 5px #000;
-webkit-box-shadow: 2px 2px 5px #000;
box-shadow: 2px 2px 2px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}

table#portfolio tr td img{
border:groove 1px #ccc;
}

.left{
float:left;
margin:2px 1em 3px 0px;
}

.right{
float:right;
margin:2px 0px 3px 1em;
}

.shadow{
-moz-box-shadow: 3px 3px 10px #000;
-webkit-box-shadow: 3px 3px 10px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
