html
	{
	/*background-color: #ccc;*/
	background-image: url(images/bg.gif);
    background-repeat: repeat-y, repeat-x;
    /*height: 100%;*/
    }

body
    {
    text-align: center;
    font: 85% Helvetica, Arial, sans serif;
    line-height: 1.3;
    margin-top: 0px;
    height: 100%;
    /*background-color: black;*/
    }
    
#shadow
	{
	text-align: center;
	width: 920px;
	margin-right: auto;
    margin-left: auto;
	background-image: url(images/background.jpg);
    background-repeat: repeat-y;
    }
	
#wrapper
    {
    position: relative;
    text-align: left;
    width: 900px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    /*border-bottom: 1px solid #ececec;*/
    }
    
#header
	{
	border-bottom: 1px solid #00407c;
	height:145px;
	}

#header .logo
	{
	text-align: left;
	margin-left: 15px;
	}
	
#header .headerArt
	{
	padding-left: 140px;
	text-align: right;
	}
	
#nav
	{
	font-size: 105%;
	font-weight: bold;
	}
	
#nav ul
	{
	list-style: none;
	margin-top: 5px;
	padding: 0px;
	padding-top: 0px;
	}
	
#nav li
	{
	display: inline;
	}
	
#nav a:link, #nav a:visited
	{
	padding: 7px 10px 5px 10px;
	color: #00407c;
	background-color: #9abbda;
	text-decoration: none;
	border: none;
	}

#nav a:hover
	{
	color: #fff;
	background-color: #00407c;
	}
	
#about #nav li.about a,
#polish #nav li.polish a,
#chem #nav li.chem a,
#broker #nav li.broker a,
#contact #nav li.contact a
	{
	color: #fff;
	background-color: #00407c
	}
	
#main_content
	{
	float: left;
	width: 550px;
	height: 100%;
	padding: 0px 40px 20px 50px;
	/*border-right: 1px solid black;*/
	}
	
#main_content h2
	{
	color: #00407c;
	}
	
#main_content h3
	{
	color: #00407c;
	margin-bottom: -10px;
	padding-top: 5px;
	}
	
#side_content
	{
	float: right;
	width: 244px;
	padding: 0px 10px 10px 0px;
	font-family: Times;
	height: 100%;
	}
	
.side_background_blue
	{
	margin-top: 0px;
	padding: 12px;
	background-color: #9abbda;
	color: #00407c;
	}
	
.side_background_blue li
	{
	padding-left: 20px;
	list-style: none;
	color: #00407c;
	}
	
.side_headline
	{
	background-color: #00407c;
	display: block;
	margin: 0px;
	font-size: 120%;
	color: #fff;
	padding: 12px;
	}
	
.extra_info
	{
	border-top: solid 1px #9abbda;
	color: #00407c;
	padding-top: 7px;
	}
	
	
#footer
	{
	clear: both;
	padding: 5px 0px 5px 50px;
	border-top: 1px solid #00407c;
	color: #00407c;
	font: 80% Helvetica;
	}
	
#email
	{
	padding-bottom: 150px;
	}