body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	color: #394856;
}

img {
	border: 0px;
}

a {
	color: #000;
	text-decoration: none;
}

#navigation {
	position: fixed;
	top: 25px;
	left: 25px;
	width: 275px;
	border: 1px #021628 solid;
	z-index: 99;
}
#header {
	background-color: #FFF;
	position: fixed;
	z-index: 5;
	height: 70px;
	width: 725px;
}

#nav_title {
	background: #021628 url(../images/menu.jpg) no-repeat right top;
}

#nav_title a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0 3px 12px;
	width: 263px;
	display: block;
	color: #fff;
	font-size: 100%;
}

#nav_items {
	display: none;
	padding: 5px 0 0 0;
}

#nav_items a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	background: #fff;
	color: #394856;
	padding: 1px 2px 1px 12px;
	font-size: 100%;
}

#nav_items a:hover {
	background: #ccd0d4;
	color: #021627;
}
.nav_line {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	background: #fff;
	color: #021627;
	padding: 1px 2px 1px 12px;
	font-size: 100%;
	font-weight: normal;
}

#content {
	width: 700px;
	padding: 70px 0 25px 25px;
	clear: both;
}

.item {
	float: left;
}
.item_right {
	float: right;
}

#card {
	position: fixed;
	top: 0px;
	left: 725px;
	width: 250px;
}

.clear {
	clear: both;
}

.line {
	text-decoration: underline;
	color: #021627;
}

DIV.blogpost {
	border-bottom: 1px solid #C3C4C6;

}

H1.blogpost {
	margin: 5px 0 5px 0;	
}

H1.blogpost a {
	color: #3BA5D7;
	font-size: 90%;
}

H1.blogpost a:hover {
	text-decoration: underline;
}

P.blogpostdate {
	margin: 5px 0 20px 0;	
}

P.blogpostdivider {
	background: url(../images/blog/divider.gif) repeat-x top;
}
#feedback {
	display: block !important;
	height: 92px !important;
	line-height: 1000;
	margin: -45px 0 0 !important;
	overflow: hidden;
	padding: 0 !important;
	position: fixed !important;
	right: 0 !important;
	top: 45% !important;
	width: 28px !important;
	z-index: 100001 !important;
}
#feedback-but {
	background:#000000 url(/images/feedback.gif) no-repeat scroll 0 0;
	width: 28px;
	height: 92px;
}
#feedback-but:hover {
	background-position: -28px 0;
	cursor: pointer;
}













