@charset "utf-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0 auto;
font-size:12px;
color:#000000;
line-height:1.5;
}

.wrapper {
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
width:914px;
margin:0 auto;
padding-bottom:10px;
}

.header {
width:880px;
height:366px;
margin:0 auto;
padding-top:10px;
padding-bottom:10px;
}

.contents {
width:880px;
border:1px solid #ccc;
margin:0 auto;
height:auto;
}

.contents-in {
padding:10px;
overflow:hidden;
height:auto;
}

.left-col {
width:500px;
height:626px;
float:left;
padding:10px;
background-color:#FFFFFF;
}

.right-col {
color:#FFFFFF;
background-image:url(images/helping-hand.jpg);
background-repeat:no-repeat;
width:310px;
height:626px;
float:right;
padding:10px;
background-color:#FFFFFF;
}

h3 {
margin:0;
color:#025e9d;
}

li {
color: #FF9900;
}

li span {
color:#000000;
}
