/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0 auto;
background:url(images/pagebg.jpg);
}
a{
text-decoration:none;
color: #66CCFF;
}
p, ul, li, h1, h2, h3, h4, h5, h6, input, select, textarea, label, form{
margin:0;
padding:0;
}
.wrapper{
width:100%;
background:url(images/shadow.png) repeat-y center;
}
* html .wrapper{
width:100%;
background:url(images/shadow2.png) repeat-y center;
}
.mainwrapper{
width:821px;
margin:0 auto;
}
.top{
background:url(images/home-banner.jpg) no-repeat top left;
height:329px;
}
.middle{
background:#DFE1B0 url(images/left-bg.jpg) repeat-y left;
float:left;
}
.leftpanel{
width:227px;
float:left;
color:#FFFFFF;
}
.rightpanel{
float:left;
width:594px;
}
.leftpanel p{
padding:5px 15px;
}
.footer{
height:64px;
text-align:center;
background:url(images/footer-bg.jpg) repeat-x;
color:#FFFFFF;
}
.clear{
clear:both;
}
.toptxt{
padding:180px 10px 10px 10px;
width:210px;
color:#FAFBD9;
font-size:16px;
}
.toptxt p{
color:#FFFFFF;
font-size:13px;
}
.toptxt p span{
color: #66CCFF;
}
.bodytext{
padding:5px 15px;
}
.bodytext span{
font-size:15px;
font-weight:bold;
color:#CF4C0B;
}
.vidbox{
padding:7px;
background:#FFFFFF;
}