body {
    margin: 0;
    background: white url('./images/header_tile.jpg') center top repeat-x;
	color: #000000;
}

p, h1, h2, h3, h4, h5, h6 {
   
    margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 { 
	color: #031d71;
}

a {
    color: #031d71;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#header, #content, #footer {
    width: 1000px;
    margin: auto;
}

#header {
    background: transparent url('./images/header.jpg') center top no-repeat;
    height: 48px;
    padding-top: 210px;
    text-align: center;
}

#header .title {
    display: none;
}

#header ul {
    margin: 0;
    padding: 0;
}

#header ul li {
    display: inline;
     padding: 0 15px;
	list-style-type: none;
}

#header a {
    font-size: 16pt;
    color: #031d71;
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}

#left {
	padding-top: 1px;
    padding-left: 50px;
    width: 250px;
    margin-right: 20px;
	float: left;
}

#left ul {
    list-style-type: none;
}

#left ul, #left li {
    margin: 0;
    padding: 0;
}

#right {
    width: 630px;
	float: left;
}

#footer {
    margin: 15px auto 5px auto;
    text-align: center;
    text-transform: uppercase;
}

#left ul
{
	background: #031d71;
	padding: 15px;
}

#left ul a
{
	color: #ffffff;
}

