		body {
			padding: 0px;
			margin: 0px;
			height: 100%;
		}
		#case {
			text-align: center;
			font-family: verdana, sans serif;
			height: 100%;
			background-color: white;
		}
		img {
			border: 0px;
		}
		a:active {
		  outline: none;
		}
		a {
			color: #3dace5;
		}
		h1 {
			color: #338fbe;
			margin-top: 45px;
			margin-bottom: 25px;
		}
		.center {
			width: 900px;
			text-align: left;
			margin: 0px auto;
			padding: 0px;
		}
		#icons {
			float: right;
			text-align: right;
			padding: 85px 0px 0px 0px;
		}
			#icons img {
				margin: 3px 0px;
				border: 0px;
			}
		#logo {
			margin: 30px 0px;
		}
		#navbar {
			clear: both;
			background: top left repeat-x url(../images/navbar.gif) #4b4b4b;
			width: 100%;
			height: 113px;
			padding: 0px;
			margin: 0px;
		}
		#bg_floater {
			position: relative;
			height: 113px;
		}
		.navimg {
			position: absolute;
			top: 0px;
			margin: 0px;
			padding: 0px;
			border: 0px;
		}
			#nav-home {
				left: 0px;
			}
			#nav-port {
				left: 225px;
			}
			#nav-get {
				left: 450px;
			}		
			#nav-con {
				left: 675px;
			}
		#content {
			background: top left no-repeat url(../images/border.jpg);
			margin: 30px 0px 40px 0px;
			padding: 0px 0px 0px 25px;
		}
		#content p {
			font-size: 85%;
		}
		#boxer {
			float: right;
			width: 393px;
			margin-bottom: 20px;
			margin-left: 30px;
			background: top left repeat-y url(../images/box-mid.jpg) #ebebeb; /* b/c of IE box width, padding & background img prob */
		}
			#box-top {
				height: 5px;
				width: 393px;
				background: top left no-repeat url(../images/box-top.jpg) #ebebeb;
				font-size: 1px;
			}
			#box-mid {
				width: 363px;
				background: top left repeat-y url(../images/box-mid.jpg) #ebebeb;
				color: black;
				padding: 0px 15px;
				margin: 0px;
				border: 0px;
				overflow: hidden;
			}
				#boxer a {
					color: #222222;
				}
				#boxer h1 {
					margin-top: 15px;
					margin-bottom: 15px;
					font-size: 120%;
					color: #000000;
				}
				#boxer p.topbot {
					margin: 0px;
					padding: 0px;
					font-size: 1px;
				}
				#boxer p {
					font-size: 80%;
				}
				#boxer #blogTagLine {
					float: right;
					font-size: 65%;
					text-align: right;
					font-style: italic;
					margin-top: 25px;
					color: #595959;
				}
				.blogTitle {
					font-weight: bold;
					margin: 10px 0px;
					font-size: 95%;
				}
					.blogTitle a {
						text-decoration: none;
						color: black;
					}
					.blogTitle a:hover {
						text-decoration: underline;
					}
				.blogDate {
					float: right;
					width: 50px;
					color: #595959;
					text-align: center;
					border: 2px solid white;
					/* background-color: #F0F0F0; */
					font-size: 12px;
					padding: 4px 8px;
					margin: 0px 0px 5px 10px;
				}
				.blogTxt {
					font-size: 75%;
					text-align: justify;
				}
				.blogLink {
					float: right;
					font-size: 85%;
					margin-bottom: 8px;
					color: #3DACE5;
				}
					.blogLink a {
						color: #3DACE5 !important;
					}
					.blogLink a:hover {
						text-decoration: none;
					}
			#box-bot {
				height: 5px;
				width: 393px;
				background: top left no-repeat url(../images/box-bot.jpg) #ebebeb;
				font-size: 1px;
			}	
		.liner {
			width: 100%;
			height: 1px;
			border-top: 1px solid #ffc800;
			margin: 15px auto;
			padding: 0px;
			font-size: 1px;
			clear: both;
		}								
		#footer {
			clear: both;
			background: top left repeat-x url(../images/footer.jpg) #4b4b4b;;
			width: 100%;
			color: #E2E2E2;
			margin-top: 30px;
		}
		#footer .center div {
			text-align: center;
			width: 100%;
			padding: 15px;
			font-size: 75%;
		}
			#tinylogo {
				margin: 5px 0px;
			}
			.flink {
				text-decoration: none;
				color: white;
			}
			.flink:hover {
				text-decoration: underline;
			}