HTML code: February at the Chamberlain Civic Center
The Chamberlain Civic Center

Coming in February

February will be another banner month at the Chamberlain Civic Center with a two day performance of the Tony Award winning musical, West Side Story by the Broadway Touring Company. Tickets are going fast, so order yours today.

Celebrate Valentine's Day with the Chamberlain Symphony and their special selection of classical music for lovers. The next day, exercise your mind by attending the Charles Dickens classic, The Mystery of Edwin Drood.

Jazz lovers have a lot to celebrate in February with a visit from the Jazz Masters on February 10th, and then on February 21st, enjoy the music of The Duke with an Ellington Tribute performed by the Jazz Company of Kansas City.

Pins, bottles, plates, and chairs are flying at the Chamberlain Civic Center in February. The Taiwan Acrobats return with another amazing performance. Then, on February 25th, the Madtown Jugglers get into the act with their unique blend of comedy, juggling, and madness.

Enjoy a classical brunch every Sunday in February with music provided by the Carson Quartet. Seating is limited, so please order your table in advance.

Events in Febuaray at the CCC
Sun Mon Tue Wed Thu Fri Sat

26

27

28

29

30

31

1

Tawain Elements
8pm
$16,$24,$36

2

Carson Quartet
1pm
$8

3

4

5

Joey Gallway
8pm
$16,$24,$36

6

7

West Side Story
7pm
$24,$36,$64

8

West Side Story
7pm
$24,$36,$64

9

Carson Quartet
1pm
$8

10

Jazz Masters
8pm
$18,$24,$32

11

12

13

Harlem Choir
8pm
$18,$24,$32

14

Chamberlain Symphony
8pm
$18,$24,$32

15

Edwin Drood
8pm
$24,$36,$44

16

Carson Quartet
1pm
$8

17

18

19

The Yearling
7pm
$8,$14,$18

20

21

An Ellington Tribute
8pm
$24,$32,$48

22

Othello
8pm
$18,$28,$42

23

Carson Quartet
1pm
$8

24

25

Madtown Jugglers
8pm
$12,$16,$20

26

27

28

Ralph Williams
8pm
$32,$48,$64

1

CSS Code: /* New Perspectives on HTML and XHTML 5th Edition Tutorial 5 Case Problem 2 Chamberlain Civic Center Style Sheet Author: jason Summers Date: 10-13-11 Filename: ccc.css Supporting Files: bottom.jpg, bottomleft.jpg, bottomright.jpg, left.jpg tab.jpg, top.jpg, topleft.jpg, topright.jpg, right.jpg */ body {font-family: Verdana, Geneva, sans-serif} #heading {position: absolute; top: 0px; left: 15px; width: 920px; border-bottom: 1px solid red; } #leftColumn {position: absolute; top: 170px; left: 15px; width: 280px} #rightColumn {position: absolute; top: 170px; left: 320px; width: 600px} #heading ul {list-style-type: none; padding: 0px; margin: 0px; height: 20px} #heading ul li {float: left; margin: 0px 3px; width: 100px; height: 20px; text-align: center; background: url(tab.jpg) no-repeat 100% 0%;} #heading ul li a {display: block; width: 100px; font-size: 10px; text-decoration: none; color: black} #heading ul li a:hover {color: red} #leftColumn h2 {font-size: 24px; color: red; margin: 0px 0px 10px 0px} #leftColumn p {font-size: 10px; padding: 0px; margin: 0px 0px 10px 0px} #leftColumn p i {color: red; font-style: normal} .tlcorner {background: url(topleft.jpg) no-repeat top left} .trcorner {background: url(topright.jpg) no-repeat top right} .blcorner {background: url(bottomleft.jpg) no-repeat bottom left} .brcorner {background: url(bottomright.jpg) no-repeat bottom right} .tborder {background: url(top.jpg) repeat-x top} .bborder {background: url(bottom.jpg) repeat-x bottom} .lborder {background: url(left.jpg) repeat-y left} .rborder {background: url(right.jpg) repeat-y right} div.boxcontent {padding: 50px} css 2 code: /* New Perspectives on HTML and XHTML 5th Edition Tutorial 5 Case Problem 2 CCC Calendar Table style sheet Author: jason summers Date: 10-11-13 Filename: calender.css Supporting Files: bottom.jpg, bottomleft.jpg, bottomright.jpg, left.jpg tab.jpg, top.jpg, topleft.jpg, topright.jpg, right.jpg */ table.calender {border-collapse: separate; border-spacing: 5px; font-size: 8px} table.calender caption {caption-side: top; text-align: left; font-size: 16px; letter-spacing: 3px} table.calender col {width: 14%} table.calender col.weekends {background-color: rgb( 255, 232, 232); width: 14%} table.calender col.weekdays {background-color: white; width: 14%} table.calender thead tr th {color:white; background-color: red; letter-spacing: 5px} table.calender thead tr {height: 5%} table.calender thead tr td {height: 19%} table.calender tbody td {border: 1px solid gray; vertical-align: top; height: 19%} table.calender tbody td h3 {font-size: 8px; margin: 0px; padding: 0px} table.calender tbody td dl {margin: 0px; padding: 0px} table.calender tbody td dd {margin: 0px; padding: 0px} table.calender tbody td dt {margin: 0px; padding: 0px} table.calender thead td {vertical-align: top}