﻿body {
	background-image: url(background.jpg);
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

div#container {
	width: 800;
	height: auto;
	background: #ffffff;
	border: #0d1d5b 2px solid;
	margin-left: 10%;
}

div#header {
	width: 100%;
	height: auto;

}

div#content {
	width: 100%;
}


div#left {
	margin-top: auto;
	left:0px;
	width:260px;
	padding: 10px;
	height: auto;
	float: left;
	display: inline;
}

div#right {

	top:1px;
	left:265;
	width:auto;
	height: auto;
	margin-top: 5px;
	padding: 10px;
	float: left;
	display: inline;
}

a:hover{color:0d1d5b; background-color:0d1d5b; 
position: fixed;

}
 
a {
	color: #0d1d5b;
	font-weight: bold;
        font-size: 12;
	text-decoration: underline;
    
}
a:visited {
	color: #0d1d5b;
	text-decoration: underline;
	font-weight : bold;
        font-size: 12;
}
a:hover {
	color: #ce9800;
	text-decoration: none;
}



img.floatleft 
{
 float: left;
 margin: 5px;
}


h1 
{
 color: #0d1d5b;
}

h2 {
color: #0d1d5b;
}

h3 {
color: #0d1d5b;
}

h4 {
color: #0d1d5b;
}

h5 {
color: #0d1d5b;
}

