/* CSS Document */
body {
    font-family: Helvetica, Arial;
}

A:link {
    color: Blue;
}

A:visited {
    color: Blue;
}

A:active {
    color: Blue;
}

A:hover {
    color: red;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

.cimg {
	width: 192px;
	height: 135px;
}

.clogo {
	width: 135px;
	height: 105px;
}

.cimg2 {
	width: 256px;
	height: 179px;
}

.clogo2 {
	width: 180px;
	height: 140px;
}

/* Top Banner */
.banner {
    border: none;
    float: left;
    width: 100%;
    height: 126px;
    position: relative;
    z-index: 1;
    background-image: url('http://newyorkcasinodirectory.com/images/banner.jpg');
    background-position: right center;
}

.banner2 {
    border: none;
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background-image: url(images/biglookbanner.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    height: 129px;
}

.list li {
    font-size: 18px;
    height: 55px;
}

ul {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #0000FF;
}

.up_head {
    font-size: 17px;
}

.head1 {
    font-size: 24px;
    text-align: center;
}

.copywright {
    font-size: 13px;
    font-family: Arial;
    text-align: left;
}

.head2 {
    font-size: 24px;
}

.text {
    font-size: 24px;
}

.headright {
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}

.righttext {
    font-size: 16px;
}

.rightend {
    font-size: 13px;
    color: blue;
    width: 50%;
}

.dtext {
    text-align: center;
}

.downtext {
    font-size: 30px;
    color: red;
}

.bottom {
    font-size: 12px;
}

.bold {
    font-weight: bold;
}

.paddingleft {
    padding-left: 15px;
}

