﻿body {
	background-image: url("../images/white-wall-bg.jpg");
	background-repeat: repeat;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
    font-family: Arial, Helvetica, sans-serif, verdana;
	font-size: 10pt;
	color: #333333;
}
a,
a:visited {
	color: #ff6600;
	text-decoration:none;
}

a:hover{
	color: #ff6600;
	text-decoration:underline;
}

h1 {
}

h1 span {
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	color: #262839;
}

h2 span {
	font-size: 10pt;
}

img {
    border:none;
} 

#header {
	float: left;
	width: 1000px;
}
#header img{
	float: left;
	margin: 18px 0px 12px 0px;
}