body {
	font-family: "Helvetica Neue",Arial,sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	background:#d3defc;
}

#page {
	margin:0 auto;
	width:1000px;
	text-align: left;
}

#header {
	background:#02368b url('images/headerBG.jpg') 0 0 repeat-x;
	height:62px;
	
	text-shadow: #000 1px 1px 0px;
	color:#fff;
}

#header #content {
	font-size:35px;
	font-weight:bold;
	
	width:1000px;
	margin:0 auto;
	
	padding-top:9px;	
}

#header #right {
	float:right;
	padding:5px 10px;
	border:2px solid rgba(255,255,255,0.3);
	border-top:0;
	border-right:0;
	-webkit-border-radius:4px;	
}

.leftcolumn {
	width:650px;
	float:left;	
}
.rightcolumn {
	margin-top:10px;
	margin-left:660px;
	background:#fff;
	-webkit-border-radius:8px;
}
.rightcolumn #content {
	padding:10px;
	color:#374a6d;
}

.rightcolumn #content .title {
	font-size:14px;
	margin:5px 0px;
	
}
.rightcolumn #content .info {
	font-size:11px;
}

.rightcolumn #content .big {
	font-size:14px;
	font-weight:bold;
	color:#03368c;
}
.blogpost {
	background:#fff;
	-webkit-border-radius:8px;
	margin-top:10px;
	color:#374a6d;
}
.blogpost a {
	color:#03368c;
	font-weight:bold;
}

.blogtime {
	float:right;
	font-size:11px;
	padding-right:10px;
	padding-top:3px;
}
.blogtitle {
	background:#03368c;
	border:0px solid #d4defc;
	border-top:0;
	border-left:0;
	-webkit-border-radius:4px;
	padding:5px 20px;
	float:left;
	font-size:17px;
	font-weight:bold;
	color:#fff;
}

.blogcontent {
	padding:10px;
}	
.clear {
	clear:both;
	height:1;
}

img {
	border:1px solid rgba(3,55,140,0.2);
	padding:5px;
	background:rgba(212,222,252,0.5);
	-webkit-border-radius:8px;
}

a {
	text-decoration:none;
	color:#03368c;
}
a:hover {
	text-decoration:underline;
}