body {
    /* Background shade */
    background-image: url('/images/bg.gif');

    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
}

/* Main Menu Link Style */
A.main_menu {padding: 0px 6px;}
A:link.main_menu{color:#0033CC; text-decoration:none}
A:visited.main_menu{color:#0033CC; text-decoration:none}
A:active.main_menu{color:#0033CC; text-decoration:none}
A:hover.main_menu{color:#0033CC; text-decoration:underline;}

/* Default Link Style */
A:link{color:#0033CC; text-decoration:none}
A:visited{color:#0033CC; text-decoration:none}
A:active{color:#0033CC; text-decoration:none}
A:hover{color:#0033CC; text-decoration:underline;}


.header {
    height: 150px;
    padding: 0px;
    margin: 0px;
    /* Edit your header picture here */
    background-image: url('http://www.bagladyclicks.info/BLCNewHeaderPicture.jpg');
}
.header_menu {
font-size: 200%;
    text-align: center;
    padding: 2px;
    margin-bottom: 3px;
}
.main_container {
    width: 1000px;
    border-width: 0px 0px 2px 0px;
    border-style: solid;
    border-color: black;
    margin: 0px auto;
}
.main_container_table {
    width: 100%;
    background-color: #ffffff;
}

.signupForm {
    text-align: left;
}
.contactForm {
    text-align: left;
}


/* Side column boxes' heading part */
.contentBox h2 {
    text-align: center;
    vertical-align: middle;
    border: 1px solid black;
    background-image: url('/images/timer.jpg');
    color: black;
    font-weight: bold;
    font-size: 100%;
}
/* Side column boxes' content part with shade */
.content {
    background-repeat: repeat-x;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: black;
    text-align: center;
    margin-bottom: 4px;
    background-color: #ffffff;
}
/* Main content of the site */
.mcontent {
    width: 610px;
    padding: 2px;
}

.side_column {
    width: 180px ! important;
    padding: 2px;
    padding-right: 3px;
}

/* Box at top right */
.loginbox {
    border: 2px solid #000000;
margin: 3px;
    padding: 5px;
    background: #ffffff;  
    color: black;
    font-weight: bold;
    width: 140px;
}
.login {
    border: 1px solid black;
    background-image: url('/images/timer.jpg');
    width: 140px;
}

form {
    margin: 0px;
    padding: 0px;
}


.home {
    font-size: 18px;
color: green;
     text-align: center;
}