

* { padding: 0; margin: 0; }

body {
 font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#eaeaea;
}
h1{
 font-size:15px;
 color:#0d7f0e;
 padding-bottom:8px;
 letter-spacing:1px;

}
h2{
 font-size:13px;
 color:#0d7f0e;
 padding:8px 0;
 letter-spacing:1px;
}
#wrapper { 
 margin: 0 auto;
 width: 950px;
}
#header {
 width: 930px;
 color: #333;
 padding: 10px;
 border: 0px solid #ccc;
 height: 180px;
 background-image:url(media/header.jpg);

}
#navigation {
 width: 930px;
 color: #fff;
 padding: 4px 10px;
 border: 0px solid #ccc;
 background: #0d7f0e;
 text-align:center;
}
#nav li{
 text-align:center;
 display:inline;
 padding-right:40px;
}
#nav a{
 text-decoration:none;
 font-weight:normal;
 color:#fff;
 letter-spacing:1px;
}
#nav a:hover{
 color:#afda51;
}
#content { 
 width: 890px;
 color: #333;
 border: 0px solid #ccc;
 background: #fefefe;
 padding: 30px;
 text-align:justify;
 min-height:400px;
 height:auto;
 }
#left{
float:left;
width: 350px;
padding: 30px 30px 0 30px;
height:600px;

}
#content1{
float:right;
width: 500px;
 padding: 30px 10px;
border: 0px solid #ccc;
 background: #fefefe;
height: 570px;
}
#case{
height:640px;
 background: #fefefe;
}
#left p{
 font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
 font-size: 13px;
line-height:25px;
text-align:justify;
 color: #333;
padding-bottom:10px;
}
#left ul{
 font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #333;
line-height:25px;
margin-left: 20px;
 list-style-type:square;
}
#left img{
padding: 30px;
margin-left: 30px;
}
#left a{
 color:#0d7f0e;
 text-decoration:none;
 border-bottom:1px dotted #0d7f0e;
}
#left a:hover{
 color:#55aaff;
 border-bottom:1px dotted #55aaff;
}
#content p{
 line-height:25px;
 }
#content ul{
 line-height:25px;
 margin: 10px 20px;
 list-style-type:square;
 }
#content img{
 float:right;
 padding:6px;
 background:#fff;
 border:1px solid #eee;
 margin:2px 0 5px 5px;
}
#content1 img{
 float:right;
 padding:6px;
 background:#fff;
 border:1px solid #eee;
 margin:2px 0 3px 5px;
}
#content1 a{
 color:#0d7f0e;
 text-decoration:none;
 border-bottom:1px dotted #0d7f0e;
}
#content1 a:hover{
 color:#55aaff;
 border-bottom:1px dotted #55aaff;
}
#gallery{
width: 450px;
height: 580px;

}
#gallery img{
float:left;
padding: 0;
border: 3px solid;
}
table{
margin:15px 0;
}
td{
padding:7px;
font-size:12px;
}
tr.a{
background-color:#afda51;
}
tr.b{
background-color:#e6e6e6;
}
tr.c{
background-color:#afda51;
}
tr.d{
background-color:#e6e6e6;
}

#footer { 
 width: 930px;
 color: #fff;
 border: 0px solid #ccc;
 background: #0d7f0e;
 padding: 8px 10px;
 text-align:center;
 font-size:11px;
 font-weight:normal;
 letter-spacing:1px;
}
#footer a{
 color:#afda51;
 text-decoration:none;
}
#footer a:hover{
 color:#ffffff;
}
.test{
margin-bottom:15px;
background:#afda51;
padding:10px;
}
.test em{
color:#fff;
font-style:normal;
font-weight:bold;
}
.cont{
margin-bottom:15px;}