* {
	margin: 0;
	padding: 0;
}

body {
	background: #002f57 url(images/headerbg.png) repeat-x;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	text-align: center;
	margin-top: 22px;
}

#header img {
	border-style: none;
	border-width: 0;
}

#content {
	margin-top: 50px;
	width: 550px;
	float: left;
}

#content img {
	border: 2px solid #dfefff;
	width: 546px;
	margin-bottom: 20px;
}

#content p {
	font-size: 14px;
	line-height: 22px;
	color: #e6e6e6;
	margin-bottom: 20px;
	text-shadow: #000000 0 0 0;
}

#content a.comment:link, #content a.comment:active, #content a.comment:visited {
	color: rgba(255,255,255,0.75);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000000 1px 1px 1px;
	background: url(images/commentarrow.png) no-repeat 80px 6px;
	padding-right: 15px;
}

#content a.comment:hover {
	color: #fff;
}

#sidebar {
	float: right;
	width: 247px;
	margin-top: 50px;
}

#sidebarhead {
	background: url(images/sidebarhead.png) no-repeat;
	width: 247px;
	height: 92px;
}

#sidebar img {
	float: left;
	border: 2px solid #b3b3b3;
	margin-top: 14px;
	margin-left: 14px;
	margin-right: 14px;
}

#sidebar h1 {
	font-size: 18px;
	color: #3e3e3e;
	text-shadow: #000000 0 0 0px;
	float: left;
	margin-top: 22px;
}

#sidebar h2 {
	font-size: 14px;
	color: #929292;
	text-shadow: #000000 0 0 0;
	float: left;
}

#sidebarbody {
	background-color: #002547;
	width: 223px;
	margin-left: 2px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	text-shadow: rgba(0,0,0,0.25) 0 0 0;
	padding: 5px 10px 10px;
	color: #a5b2be;
}

#sidebar ul {
	margin-top: 10px;
}

#sidebar li {
	list-style-type: none;
}

#sidebar li a {
	width: 211px;
	height: 26px;
	background: url(images/button.png) repeat;
	display: block;
	padding-top: 8px;
	padding-left: 9px;
	margin-top: 9px;
	text-decoration: none;
	color: #7fa9c4;
	font-weight: bold;
	font-size: 14px;
}

#sidebar li a:hover {
	color: #fff;
}

#footer {
	clear: both;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 10px;
	color: #002342;
	font-size: 14px;
}

h1 {
	color: #e4f2ff;
	font-size: 24px;
	text-shadow: #000000 1px 1px 2px;
}

h2 {
	color: #6a8194;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 20px;
	text-shadow: #191919 1px 1px 1px;
}