	#container {
	width:800px;
	margin:10px auto;
	padding:0;
	border:medium double #738EB9;
	color:#303030;
	background-color: #FFFFFF;
	background-position: center;
	text-align: center;
	}

	body	{
	margin: 0px 3px 0px 3px;
	background-color: #003333;
	color: #000066;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	z-index: 2;
	background-repeat: no-repeat;
	line-height:125%;
	text-align: center;
	}

	#header{
	margin:0;
	padding:0;
	background:url(images/trips_cab.jpg) no-repeat center;
	height:229px;
	}

	#sitename {
	text-indent: 200px;
	font-size: 36px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	}
	
	#sitemessage {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #00FFFF;
	font-style: italic;
	padding-top: 100px;		
	text-indent: 500px;
	}
	
	#lastupdate {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #CC66FF;
	text-indent: 450px;
	padding-top: 12px;	
	}

	#navbar{
	padding-top:10px;
	text-align:center;
	height:1.4em;
	padding-bottom: 10px;
	}
	#navbar ul li{
	display:inline;
	list-style:none;
	}


	#adplace{
	padding-top:15px;
	text-align:center;
	padding-bottom: 15px;
	}
	
	#pagetitle {
	font-size: 26px;
	color: #00CC00;
	text-align: center;
	font-weight: bold;
	}
	
	#pagesubtitle {
	font-size: 18px;
	color: #000000;
	text-align: center;
	}

	#content {
	float:left;
	width:788px;
	padding:0.75em;
	text-align:justify;
	}

	#footer{
	clear:both;
	width:800px;
	padding:.25em;
	border-top:1px solid #0000FF;
	background:#996600;
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

	#pageattention {
	font-size: 26px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	}

/* ------------------------- */
/* List modes                */
/* ------------------------- */

	.check_ul ul {
	list-style-type: none;
	paddin: 0;
	maring: 0;
	margin-left: 1em;
	}
	
	li.clear {
	background-image: url(images/check_box1.jpg);
    background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1em;
	}

	li.check {
	background-image: url(images/check_box2.jpg);
    background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 1em;
	}


/* ------------------------- */
/* font sizes                */
/* ------------------------- */

	.normal	{
	font-size: 0.9em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	}
		
	.small	{
		font-size: 0.85em;
	}
	
	.smaller	{
		font-size: 0.8em;
	}
	
	.whoselton	{
	font-size: 0.8em;
	margin-right: 10em;
	margin-left: 10em;
	}	
	
	.smallest	{
	font-size: 0.60em;
	margin-left: 5px;
	}
	
	.big	{
		font-size: 1.0em;
	}

	.bigger	{
		font-size: 1.2em;
	}
	
	.biggest	{
		font-size: 1.3em;
	}
	
	.bigger_title	{
	font-size: 1.2em;
	color: #00FF00;
	}
	
	.big_title	{
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	}

/* ------------------------- */
/* font styles               */
/* ------------------------- */

	.bold	{
		font-weight: bold;
	}
	
	.boldoblique	{
		font-weight: bold;
		font-style: oblique;
	}
	
	.oblique	{
		font-style: oblique;
	}
	
	.allcaps {
		text-transform: uppercase;
	}
/* ------------------------- */
/* font headers              */
/* ------------------------- */




/* ------------------------- */
/* font colors               */
/* ------------------------- */

	.white	{
		color: #fff;
	}
	
	.red {
		color: #f00;
	}
	
	.blue {
		color: #0D1F44;
	}

	.gold {
		color: #FFB811;
	}

/* ------------------------- */
/* alignment                 */
/* ------------------------- */

	.center	{
		text-align: center;
	}
	
	.right	{
		text-align: right;
	}
	
	.hang {
		text-indent: -2em;
		margin-left: 2em;
	}

/* ------------------------- */
/* default links             */
/* ------------------------- */

	a:link {
		color: #039;
		text-decoration: underline;
	}

	a:active {
		color: #FFB811;
		text-decoration: underline;
	}
	
	a:visited {
		color: #333;
		text-decoration: underline;
	}

	a:hover {
		color: #333333;
		text-decoration: underline;
    	font-weight: bolder;
	}
