* {
	margin:0;
	padding:0;
}

body{
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000;
	text-align:center;
}

#wrapper{
	width:956px;
	height:600px;
	text-align:left;
	margin:0 auto;
	background-color:#FFFFFF;
}

#header{
	width:694px;
	height:223px;
	background-image:url(../images/header.gif);
}
#sideBar .dist {
	position:absolute;
	left:100px;
	bottom:5px;
	}	
#sideBar{
	float:left;
	width:262px;
	height:600px;
	background-image:url(../images/sideGraphic.jpg);
	position:relative;
}
#sideBar img.label{
	position:absolute;
	width:83px;
	height:82px;
	left:90px;
	top:250px;
	}
#sideBar a img { border:0; outline:none;}
	
#mainContent{
	float:left;
	width:694px;
	padding-bottom:5px;
	position:relative;
}
#mainContent .flags{
	position:absolute;
	top:0;
	right:0;
	}
#content{
	float:left;
	width:436px;
}

#vertLine{
	float:left;
	width:1px;
	height:130px;
	background-image:url(../images/vertLine.gif);
	margin:3px 20px 0 20px;
}

#address{
	float:left;
	width:200px;
}

#signOff{
	text-align:center;
	height:35px;
	posistion:relative;
}
.signOffCopy{
	padding-top:8px;

}
#signOff01{
	float:left;
	width:150px;
	text-align:center;
}
#signOff02{
	float:left;
	width:150px;
	text-align:center;
}

h1#label {
	width:544px;
	height:73px;
	padding-right:150px;
	padding-top:100px;
	color:#FF0000;
	font-size:24px;
	font-weight:100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h1#labelIntro {
	width:544px;
	height:123px;
	padding-right:150px;
	padding-top:100px;
	color:#FF0000;
	font-size:24px;
	font-weight:100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
p{
	font-size:1.1em;
	line-height:1.4em;
	padding-bottom:10px;
	color:#000;
}
.address{
	font-size:1.1em;
	line-height:1.4em;
	padding-bottom:5px;
	color:#000;
}
.email{
	font-size:1.1em;
	line-height:1.4em;
	padding-bottom:0px;
	color:#000;
}
.smallHeader{
	font-size:1.1em;
	line-height:1.6em;
	font-weight:bold;
	color:#000;
	padding: 0 0 0 0px
}

a{
	color:#000;
	font-weight:bold;
	text-decoration:underline;

}


a:visited{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}

a:hover{
	color:#f71005;
	font-weight:bold;
	text-decoration:underline;
}

