@charset "UTF-8";
/* CSS Document */

body {
background-color:white;
background-image:url(../images/bgland.gif);
background-position:center;
background-repeat:repeat-y;
margin:0;
padding:0;
font-family:  arial, tahoma, verdana, helvetica, sans-serif;
font-size: 12px;
letter-spacing: 0;
word-spacing: 0;
line-height: 1.5em;
color: rgb(150,150,150);
text-align:center;
}

.wrapper {
text-align:left;
margin-left:auto;
margin-right:auto;
width:780px;
margin-top:0;
margin-bottom:0;
}

#headimg {
background-image: url(../images/header.jpg);
background-repeat:no-repeat;
height: 101px;
width:780px;
margin:0;
padding:0;
text-indent:-9999em;
}

#headbar {
height:30px;
border-top: 1px solid white;
background-color: rgb(93,100,105);
line-height:30px;
}

#headbar a {
	font-weight:bold;
	margin-left:15px;
	color:white;
}
#headbar a:link {
	text-decoration: none;
}
#headbar a:visited {
	text-decoration: none;
}
#headbar a:hover {
	text-decoration: underline;
}
#headbar a:active {
	text-decoration: underline;
}


#spacer {
height:7px;
background-color:rgb(204,204,204);
border-top:1px solid white;
border-bottom:3px solid black;
}

#maincontent {
background-image:url(../images/maindbg.jpg);
background-position:center;
background-repeat:no-repeat;
width:780px;
height:284px;
margin:15px 0 0 0;
}


p {
float:left;
width:500px;
margin:15px 20px 0px 20px;
padding:0;
text-align:justify;
line-height:1.7em;
color:black;
}

#country {
width:500px;
text-align:center;
float:left;
clear:both;
margin:15px 0 0 0;
padding:0;
}

#country a {
display:inline-block;
width:150px;
height:165px;
line-height:315px;
font-size:10px;
}

#usa {
background-image:url(../images/usa.gif);
background-position:top;
background-position:center;
background-repeat:no-repeat;
}

#can {
background-image:url(../images/can.gif);
background-position:top;
background-position:center;
background-repeat:no-repeat;
}

#int {
background-image:url(../images/int.gif);
background-position:top;
background-position:center;
background-repeat:no-repeat;
}

a {
text-decoration:none;
}	
a:link {
	text-decoration: none;
	color:rgb(0,89,156);
}
a:visited {
	text-decoration: none;
	color:rgb(0,89,156);
}
a:hover {
	text-decoration: none;
	color:rgb(255,102,0);
}
a:active {
	text-decoration: none;
	color:rgb(255,102,0);
}