body {
    font: 10px verdana, arial, sans-serif;
    background-color: #3B85CA;
}
a {
    text-decoration: none;
    color: #3B85CA;
}
a:hover { color: #000 }
h1 {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
#wrap {
    margin: auto;
    width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    background-color: #fff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#contentbox a:hover {
    width: 100%;
    background-color: #fff;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#header {
    height : 90px;
    background-color : #000000;
    background: url(back.png);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#header h1 {
    padding-left: 10px;
    padding-top: 12px;
    font-size: 25px;
    color: #FFF;
    text-transform: capitalize;
}
#header h1 a {
    font-size: 25px;
    color: #FFF;
    text-transform: capitalize;
}
#header h2 {
    padding-left: 10px;
    padding-top: 0px;
    font-size: 19px;
    color: #FFE51E;
}
#menucat {
    text-align: center;
    border: 1px solid #ccc;
    background: #eee;
}
#menu {
    text-align: center;
    margin-top: 10px;
    font-size : 18px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #eee;
    color : #ccc;
    padding-bottom: 2px;
    padding-top: 1px;
}
#menu a {
    color : #3B85CA;
    text-decoration : none;
    padding: 10px;
}
#menu a:hover { color : #000 }
#visitbutton {
    text-align: center;
    margin-top: 10px;
    font-size : 18px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: #eee;
    color : #ccc;
    padding-bottom: 2px;
    padding-top: 1px;
}
#visitbutton a {
    color : #3B85CA;
    text-decoration : none;
    padding: 10px;
}
#visitbutton a:hover { color : #000 }
#menu2 {
    text-align: center;
    font-size : 12px;
    border: 1px solid #ccc;
    background: #eee;
}
#menu2 a {
    color : #3B85CA;
    text-decoration : none;
    padding: 10px;
}
#menu2 a:hover { color : #000 }
#live {
    text-align: justify;
    margin-top: 10px;
    font-size : 12px;
    font-weight: 600;
    border: 1px solid #ccc;
    background: #eee;
}
#content {
    text-align: left;
    margin-top: 5px;
    padding: 0px;
    font-family : Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", FreeSans, Sans-serif;
    font-size: 1.2em;
}
#content h2 {
    font-size: 15px;
    color : #444;
}
#footer {
    margin-top: 25px;
    clear: both;
    text-align: center;
    color: #777;
}
