/* CSS Document */


body{
background-color:#fff;
font-size:11px;
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
margin:0px;
}



a img{
border:0px;
}

.clear {
clear:both;
height: 1px;
margin-top:-1px;
}

#banner-main{
background-color:#E0248F;
/**
background: #ffffff url(../images/pink_bg.gif) repeat-x left top;**/ 
width:100%;
height:100%;
margin:0px;
padding:0px;
}
#bottom {
background: #E0248F url(../images/aboutus_bg_bottom.gif) repeat-x left top; 
width:100%;
height:41px;
}
#bottom .text{
color:#fff;
padding-top:5px;
width: 749px;
margin:auto;
}
#bottom .copyright{
float: left;
}
#bottom .siteby{
float:right;
margin-right:3px;
}

.container{
width: 749px;
margin:auto;
margin-top:0px;
}

#nav{
float: left;
}



#logo{ 
float: right;
padding-top:10px;
}


#banner {
position:relative;
top: -10px;
}

html>body #banner {
top:5px;
padding-bottom:20px;
}

#content {
padding-top: 20px;
background-color:#F2F2F2;
margin-top:0px;
height:auto;
}

html>body #content {
margin-top:0px;
}

#content .left{
float:left;
margin-left: 0px;
width: 262px;
margin-right: 30px;
}


#content .right{
float:left;
width: 420px;
}
#content .right .title{
position:relative;
left: -3px;
margin-bottom: 20px;
top:2px;
}

#content p{
color:#666;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px;
padding:0px;
margin-bottom: 15px;
}