html, body {
    height:100%;
}
body {
    font-family: Tahoma;
    font-size: 13px;
    color: #000000;
    background: #545454;
    padding: 0;
    margin: 0;
}
a img {
    border: 0px;
}

a{
    color: black;
    text-decoration: none;
}

hr {
    border-color: black;
    border-width: 1px;
    border-collapse: collapse;
    }

#cse-search-box {
    position: fixed;
    top: 5px;
    left: 15px;
/*    padding: 10px 5px 5px 15px; */
}

#loginout {
    position: absolute;
    top: 10px;
    right: 15px;
}

#loginout > a {
    color: whiteâ;
    font-weight: bold;
}

#theMenu {
    margin-top: 40px;
}

#login {
    margin: 10px auto;
    width: 300px;
}

/***********************************************************************************/
#mainmenu, #content, #footer{
	width: 90%;
	text-align: left;
	margin: 0px auto;
	list-style: none;
/*	border: 1px solid black; */
}

#mainmenu div{
    clear: both;
}

#mainmenu li{
    list-style: none;
}

/***********************************************************************************/
#content {
	clear: both;
	width: 90%;
/*	border: 1px solid black; */
}

/*************************************************************************************/
#footer {
	text-align: center;
    width: 90%;
}
