body {
    background: #4971a5 url(../images/bg.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 14px;
}

#header {
    width:1020px;
    height: 200px;
    background: transparent url(../images/header.png) no-repeat;
    text-align: center;
}

#topmenu {
    width:1020px;
    height: 40px;
    background-color: #cc0000;
}

#rope {
    width:100%;
    height: 180px;
    background: transparent url(../images/ropecartoon.png) repeat-x;
    text-align: center;
    background-position: center 74%;
}


#top1 {
    width:100%;
    background-color: transparent;
    text-align: left;
}

#top2 {
    width:100%;
    background-color: transparent;

}


/* top image of boxes */


#column1middle {
    width:440px;
    background: transparent url(../images/column1middle.png) repeat-y;

}

#column2middle {
    width:440px;
    background: transparent url(../images/column2middle.png) repeat-y;

}


#column3middle {
    width:140px;
    background: transparent url(../images/column3middle.png) repeat-y;

}




/* internal boxes */


#box1 {
    width:410px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    text-wrap: normal:
    word-wrap: break-word;
}

#box2 {
    width:410px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

#box3 {
    width:125px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;

}


#box11 {
    width:410px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

#box22 {
    width:410px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

#box33 {
    width:130px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fffffff;
}



/* bottom image of boxes */


#column1bottom {
    width:440px;
    height: 15px;
    background: transparent url(../images/column1bottom.png) no-repeat;

}


#column2bottom {
    width:440px;
    height: 15px;
    background: transparent url(../images/column2bottom.png) no-repeat;

}


#column3bottom {
    width:140px;
    height: 15px;
    background: transparent url(../images/column3bottom.png) no-repeat;
}



/* space between boxes */

#column1space {
    width:440px;
    height:60px;
    background: transparent url(../images/column1space.png) no-repeat;

}

#column2space {
    width:440px;
    height:60px;
    background: transparent url(../images/column2space.png) no-repeat;

}


#column3space {
    width:140px;
    height:60px;
    background: transparent url(../images/column3space.png) no-repeat;

}



/* bottom of page */

#bottompad{
    width:1020px;
    background-color: #cc0000;
    text-align: center;

}


#footer{
    width:1020px;
    background-color: #cc0000;
    text-align: center;

}

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

li {
	list-style: none;
	padding-left: 5px;
        line-height:22px;
}
