body {
	background-attachment: fixed;
  	background-image: url('../images/BG.jpg');
  	background-repeat: no-repeat;
  	background-position: bottom left;
	background-color: #b1deff;
    font-family: Arial;
    font-size: 14px;
    height: 0;
}

#head {
    background-image: url('../images/header.jpg');
    height: 159px;
	background-color: white;
	margin-left: 0px;
	width: 900px;
}

#wrapper { 
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: auto;
	margin-top: -15px;
	margin-bottom: 0px;
	background-color: white;
}

#content {
    position: relative;
    float: right;
    color: #1c3153;
    width: 575px;
    padding-right: 60px;
    padding-left: 10px;
    margin-top: 0px;
}

#content a:link, #footer a:link {
    text-decoration: none;
    color: #098cd2;
}

#content a:visited, #footer a:visited {
    text-decoration: none;
    color: #098cd2;
}

#content a:hover, #footer a:hover {
    text-decoration: underline;
    color: #8349b0;
}

img {
	border: none;
}

#nav {
    position: relative;
    background-color: white;
    clear: left;
    float: left;
    width: 184px;
    margin-top: 0px;
	margin-left:1px;
}

#nav ul {
	clear:left;
	float:left;
    list-style-type: none;
	display: inline;
	margin-left: 0px;
}

#nav img {
	margin-bottom: 25px;
}

#nav ul li {
	display: inline;
}

#footer { 
	background-image: url('../images/footer.jpg');
    font-size: 10px;
    width: 900px;
    position:relative;
    clear: both;
    text-align:center;
    height: 72px;
    padding-top:60px;
    padding-bottom: 5px;
	margin:bottom: 10px;
}

#contact {
	font-size: 16px;
	padding-right: 20px;
}

h3 {
	color: #2d87b6;
	font-size: 17px;
}

h2 {
	color: #00669c;
}

.right { margin: 0.5em 0px 0.5em 30px; float:right;}

.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 