body {
	background-color: #FFFFFF;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	font-family: "Verdana", "Helvetica", sans-serif;
	font-size: 10px;
	margin-top: 35px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}



#holder{
	width: 802px;
	height: 490px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	position: relative;		
}

#leftColOne{
	width: 251px;
	height: 221px;
	background-color: #edf3f9;
	background-image: url('images/logo.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#leftColTwo{
	width: 251px;
	height: 59px;
	background-color: #edf3f9;
	background-image: url('images/blue-tri-piece1.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#leftColRegionHead{
	width: 251px;
	height: 22px;
	background-color: #edf3f9;
	background-image: url('images/select-your-region.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#leftColRegionBody{
	width: 231px;
	height: 168px;
	padding-left: 20px;
	padding-top: 20px;
	background-color: #edf3f9;
	background-image: url('images/region-background.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#rightCol{
	position: absolute;
	top: 0;
	right: 0;
	width: 550px;
	height: 490px;
	background-color: #edf3f9;
	border-left: 1px solid black;
	background-image: url('images/mainSplashPic.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}




a img {border: 0; margin:0; padding: 0;}


/* Trying to get nice titles running... */
div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 10px;
    font-family: "Verdana", "Helvetica", sans-serif;
    width: 10em;
    background: url(images/ntbg.png);
max-width: 10em;
    -moz-border-radius: 6px;
/*
    -webkit-border-radius: 6px;
*/
    border-radius: 6px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}



/* Temporary... expo trade show */

#expo{
	margin-top: 15px;
	margin-left:  auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 316px; 
	height: 140px;
}

#expo_pic{
	width: 316px; 
	height: 140px;
}
