body {
background-image: url('img/gradient_background.bmp');
background-repeat: repeat-x;
font-family:"Calibri";
color: #B5B5B5;
}

div{
margin-top: 5px;
}

#wrap {
width: 1000px;
margin: 0 auto;
background-color: white;
}

#header {
width: 1000px;
height: 200px;
background-image: url('img/header.PNG');
background-position: bottom;
background-repeat: no-repeat;
background-color: black;
margin: 0px;
}

#menu {
width: 656px;
height: 90px;
float: left;
top: 200px;
background-color: gray;
background-image: url('img/menu_bg_666x100.PNG');
padding: 5px;
margin: 0px;
}

#menuspanwrapwrap {
width: 100%;
height: 100%;
position: relative;
}

#menuspanwrap {
width: 100%;
position: absolute;
bottom: 0;
}

.menuspan {
margin: 70px 5px 0px 5px;
float: left;
font-size: 20px;
vertical-align: bottom
}

#login {
width: 334px;
height: 100px;
float: left;
top: 200px;
left: 666px;
background-color: gray;
background-image: url('img/login_bg_334x100_2.png');
margin: 0px;
}

#submenu {
width: 200px;
height: 650px;
float: left;
background-image: url('img/gradient_submenu2.png');
background-repeat: repeat-x;
color: white;
text-align: center;
}


#body {
width: 778px;
min-height: 650px;
border-left: 2px dashed #CCC;
background-color: white;
float: left;
color: black;
padding: 10px;
}

#footer {
width: 100%;
height: 30px;
float: left;
background-color: black;
color: #B5B5B5;
padding: 10px;
text-align: center;
}

a.a_menu:link {
color: #B5B5B5;
text-decoration: underline;
}

a.a_menu:visited {
color: #B5B5B5;
text-decoration: underline;
}

a.a_menu:hover {
color: #787878;
text-decoration: underline;
}

a.a_menu:active {
color: #B5B5B5;
text-decoration: underline;
}

#hr_submenu {
color: #999999;
}
