@charset "UTF-8";
/* CSS Document */
html, body, p, h1 {  
margin: 0px;  
padding: 0px;  
}  

html{
	background-image:url(../images/patterns/greypattern.jpg);
	}
	
body{
	background-image:url(../images/patterns/topBg.png);
	background-repeat:repeat-x;
	font-size:100%;
	margin:0px;
	}

#logo{
	position:absolute;
	width:138px;
	float:left;
	margin-left: 45px; 
	margin-right: auto;
	z-index:999;
}

#container {
	width: 1036px;
	text-align:left;
	margin-left: auto; 
	margin-right: auto;
}

#container #top {
	width: 1036px;
	height:150px;
}

img {
	border:none;
}

#containerHeader {
	width: 1036px;
 	height:35px;
 	background-image:url(../images/patterns/containerHeader.png);
  	background-repeat:no-repeat;
}

#containerCenter {
  	width: 1036px ;
  	background-image:url(../images/patterns/containerCenter.png);
}

#containerBottom {
	width: 100%;
	height:150px;
	background-image:url(../images/patterns/footerBg.png);
	background-repeat:non-repeat;
	background-position: 0px 0px;
}
#address
{
	width: 960px;
	text-align:left;
	margin-left: auto; 
	margin-right: auto;
	padding:25px 0px 0px 0px;
	line-height:1.3em;
	font-size:1em;
}
#address p
{
	font-style:italic;
	color:#ede6e1;
}

#address span
{
	font-style:normal;
	font-weight:bold;
	color:#ede6e1;
}
#address a
{
	color:#ede6e1;
	text-decoration:none;
}
#address a:hover , #address a:visited
{
	color:#ede6e1;
	text-decoration:underline;
}

