﻿
* {
    margin:0;
    padding:0;
}

html {
    margin:0;
    padding:0;
}

body {
    margin:0;
    padding:0;
    font-size:0.75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    text-align:center;
}

#Wrapper {
    width:100%;
}

#Header {
    background:url("/images/header_bak.gif") top left repeat-x;
    text-align:left;
    width:100%;
}

#HeaderBody {
    height:90px;
    width:100%;
    background:url("/images/label_top.gif") top center no-repeat;
}

#HeaderBody p {
	text-align:right;
	margin-right:60px;
}

#HeaderBody p a {
	width:120px;
	height:25px;
}

#Login {
	
}

#Header h1 {
    /*text-indent:-9999px; */
    height:30px;
}

#Content {
    display:inline-block;
    position:relative;
    text-align:center;
    width:1000px;
    padding: 20px 0px 0px 0px;
    margin:0 auto;
  /*  margin-bottom:-40px; */
    padding-bottom:40px;
    background-color:White;
}

#Main-header {
    width:960px;
    text-align:left;
}

#Footer {
    width:100%;
    height:30px;
    position:fixed;
    bottom:0px;
    left:0;

    clear:both;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background-color:#ff930f;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.clearfix {
    clear:both;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

img {
    border:none;
}

a {
    text-decoration:none;
}

noscript p {
	line-height:3em;
	text-align:center;
	background-color:Yellow;
}

#account {
	color:White;
	position:absolute;
	top:10px;
	right:20px;
}

