/* CSS Document */
body {
background-color: #300;
background-image: url(images/bg-header.gif);
background-position: top;
background-repeat: repeat-x;
background-attachment: scroll;
color: #fff;
text-align: left;
font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
width: 800px;
padding: 10px 10px 30px 10px;
}

#header {
width: 100%;
}

#headerleft {
width: 50%;
}

#headerright {
width: 50%;
font-size: 90%;
padding-top: 20px;
/*text-align: center;*/
}

#frm_subscribe {
margin: 5px;
}

#navbar {
padding: 20px 0px 40px 0px;
font-size: 120%;
}

#navbar a {
color: #fff;
}

#navbar a:hover {
color: #ff0;
text-decoration: none;
}

/*
div.nav {
padding: 4px 0px;
}

div.nav a {
color: #fff;
text-decoration: none;
padding: 4px 15px;
font-weight: bold;
}

div.nav a:hover {
color: #fff;
background-color: #f30;
text-decoration: none;
padding: 4px 15px;
font-weight: bold;
}
*/

#content {
width: 100%;
text-align: left;
}

#content strong {
color: #f30;
}

#content a {
color: #f30;
}

#content a:hover {
color: #ff0;
text-decoration: none;
}

#content img {
padding-right: 10px;
padding-left: 1px;
padding-top: 1px;
}

#content h1 {
font-size: 175%;
margin-top: 0px;
}

#content h2 {
font-size: 150%;
margin-top: 0px;
margin-bottom: 5px;
color: #f30;
}

#content h3 {
font-size: 125%;
margin-top: 0px;
margin-bottom: 15px;
color: #f30;
}

#content a.divs {
color: #fff;
text-decoration: none;
}

#content div.links {
padding: 10px 2px;
border-right: 1px dotted #f63;
border-bottom: 1px dotted #f63;
}

#content div.links span {
font-size: 125%;
font-weight: bold;
margin-top: 0px;
color: #f30;
}

#content div.links p {
margin: 5px;
}
#content div.links:hover {
background-color: #600;
padding: 10px 2px;
border-right: 1px dotted #f63;
border-bottom: 1px dotted #f63;
}

#content_left {
width: 50%;
vertical-align: top;
padding-right: 5px;
}

#content_right {
width: 50%;
vertical-align: top;
padding-left: 5px;
}

#timings{
width: 95%;
text-align: center;
vertical-align: middle;
padding: 5px 0px;
}

#theader{
background-color: #FF3300;
border: 1px solid #fff;
font-weight: bold;
padding: 2px;
}

#tcolumns{
border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px dotted #fff;
padding: 5px;
}

#footer {
font-size: 80%;
padding-top: 75px;
}

#footer a {
color: #f30;
}

#footer a:hover {
color: #ff0;
text-decoration: none;
}
