body {
	margin-top: 0;
	font-family: "Comic Sans MS";
	background-image:url(bg_Flag.jpg);
	background-repeat: no-repeat;
	background-position:top;
	padding-top: 0;
	background-color: #FFFFCC;
}
#wrapper {
	position:relative;
	height: 1020px;
	text-align:left;
	width:760px;
	margin-right:auto;
	margin-left:auto;
/*	background-image:url(bgBlue.gif);
	background-repeat: repeat-x;*/
	background-color: #FFFFcc;
}
#wrapper h3 {
	color: #000066;
	font-size:150%;
}
#header {
	background-image:url(bgBlue.gif);
	background-repeat: repeat-x;
/*	background-image:url(legion_display_big_lowres.gif);
	background-repeat:no-repeat;*/
	height:200px;
	position:relative;
	border-bottom: 1px solid #ececec;
}
#header h1 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 190%;
	position:absolute;
	bottom: 24px;
	right: 28px;
}
#content {
	margin-left: 210px;
	padding: 0 20px 0 0;
	font-weight:300;
}
#content p {
	line-height: 1.8em;
}
#navigation {
	position:absolute;
	top: 329px;
	left: 12px;
	width: 160px;
}
#navigation ul {
	list-style:none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
}
#navigation li {
	font-size: 90%;
}
#navigation a:link {
	color:#000033;
	font-weight: bold;
	background-color: transparent;
	display:block;
	border-bottom: 1px solid #999;
	padding; 1em 0 0.2em 0;
	text-decoration:none;
}
#navigation a:visited {
	color:#000033;
	font-weight: bold;
	background-color: transparent;
	display:block;
	border-bottom: 1px solid #999;
	padding; 1em 0 0.2em 0;
	text-decoration:none;
}
#navigation a:hover {
	color: #CC0000;
}
#footer {
	color:#333333;
	font-size: 80%;
	margin-bottom: 20px;
	padding: 30px 0px 0px;
	text-align:center;
	background-color: transparent;
	position: relative;
}
#postInfo {
	text-align:center;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: bold;
}
	
