body {
    margin: 0;
    border-top: 12px solid #eae3d9;
}

body * {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: small;
}

ul, ol {
    list-style: none;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

a:link, a:visited {
    color: #22457f;
}

a:hover, a:active {
    color: #1597c6;
}

div#wrapper {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
}

/* @group Header */

div#header {
	position: relative;
	width: 100%;
}

div#header div.copy,
div#footer div.copy {
	color: #666;
	font-size: x-small;
}

div#header h1 {
	height: 45px;
	overflow: hidden;
}



/* @end */

/* @group GlobalMenu */

ul#globalmenu {
	width: 800px;
	height: 35px;
	overflow: hidden;
	background: transparent url(../images/gl_bg.gif) no-repeat;
	padding-left: 7px;
	margin-bottom: 7px;
}

ul#globalmenu li {
	float: left;
}

/* @end */

/* @group Footer */

div#footer {
}

div#footer address {
	display: block;
	margin: 10px 0;
	padding: 5px 10px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	font-style: normal;
	font-family: 'Lucida Grande', Helvetica, Arial, sans-serif;
	color: #666;
	line-height: 1.3;
	text-align: right;
}

div#footer div.copy {
	text-align: right;
}

/* @end */

div#localheader {
	text-align: center;
}