body {
	margin: 0px;
	padding: 0px 0px 20px;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #dbecf1;
	font-family: "Myriad Pro", "Trebuchet MS", Georgia, sans-serif;
}

#banner {
	height: 47px;
	padding: 0;
	margin: 0 auto;
	width: 90%;
	position: relative;
}

/* @group Left Side */

#banner img {
	border: 2px solid #becbcf;
	height: 30px;
	width: 30px;
	padding: 2px;
	position: relative;
	top: 5px;
}

#banner p#blog-url a {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 4px;
	color: #515151;
	letter-spacing: -1px;
	vertical-align: middle;
	display: block;
	text-shadow: #fff -1px 0 1px;
	text-decoration: none;
	left: 48px;
	font-size: 1.4em;
}

#banner strong a {
	position: absolute;
	top: 27px;
	color: #5c778b;
	text-shadow: #fff -1px 0 1px;
	text-decoration: none;
	padding-left: 10px;
	font: 0.7em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* @end */

/* @group Right Side */

#banner h2 {
	float: right;
	position: absolute;
	top: 8px;
	margin: 0 90px 0 0;
	padding: 0;
	color: #6f868d;
	font: .8em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	right: 10px;
}

#banner ul {
	margin: 0;
	padding: 0;
}

#banner li {
	margin: 0 90px 0 0;
	padding: 0;
	list-style-type: circle;
	position: absolute;
	top: 24px;
	right: 10px;
	display: inline;
	color: #999;
}

#banner li a {
	color: #515151;
	text-shadow: #e4edeb -1px 0 1px;
	text-decoration: none;
	font: bold 0.7em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

/* @end */

#banner p#blog-url a:hover, #banner strong a:hover, #banner li a:hover, #close-frame a:hover {
	color: #34424e;
}

iframe {
	height: 100%;
	width: 100%;
	border-style: none;
	border-top: 1px dotted #a6b7bd;
}

/* @group IE Scrollbar */

#site-frame {
	overflow: hidden;
	height: 100%;
	width: 100%;
	border-style: none;
	background-color: #fff;
}

/* @end */

/* @group Close */

#close-frame {
	position: absolute;
	font-size: 0.7em;
	padding: 0;
	right: 0;
	top: 0;
	margin: 0;
}

#close-frame img {
	width: 16px;
	height: 16px;
	border-left: 1px solid #bbc7cb;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	padding: 5px 5px 5px 7px;
	margin-right: 0;
	position: relative;
	top: 9px;
}

#close-frame a {
	color: #6f868d;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

/* @end */