* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background: #EBF3FC url(images/top_frm.gif) repeat-x;
}

h1 {
    padding-top: 5px;
    font: 12px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    color: White;
}

img {
    border: none;
}

#header {
    position: relative;
    margin: 0 auto;
    width: 975px;
    height: 80px;
    text-align: left;
    overflow: hidden;
}

#logo {
    padding-top: 10px;
    width: 205px;
    height: 70px;
    background: #ACD1F3 url(images/logobg.jpg) no-repeat;
}

#logo a {
    display: block;
	margin-left: 30px;
	width: 145px;
    height: 36px;    
}

#menu {
    position: absolute;
    top: 44px;
    right: 0;
    height: 36px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    margin: 0 6px 0 0;
}

#menu ul li a {
    float: left;
    display: block;
    margin: 0;
    padding: 0 12px;
    height: 36px;
    font: 17px/36px "Times New Roman", Times, serif;
    text-align: right;
    text-decoration: none;
    color: White;
    background: #79AFED url(images/menu_frm.gif) repeat-x;
    border-left: 1px solid #83B4EE;
    border-right: 1px solid #83B4EE;
}

#menu ul li a:hover {
    background: #79AFED url(images/menu_frm_over.gif) repeat-x;	
}
