﻿@import url("reset.css");
@import url("typography.css");

body
{
	text-align: center;
	background: #C8D7EB url('body_bg.jpg') repeat-x top left;
}

#wrapper
{
    position: relative;
    margin: 0 auto;
    width: 952px;
    text-align: left;
    padding-top: 98.378px;
}

/*** TOPNOTICE ***/
#topnotice
{
    position: absolute;
    top: 0;
    left: 802px;
    width: 150px;
    height: 23px;
    display: none;
}

/*** PAGE ***/
#page_top
{
	margin: 0 auto;
	width: 952px;
	height: 18px;
	background: transparent url('page_bg_top.png') no-repeat center top;
}

#page_tile
{
	margin: 0 auto;
	width: 952px;
	background: transparent url('page_pb_tile.png') center top;
	padding-bottom: 10px;
}
#page_bottom
{
	margin: 0 auto;
	width: 952px;
	height: 11px;
	background: transparent url('page_bg_bottom.png') no-repeat center top;
}

/*** HEADER ***/
#header
{
	position: relative;
	margin: 0 auto;
	width: 930px;
	height: 100px;
}
#header #logo
{
	position: absolute;
	top: 1px;
	left: 5px;
	width: 275px;
	height: 98px;
}
#header #logo h1
{
    display: none;
}
#header #login
{
	position: absolute;
	top: 58px;
	left: 719px;
	width: 200px;
	height: 35px;
	background: transparent url('login_bg.png') no-repeat 100% 100%;
}

/*** MENU ***/
#menu
{
	margin: 0 auto;
	width: 936px;
	height: 35px;
	background: transparent url('menu_bg.png') no-repeat center top;
}
#menu ul
{
	margin: 0 25px 0 25px;
	list-style-type: none;
	height: 35px;
}
#menu li
{
	float: left;
	line-height: 35px;
}
#menu li a
{
	display: block;
	padding: 0 11px 0 11px;
	text-decoration: none;
	color: white;
}

/*** CONTENTS ***/
#contents
{
	position: relative;
	margin: 11px auto;
	width: 875px;
}

#contents #masthead
{
	margin: 0 auto 11px auto;
	width: 875px;
	height: 301px;
	background: transparent url('masthead_bg.png') no-repeat center top;
	text-align: center;
}

/*** PARTNERS ***/
#partners
{
	margin: 0 auto 11px auto;
	width: 910px;
	height: 50px;
}

#partners ul
{
	margin: 0;
	list-style-type: none;
	height: 50px;
}

#partners li
{
	float: right;
	margin: 0 7px 0 7px;
	line-height: 0px;
}

/*** FOOTER ***/
#footer
{
	margin: 0 auto;
	width: 930px;
	padding-bottom: 7px;
}