body {
 background: url(imgs/body_bg.gif) repeat-x 0 0 #9bbc76;
 margin: 0;
 padding: 0;
 color: #333;
 font-family: Myriad, Arial, sans-serif;
 font-size: 13px;
 line-height: 19px;
 text-align: center; 
}

#wrapper {
 width: 950px;
 margin: 0 auto;
 text-align: left; 
}

#header {
 background: url(imgs/top_bg.gif) no-repeat 0 0 ;
 height: 45px;
 text-align: right;
 padding-top: 80px;
 padding-right: 20px;
 font-size: 18px;
 color: #333;
}

#homeleft {
 width: 280px;
 height: 500px;
 float: left;
 text-align: right;
}


#homeright {
 width: 600px;
 height: 500px;
 float: left;
 background-color: #fff;
 border: 2px solid #ccc;
 margin-left: 30px;
 padding: 10px;
}


#footer {
 clear: both;
 padding-top: 20px;
 font-size: 12px;
}

img {
 border: none;
}


.img_default {
 border: 5px solid #ebc67c;
 margin-bottom: 30px;
}


ul{
 padding: 0;
 margin: 20px 0 30px 5px;
 list-style: none;
}

li{
 padding-left: 25px; 
 background-image: url(imgs/li.png);
 background-repeat: no-repeat;
 background-position: 0 5px;
}


h2 {
 font-family: 'Trebuchet MS', Helvetica;
 font-size: 21px;
 margin: 0 0 15px 0;
 padding-bottom: 10px;
 font-weight: normal;
 color: #347b34;
 border-bottom: 1px dotted #ccc;
}


#header p {
 margin: 0;
 padding: 0;
}

#header a:link {
 margin-left: 25px;
}
a:link, a:visited {
 color: #ad4985;
 text-decoration: none;
} 

a:hover {
 color: #ec0b8d;
 text-decoration: underline;
}
